Added explicit bake after input added in test suite.

This commit is contained in:
n1474335 2018-12-30 00:37:44 +00:00
parent 840e44deac
commit 7f2e879e24
1 changed files with 2 additions and 1 deletions

View File

@ -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