2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 13:53:26 +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 // Enter input
browser browser
.useCss() .useCss()
.setValue("#input-text", "Don't Panic."); .setValue("#input-text", "Don't Panic.")
.click("#bake");
// Check output // Check output
browser browser