Skip to content

Commit f1dcc33

Browse files
committed
More test tweaking
1 parent 1f316a2 commit f1dcc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/browser/00_nightwatch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ module.exports = {
232232
browser
233233
.waitForElementNotVisible("#snackbar-container")
234234
.click("#copy-output")
235-
.waitForElementVisible("#snackbar-container .snackbar-content", 5000, 100)
235+
.waitForElementVisible("#snackbar-container .snackbar-content", 5000, 100, false)
236236
.expect.element("#snackbar-container .snackbar-content").text.to.equal("Copied raw output successfully.");
237237

238238
// Alert bar disappears after the correct amount of time

0 commit comments

Comments
 (0)