We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f9a87 commit 1f316a2Copy full SHA for 1f316a2
tests/browser/00_nightwatch.js
@@ -232,7 +232,7 @@ module.exports = {
232
browser
233
.waitForElementNotVisible("#snackbar-container")
234
.click("#copy-output")
235
- .waitForElementVisible("#snackbar-container .snackbar-content")
+ .waitForElementVisible("#snackbar-container .snackbar-content", 5000, 100)
236
.expect.element("#snackbar-container .snackbar-content").text.to.equal("Copied raw output successfully.");
237
238
// Alert bar disappears after the correct amount of time
0 commit comments