Pause for a second to allow autobake to finish.

Otherwise nightwatch was clicking cancel instead of bake
This commit is contained in:
j433866 2019-05-30 14:18:34 +01:00
parent 586e5a3db8
commit 11d2a96ecb

View file

@ -82,6 +82,7 @@ module.exports = {
browser browser
.useCss() .useCss()
.setValue("#input-text", "Don't Panic.") .setValue("#input-text", "Don't Panic.")
.pause(1000)
.click("#bake"); .click("#bake");
// Check output // Check output