Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Dec 18, 2024
1 parent 4849beb commit c41f5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/remix-ide-e2e/src/tests/transactionExecution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ module.exports = {
selector: `*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]`,
timeout: 250000
}) // wait for the udapp to load the list of accounts
.click('*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]')
.selectContract('MyResolver')
.createContract('')
.clickInstance(0)
Expand Down

0 comments on commit c41f5b2

Please sign in to comment.