pull/5062/head
Joseph Izang 4 months ago committed by Aniket
parent 775630b76e
commit 2b75b9cc17
  1. 4
      apps/remix-ide-e2e/src/commands/verifyLoad.ts

@ -6,7 +6,7 @@ class VerifyLoad extends EventEmitter {
browser.waitForElementPresent({ browser.waitForElementPresent({
selector: "//span[@data-id='typesloaded']", selector: "//span[@data-id='typesloaded']",
locateStrategy: 'xpath', locateStrategy: 'xpath',
timeout: 60000 timeout: 120000
}) })
.waitForElementPresent({ .waitForElementPresent({
selector: "//span[@data-id='editorloaded']", selector: "//span[@data-id='editorloaded']",
@ -35,4 +35,4 @@ class VerifyLoad extends EventEmitter {
} }
} }
module.exports = VerifyLoad module.exports = VerifyLoad

Loading…
Cancel
Save