auto_exec_v2
yann300 3 years ago
parent 44e449080c
commit 6aede8911e
  1. 5
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -195,10 +195,11 @@ module.exports = {
'Should run a script right after compilation #group6': function (browser: NightwatchBrowser) {
browser
.addFile('storage.sol', { content: scriptAutoExec.contract } )
.addFile('contracts/storage.sol', { content: scriptAutoExec.contract } )
.addFile('scripts/deploy_storage.js', { content: scriptAutoExec.script } )
.openFile('storage.sol')
.openFile('contracts/storage.sol')
.sendKeys('body', [browser.Keys.CONTROL, 'e'])
.pause(5000)
.journalLastChildIncludes('147')
}
}

Loading…
Cancel
Save