mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 13:53:26 +00: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:
@@ -82,6 +82,7 @@ module.exports = {
|
|||||||
browser
|
browser
|
||||||
.useCss()
|
.useCss()
|
||||||
.setValue("#input-text", "Don't Panic.")
|
.setValue("#input-text", "Don't Panic.")
|
||||||
|
.waitForElementNotVisible("#stale-indicator", 1000)
|
||||||
.click("#bake");
|
.click("#bake");
|
||||||
|
|
||||||
// Check output
|
// Check output
|
||||||
|
|||||||
Reference in New Issue
Block a user