fix e2e test

pull/5370/head
yann300 2 years ago
parent bdb945e5ec
commit 0c75ae48ed
  1. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts
  2. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

@ -94,7 +94,7 @@ module.exports = {
browser
.clickLaunchIcon('settings')
.clickLaunchIcon('udapp')
.switchEnvironment('vm-merge')
.switchEnvironment('vm-london')
.click('*[data-id="terminalClearConsole"]') // clear the terminal
.clickLaunchIcon('filePanel')
.click('*[data-id="treeViewDivtreeViewItem"]') // make sure we create the file at the root folder

@ -159,7 +159,7 @@ module.exports = {
browser
.clickLaunchIcon('udapp')
.clearTransactions()
.switchEnvironment('vm-merge') // switch to London fork
.switchEnvironment('vm-london') // switch to London fork
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite
.click('.udapp_contractActionsContainerSingle > button')
.clickInstance(0)

Loading…
Cancel
Save