Skip to content

Commit

Permalink
Issue #3121 - Update submit button selector
Browse files Browse the repository at this point in the history
(This change doesn't have to be reverted in the future)
  • Loading branch information
Mike Taylor committed Jan 3, 2020
1 parent d02173d commit 4981204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/reporting-non-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ registerSuite("Reporting (non-auth)", {
// wait a bit
.sleep(250)
// now make sure the buttons aren't disabled anymore
.findAllByCssSelector(".js-report-buttons button")
.findAllByCssSelector("#js-ReportForm .js-Button")
.getAttribute("disabled")
.then(function(values) {
values.forEach(function(value) {
Expand Down

0 comments on commit 4981204

Please sign in to comment.