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 fdb03a43e..484ca16b7 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -727,7 +727,7 @@ class RlpReportingSpec extends StubbedCasSpec { catch (ElementClickInterceptedException e) { // This can happen if the section is not visible, so we need to scroll it into view interact { - moveToElement(it) + moveToElement(notApplicableCheckbox(it)) } markAsNotApplicable(it) }