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