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 6a198ee commit 0db9aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ class RlpReportingSpec extends StubbedCasSpec {
catch (ElementClickInterceptedException e) {
// This can happen if the section is not visible, so we need to scroll it into view
interact {
moveToElement(it)
moveToElement(notApplicableCheckbox(it))
}
markAsNotApplicable(it)
}
Expand Down

0 comments on commit 0db9aca

Please sign in to comment.