mirror of
https://github.com/gchq/CyberChef
synced 2025-01-15 22:13:56 +00:00
Fix autobake ui test
This commit is contained in:
parent
a81b2064d4
commit
2e284d3842
1 changed files with 3 additions and 0 deletions
|
@ -191,6 +191,9 @@ module.exports = {
|
||||||
|
|
||||||
// Ensure we got the latest input baked
|
// Ensure we got the latest input baked
|
||||||
utils.expectOutput(browser, "input12");
|
utils.expectOutput(browser, "input12");
|
||||||
|
|
||||||
|
// Turn autobake off again
|
||||||
|
browser.click("#auto-bake-label");
|
||||||
},
|
},
|
||||||
|
|
||||||
"Special content": browser => {
|
"Special content": browser => {
|
||||||
|
|
Loading…
Reference in a new issue