Increased UI test operation timeout
This commit is contained in:
parent
ded32da632
commit
223353cf4d
@ -394,7 +394,7 @@ function testOp(browser, opName, input, output, args=[]) {
|
|||||||
.click("#clr-io")
|
.click("#clr-io")
|
||||||
.urlHash("recipe=" + recipeConfig)
|
.urlHash("recipe=" + recipeConfig)
|
||||||
.setValue("#input-text", input)
|
.setValue("#input-text", input)
|
||||||
.pause(100)
|
.pause(250)
|
||||||
.click("#bake")
|
.click("#bake")
|
||||||
.waitForElementPresent("#stale-indicator.hidden", 1000);
|
.waitForElementPresent("#stale-indicator.hidden", 1000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user