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 6a7434a81..89d5bd77a 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -728,6 +728,8 @@ class RlpReportingSpec extends StubbedCasSpec { catch (ElementClickInterceptedException e) { println "ElementClickInterceptedException: $it" e.printStackTrace() + println $('ul') + println $('ul').text() if (overDeliveryModal.displayed) { okBootbox() }