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 10, 2024
1 parent d5e7531 commit b34596c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,9 @@ class RlpReportingSpec extends StubbedCasSpec {
// Mark all sections except the Weed Distribution Survey as not applicable
if (isOptional(it) && it != 'koRLP_-_Weed_distribution_survey') {
try {
waitFor{notApplicableCheckbox(it).css('display') != 'none'}
interact {
moveToElement(notApplicableCheckbox(it))
}
markAsNotApplicable(it)
}
catch (ElementClickInterceptedException e) {
Expand Down

0 comments on commit b34596c

Please sign in to comment.