mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Wait for stale indicator to disappear before clicking bake.
As the new inputWorker is slower, nightwatch was clicking cancel and thus showing the stale indicator.
This commit is contained in:
parent
ff9c68db56
commit
1bdef97dc7
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ module.exports = {
|
|||
browser
|
||||
.useCss()
|
||||
.setValue("#input-text", "Don't Panic.")
|
||||
.waitForElementNotVisible("#stale-indicator", 1000)
|
||||
.click("#bake");
|
||||
|
||||
// Check output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue