From accaef32465c264215eba8a4adcf3f420566b27b Mon Sep 17 00:00:00 2001 From: chrisala Date: Fri, 8 Nov 2024 18:05:48 +1100 Subject: [PATCH] Trying to fix test #3368 --- .../groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() }