longer timeout

pull/2868/head
filip mertens 2 years ago
parent 83a03af9ce
commit cfaad6a614
  1. 4
      apps/remix-ide-e2e/src/commands/verifyLoad.ts

@ -6,18 +6,22 @@ class VerifyLoad extends EventEmitter {
browser.waitForElementPresent({
selector: "//span[@data-id='typesloaded']",
locateStrategy: 'xpath',
timeout: 60000
})
.waitForElementPresent({
selector: "//span[@data-id='editorloaded']",
locateStrategy: 'xpath',
timeout: 60000
})
.waitForElementPresent({
selector: "//span[@data-id='workspaceloaded']",
locateStrategy: 'xpath',
timeout: 60000
})
.waitForElementPresent({
selector: "//span[@data-id='apploaded']",
locateStrategy: 'xpath',
timeout: 60000
})
.perform((done) => {
done()

Loading…
Cancel
Save