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 11, 2024
1 parent 8c3e2c2 commit 1fc39e4
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -730,17 +730,6 @@ class RlpReportingSpec extends StubbedCasSpec {
interact {
moveToElement(notApplicableCheckbox(section))
}
e.printStackTrace()
println $('ul')
$('ul').parent().each { a -> println a.attr('innerHtml') }
$('ul').each {
println it.text()
println it.attr('innerHtml')

}
if (overDeliveryModal.displayed) {
okBootbox()
}
markAsNotApplicable(it)
}

Expand Down

0 comments on commit 1fc39e4

Please sign in to comment.