Skip to content

Commit

Permalink
Added explicit bake after input added in test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Dec 30, 2018
1 parent 840e44d commit 7f2e879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/browser/nightwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ module.exports = {
// Enter input
browser
.useCss()
.setValue("#input-text", "Don't Panic.");
.setValue("#input-text", "Don't Panic.")
.click("#bake");

// Check output
browser
Expand Down

0 comments on commit 7f2e879

Please sign in to comment.