mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +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
|
browser
|
||||||
.useCss()
|
.useCss()
|
||||||
.setValue("#input-text", "Don't Panic.")
|
.setValue("#input-text", "Don't Panic.")
|
||||||
|
.pause(1000)
|
||||||
.click("#bake");
|
.click("#bake");
|
||||||
|
|
||||||
// Check output
|
// Check output
|
||||||
|
|
Loading…
Reference in a new issue