mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
Improved UI tests
This commit is contained in:
parent
3f035294a6
commit
d7bc529a95
2 changed files with 3 additions and 2 deletions
|
@ -395,8 +395,9 @@ function testOp(browser, opName, input, output, args=[]) {
|
|||
.urlHash("recipe=" + recipeConfig)
|
||||
.setValue("#input-text", input)
|
||||
.waitForElementVisible("#stale-indicator", 1000)
|
||||
.pause(250)
|
||||
.pause(100)
|
||||
.click("#bake")
|
||||
.pause(150)
|
||||
.waitForElementPresent("#stale-indicator.hidden", 1000)
|
||||
.waitForElementNotVisible("#output-loader", 5000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue