Skip to content

Commit accaef3

Browse files
committed
Trying to fix test #3368
1 parent a30a063 commit accaef3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,9 @@ class RlpReportingSpec extends StubbedCasSpec {
729729
println "ElementClickInterceptedException: $it"
730730
e.printStackTrace()
731731
println $('ul')
732-
println $('ul').text()
732+
$('ul').each {
733+
println it.text()
734+
}
733735
if (overDeliveryModal.displayed) {
734736
okBootbox()
735737
}

0 commit comments

Comments
 (0)