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 8, 2024
1 parent a30a063 commit accaef3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,9 @@ class RlpReportingSpec extends StubbedCasSpec {
println "ElementClickInterceptedException: $it"
e.printStackTrace()
println $('ul')
println $('ul').text()
$('ul').each {
println it.text()
}
if (overDeliveryModal.displayed) {
okBootbox()
}
Expand Down

0 comments on commit accaef3

Please sign in to comment.