From 0c75ae48ed8a03e331476bdcaf388dcc3a285fda Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 15 Feb 2023 12:30:14 +0100 Subject: [PATCH] fix e2e test --- apps/remix-ide-e2e/src/tests/terminal.test.ts | 2 +- apps/remix-ide-e2e/src/tests/transactionExecution.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/terminal.test.ts b/apps/remix-ide-e2e/src/tests/terminal.test.ts index bc17df00c3..bea99c7011 100644 --- a/apps/remix-ide-e2e/src/tests/terminal.test.ts +++ b/apps/remix-ide-e2e/src/tests/terminal.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 diff --git a/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts b/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts index da0ce80d35..f22f843e9e 100644 --- a/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts +++ b/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts @@ -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)