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 11, 2024
1 parent 9cb3c17 commit 8c3e2c2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -721,15 +721,15 @@ class RlpReportingSpec extends StubbedCasSpec {
getFormSections().each {
// Mark all sections except the Weed Distribution Survey as not applicable
if (isOptional(it) && it != 'koRLP_-_Weed_distribution_survey') {
Thread.sleep(500)
try {
interact {
moveToElement(notApplicableCheckbox(it))
}
markAsNotApplicable(it)
}
catch (ElementClickInterceptedException e) {
println "ElementClickInterceptedException: $it"
String section = it
interact {
moveToElement(notApplicableCheckbox(section))
}
e.printStackTrace()
println $('ul')
$('ul').parent().each { a -> println a.attr('innerHtml') }
Expand Down

0 comments on commit 8c3e2c2

Please sign in to comment.