Skip to content

Commit

Permalink
Fixed erroring test
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Mar 26, 2024
1 parent 64111b8 commit a5f9a87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/browser/00_nightwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ module.exports = {
browser
.waitForElementNotVisible("#snackbar-container")
.click("#copy-output")
.waitForElementVisible("#snackbar-container")
.waitForElementVisible("#snackbar-container .snackbar-content")
.expect.element("#snackbar-container .snackbar-content").text.to.equal("Copied raw output successfully.");

Expand Down

0 comments on commit a5f9a87

Please sign in to comment.