Skip to content

Commit d150bd7

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ class RlpReportingSpec extends StubbedCasSpec {
726726
markAsNotApplicable(it)
727727
}
728728
catch (ElementClickInterceptedException e) {
729+
println "ElementClickInterceptedException: $it"
730+
e.printStackTrace()
729731
// This can happen if the section is not visible, so we need to scroll it into view
730732
interact {
731733
moveToElement(notApplicableCheckbox(it))

0 commit comments

Comments
 (0)