mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 21:43:21 +00:00
Pause for a second to allow autobake to finish.
Otherwise nightwatch was clicking cancel instead of bake
This commit is contained in:
parent
586e5a3db8
commit
11d2a96ecb
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ module.exports = {
|
|||
browser
|
||||
.useCss()
|
||||
.setValue("#input-text", "Don't Panic.")
|
||||
.pause(1000)
|
||||
.click("#bake");
|
||||
|
||||
// Check output
|
||||
|
|
Loading…
Reference in a new issue