From 9cb3c173dcb824f6862ad9db668c46acae6f8f2c Mon Sep 17 00:00:00 2001 From: chrisala Date: Mon, 11 Nov 2024 16:07:03 +1100 Subject: [PATCH] Trying to fix test #3368 --- .../groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy index 43e846956..2fb2f48bf 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -721,6 +721,7 @@ class RlpReportingSpec extends StubbedCasSpec { getFormSections().each { // Mark all sections except the Weed Distribution Survey as not applicable if (isOptional(it) && it != 'koRLP_-_Weed_distribution_survey') { + Thread.sleep(500) try { interact { moveToElement(notApplicableCheckbox(it))