open contracts folder to show file in test

pull/5370/head
ioedeveloper 3 years ago
parent dc7b8dd712
commit 517179d9de
  1. 1
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -111,6 +111,7 @@ module.exports = {
.addFile('deployWithEthersJs.js', { content: deployWithEthersJs })
.openFile('deployWithEthersJs.js')
.pause(1000)
.click('[data-id="treeViewDivtreeViewItemcontracts"]')
.openFile('contracts/2_Owner.sol')
.clickLaunchIcon('solidity')
.click('*[data-id="compilerContainerCompileBtn"]') // compile Owner

Loading…
Cancel
Save