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 0ead418 commit d150bd7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,8 @@ class RlpReportingSpec extends StubbedCasSpec {
markAsNotApplicable(it)
}
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))
Expand Down

0 comments on commit d150bd7

Please sign in to comment.