mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 05:23:10 +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
|
||||
utils.expectOutput(browser, "input12");
|
||||
|
||||
// Turn autobake off again
|
||||
browser.click("#auto-bake-label");
|
||||
},
|
||||
|
||||
"Special content": browser => {
|
||||
|
|
Loading…
Reference in a new issue