From e61e8205a921d378e219ff550b2294557588d0e9 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Fri, 28 Feb 2020 07:38:07 +0000 Subject: [PATCH] Added delay to ZoKrates tests to fix failing test --- test-browser/tests/pluginManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test-browser/tests/pluginManager.js b/test-browser/tests/pluginManager.js index 9cdb0c1de5..dbcfac6fb8 100644 --- a/test-browser/tests/pluginManager.js +++ b/test-browser/tests/pluginManager.js @@ -70,6 +70,7 @@ module.exports = { .pause(5000) .frame(0) .useXpath().click("//span[text()='Compile']") + .pause(2000) .frameParent() .useCss().waitForElementVisible('*[data-id="modalDialogContainer"]') .assert.containsText('*[data-id="permissionHandlerMessage"]', 'ZOKRATES" WOULD LIKE TO ACCESS "FILE MANAGER" :')