From 0ead418469372d3f4b1d57d32f9ff2c9681cd0bf Mon Sep 17 00:00:00 2001 From: chrisala Date: Fri, 8 Nov 2024 15:10:42 +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 484ca16b7..fa983f349 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -722,6 +722,7 @@ class RlpReportingSpec extends StubbedCasSpec { // Mark all sections except the Weed Distribution Survey as not applicable if (isOptional(it) && it != 'koRLP_-_Weed_distribution_survey') { try { + waitFor{notApplicableCheckbox(it).css('display') != 'none'} markAsNotApplicable(it) } catch (ElementClickInterceptedException e) {