瀏覽代碼

Added explicit bake after input added in test suite.

n1474335 6 年之前
父節點
當前提交
7f2e879e24
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/browser/nightwatch.js

+ 2 - 1
tests/browser/nightwatch.js

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