mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Added explicit bake after input added in test suite.
This commit is contained in:
parent
840e44deac
commit
7f2e879e24
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue