Explorar o código

Added explicit bake after input added in test suite.

n1474335 %!s(int64=6) %!d(string=hai) anos
pai
achega
7f2e879e24
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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