Skip to content

Commit 9cb3c17

Browse files
committed
Trying to fix test #3368
1 parent b34596c commit 9cb3c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ class RlpReportingSpec extends StubbedCasSpec {
721721
getFormSections().each {
722722
// Mark all sections except the Weed Distribution Survey as not applicable
723723
if (isOptional(it) && it != 'koRLP_-_Weed_distribution_survey') {
724+
Thread.sleep(500)
724725
try {
725726
interact {
726727
moveToElement(notApplicableCheckbox(it))

0 commit comments

Comments
 (0)