2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00: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