Skip to content

Commit

Permalink
Trying to fix test #3368
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 10, 2024
1 parent 182146f commit d5e7531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ class RlpReportingSpec extends StubbedCasSpec {
println "ElementClickInterceptedException: $it"
e.printStackTrace()
println $('ul')
println $('ul').parent().attr('innerHtml')
$('ul').parent().each { a -> println a.attr('innerHtml') }
$('ul').each {
println it.text()
println it.attr('innerHtml')
Expand Down

0 comments on commit d5e7531

Please sign in to comment.