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 d150bd7 commit b82d062
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,8 @@ class RlpReportingSpec extends StubbedCasSpec {
catch (ElementClickInterceptedException e) {
println "ElementClickInterceptedException: $it"
e.printStackTrace()
// This can happen if the section is not visible, so we need to scroll it into view
interact {
moveToElement(notApplicableCheckbox(it))
if (overDeliveryModal.displayed) {
okBootbox()
}
markAsNotApplicable(it)
}
Expand Down

0 comments on commit b82d062

Please sign in to comment.