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 efcaf4d commit 0ead418
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ 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'}
markAsNotApplicable(it)
}
catch (ElementClickInterceptedException e) {
Expand Down

0 comments on commit 0ead418

Please sign in to comment.