Skip to content

Commit 2bb2a00

Browse files
filip mertensyann300
authored andcommitted
wait longer
1 parent 24a0fd2 commit 2bb2a00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,11 @@ module.exports = {
237237
.setSolidityCompilerVersion('soljson-v0.8.17+commit.8df45f5f.js')
238238
.clickLaunchIcon('udapp')
239239
.switchEnvironment('vm-mainnet-fork')
240-
.waitForElementPresent('select[data-id="runTabSelectAccount"] option[value="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]') // wait for the udapp to load the list of accounts
240+
.waitForElementPresent({
241+
locateStrategy: 'css selector',
242+
selector: 'select[data-id="runTabSelectAccount"] option[value="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]',
243+
timeout: 240000
244+
}) // wait for the udapp to load the list of accounts
241245
.selectContract('MyResolver')
242246
.createContract('')
243247
.clickInstance(0)

0 commit comments

Comments
 (0)