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