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 0db9aca commit efcaf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-test/groovy/pages/ReportPage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ReportPage extends Page {
notApplicableCheckbox(sectionId).value(true)
}

def notApplicableCheckbox(String sectionId) {
Navigator notApplicableCheckbox(String sectionId) {
String sectionSelector = '#'+sectionId + " input[data-bind*=outputNotComplete]"
$(sectionSelector)
}
Expand Down

0 comments on commit efcaf4d

Please sign in to comment.