Added delay to ZoKrates tests to fix failing test

pull/1/head
ioedeveloper 5 years ago
parent aed6dbc8df
commit b3df35f33c
  1. 1
      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" :')

Loading…
Cancel
Save