pull/4930/head
Joseph Izang 5 months ago committed by Aniket
parent a9ad55f9a0
commit 7ca3323211
  1. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -100,7 +100,7 @@ module.exports = {
.switchEnvironment('vm-london')
.click('*[data-id="terminalClearConsole"]') // clear the terminal
.clickLaunchIcon('filePanel')
.click('*[data-id="treeViewDivMenu"]') // make sure we create the file at the root folder
.click('*[data-id="treeViewUltreeViewMenu"]') // make sure we create the file at the root folder
.addFile('deployWithEthersJs.js', { content: deployWithEthersJs })
// .openFile('deployWithEthersJs.js')
.pause(1000)

Loading…
Cancel
Save