Sfoglia il codice sorgente

Added explicit bake after input added in test suite.

n1474335 6 anni fa
parent
commit
7f2e879e24
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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