mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Increased UI test operation timeout
This commit is contained in:
parent
ded32da632
commit
223353cf4d
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ function testOp(browser, opName, input, output, args=[]) {
|
|||
.click("#clr-io")
|
||||
.urlHash("recipe=" + recipeConfig)
|
||||
.setValue("#input-text", input)
|
||||
.pause(100)
|
||||
.pause(250)
|
||||
.click("#bake")
|
||||
.waitForElementPresent("#stale-indicator.hidden", 1000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue