Skip to content

Commit b82d062

Browse files
committed
Trying to fix test #3368
1 parent d150bd7 commit b82d062

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,8 @@ class RlpReportingSpec extends StubbedCasSpec {
728728
catch (ElementClickInterceptedException e) {
729729
println "ElementClickInterceptedException: $it"
730730
e.printStackTrace()
731-
// This can happen if the section is not visible, so we need to scroll it into view
732-
interact {
733-
moveToElement(notApplicableCheckbox(it))
731+
if (overDeliveryModal.displayed) {
732+
okBootbox()
734733
}
735734
markAsNotApplicable(it)
736735
}

0 commit comments

Comments
 (0)