From d150bd70b148249ee1220a71476c05ff6f67c506 Mon Sep 17 00:00:00 2001 From: chrisala Date: Fri, 8 Nov 2024 16:07:46 +1100 Subject: [PATCH] Trying to fix test #3368 --- .../groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy | 2 ++ 1 file changed, 2 insertions(+) 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))