mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Improved UI tests
This commit is contained in:
parent
36282e362f
commit
3f035294a6
2 changed files with 2 additions and 1 deletions
|
@ -394,6 +394,7 @@ function testOp(browser, opName, input, output, args=[]) {
|
|||
.click("#clr-io")
|
||||
.urlHash("recipe=" + recipeConfig)
|
||||
.setValue("#input-text", input)
|
||||
.waitForElementVisible("#stale-indicator", 1000)
|
||||
.pause(250)
|
||||
.click("#bake")
|
||||
.waitForElementPresent("#stale-indicator.hidden", 1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue