mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -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
|
// 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue