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
d7bc529a95
commit
db009d3689
1 changed files with 2 additions and 2 deletions
|
@ -394,11 +394,11 @@ function testOp(browser, opName, input, output, args=[]) {
|
|||
.click("#clr-io")
|
||||
.urlHash("recipe=" + recipeConfig)
|
||||
.setValue("#input-text", input)
|
||||
.waitForElementVisible("#stale-indicator", 1000)
|
||||
.waitForElementVisible("#stale-indicator", 5000)
|
||||
.pause(100)
|
||||
.click("#bake")
|
||||
.pause(150)
|
||||
.waitForElementPresent("#stale-indicator.hidden", 1000)
|
||||
.waitForElementPresent("#stale-indicator.hidden", 5000)
|
||||
.waitForElementNotVisible("#output-loader", 5000);
|
||||
|
||||
if (typeof output === "string") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue