Added explicit bake after input added in test suite.
This commit is contained in:
parent
840e44deac
commit
7f2e879e24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user