pull/5343/head
bunsenstraat 3 weeks ago committed by Aniket
parent 2b004bdbdf
commit 8d81cae6d4
  1. 2
      apps/remix-ide-e2e/src/tests/providers.test.ts

@ -85,7 +85,7 @@ module.exports = {
locateStrategy: 'xpath', locateStrategy: 'xpath',
selector: "//span[@class='text-danger' and contains(., 'exceed maximum block range')]" selector: "//span[@class='text-danger' and contains(., 'exceed maximum block range')]"
}) })
.waitForElementPresent({ selector: `[data-id="selected-provider-ganache-provider"]`, timeout: 5000 } .waitForElementPresent({ selector: `[data-id="selected-provider-ganache-provider"]`, timeout: 5000 })
} }
} }

Loading…
Cancel
Save