1
0
mirror of synced 2024-11-15 18:53:22 +01:00

Added explicit bake after input added in test suite.

This commit is contained in:
n1474335 2018-12-30 00:37:44 +00:00
parent 840e44deac
commit 7f2e879e24

View File

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