fix fork test

pull/5038/head
bunsenstraat 4 months ago committed by Aniket
parent 4b26c4d3e7
commit 6a0de77022
  1. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -313,7 +313,7 @@ module.exports = {
'Should connect to the sepolia fork and run web3.eth.getCode in the terminal #group9': function (browser: NightwatchBrowser) {
if (runMasterTests)
browser
.pinChain('vm-custom-fork')
.pinChain('VM Custom fork')
.switchEnvironment('vm-custom-fork')
.waitForElementVisible('[data-id="vm-custom-fork-modal-footer-ok-react"]')
.execute(() => {

Loading…
Cancel
Save