Skip to content

Commit

Permalink
More test tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Mar 26, 2024
1 parent a5f9a87 commit 1f316a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser/00_nightwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ module.exports = {
browser
.waitForElementNotVisible("#snackbar-container")
.click("#copy-output")
.waitForElementVisible("#snackbar-container .snackbar-content")
.waitForElementVisible("#snackbar-container .snackbar-content", 5000, 100)
.expect.element("#snackbar-container .snackbar-content").text.to.equal("Copied raw output successfully.");

// Alert bar disappears after the correct amount of time
Expand Down

0 comments on commit 1f316a2

Please sign in to comment.