Skip to content

Commit d5e7531

Browse files
committed
Trying to fix test #3368
1 parent 182146f commit d5e7531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ class RlpReportingSpec extends StubbedCasSpec {
729729
println "ElementClickInterceptedException: $it"
730730
e.printStackTrace()
731731
println $('ul')
732-
println $('ul').parent().attr('innerHtml')
732+
$('ul').parent().each { a -> println a.attr('innerHtml') }
733733
$('ul').each {
734734
println it.text()
735735
println it.attr('innerHtml')

0 commit comments

Comments
 (0)