fix more tests

pull/5404/head
Joseph Izang 2 months ago
parent 4849beb2a6
commit c41f5b271b
  1. 1
      apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

@ -251,6 +251,7 @@ module.exports = {
selector: `*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]`, selector: `*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]`,
timeout: 250000 timeout: 250000
}) // wait for the udapp to load the list of accounts }) // wait for the udapp to load the list of accounts
.click('*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]')
.selectContract('MyResolver') .selectContract('MyResolver')
.createContract('') .createContract('')
.clickInstance(0) .clickInstance(0)

Loading…
Cancel
Save