From 11d2a96ecbe383fe2f6139fae04eb592c74a9073 Mon Sep 17 00:00:00 2001 From: j433866 Date: Thu, 30 May 2019 14:18:34 +0100 Subject: [PATCH] Pause for a second to allow autobake to finish. Otherwise nightwatch was clicking cancel instead of bake --- tests/browser/nightwatch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/nightwatch.js b/tests/browser/nightwatch.js index 23100d8d..f966791b 100644 --- a/tests/browser/nightwatch.js +++ b/tests/browser/nightwatch.js @@ -82,6 +82,7 @@ module.exports = { browser .useCss() .setValue("#input-text", "Don't Panic.") + .pause(1000) .click("#bake"); // Check output