We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30a063 commit accaef3Copy full SHA for accaef3
src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy
@@ -729,7 +729,9 @@ class RlpReportingSpec extends StubbedCasSpec {
729
println "ElementClickInterceptedException: $it"
730
e.printStackTrace()
731
println $('ul')
732
- println $('ul').text()
+ $('ul').each {
733
+ println it.text()
734
+ }
735
if (overDeliveryModal.displayed) {
736
okBootbox()
737
}
0 commit comments