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 accaef3 commit 182146f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,11 @@ class RlpReportingSpec extends StubbedCasSpec {
println "ElementClickInterceptedException: $it"
e.printStackTrace()
println $('ul')
println $('ul').parent().attr('innerHtml')
$('ul').each {
println it.text()
println it.attr('innerHtml')

}
if (overDeliveryModal.displayed) {
okBootbox()
Expand Down

0 comments on commit 182146f

Please sign in to comment.