pull/5370/head
yann300 4 years ago
parent df51743d06
commit 069ca0e5e0
  1. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts

@ -142,7 +142,6 @@ module.exports = {
'Should Compile and Deploy a contract which define a custom error, the error should be logged in the terminal': function (browser: NightwatchBrowser) {
browser.testContracts('customError.sol', sources[4]['customError.sol'], ['C'])
.clickLaunchIcon('udapp')
.click('*[data-id="settingsWeb3Mode"]')
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite
.click('#runTabView button[class^="instanceButton"]')
.waitForElementPresent('.instance:nth-of-type(3)')
@ -157,7 +156,6 @@ module.exports = {
'Should Compile and Deploy a contract which define a custom error, the error should be logged in the terminal , using London VM Fork': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('udapp')
.click('*[data-id="settingsVMLondonMode"]') // switch to London fork
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite
.click('#runTabView button[class^="instanceButton"]')

Loading…
Cancel
Save