e2e wait longer (this use a remote api)

pull/3654/head
yann300 1 year ago
parent 1c198c5a77
commit 2997134f92
  1. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

@ -237,7 +237,7 @@ module.exports = {
.setSolidityCompilerVersion('soljson-v0.8.17+commit.8df45f5f.js')
.clickLaunchIcon('udapp')
.switchEnvironment('vm-mainnet-fork')
.waitForElementPresent('select[data-id="runTabSelectAccount"] option[value="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]') // wait for the udapp to load the list of accounts
.waitForElementPresent('select[data-id="runTabSelectAccount"] option[value="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]', 30000) // wait for the udapp to load the list of accounts
.selectContract('MyResolver')
.createContract('')
.clickInstance(0)

Loading…
Cancel
Save