update setValue

pull/5370/head
aniket-engg 1 year ago committed by Aniket
parent e784ca4554
commit 694fdc9159
  1. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

@ -174,7 +174,7 @@ module.exports = {
browser browser
.clickLaunchIcon('solidity') .clickLaunchIcon('solidity')
.click('.remixui_compilerConfigSection') .click('.remixui_compilerConfigSection')
.setValue('#evmVersionSelector option[data-id="selected"]', 'london') // Set EVM version as fork version .setValue('#evmVersionSelector', 'london') // Set EVM version as fork version
.clearTransactions() .clearTransactions()
.switchEnvironment('vm-london') // switch to London fork .switchEnvironment('vm-london') // switch to London fork
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite .selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite

Loading…
Cancel
Save