Update terminal.test.ts

pull/5370/head
bunsenstraat 3 years ago committed by GitHub
parent 40488688b0
commit c4ce50b55a
  1. 7
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -194,14 +194,13 @@ module.exports = {
.assert.visible('*[data-id="autoCompletePopUpAutoCompleteItem"]')
},
'Should run a script right after compilation #group6 #flaky': function (browser: NightwatchBrowser) {
'Should run a script right after compilation #group6': function (browser: NightwatchBrowser) {
browser
.addFile('contracts/storage.sol', { content: scriptAutoExec.contract } )
.addFile('scripts/deploy_storage.js', { content: scriptAutoExec.script } )
.openFile('contracts/storage.sol')
.sendKeys('body', [browser.Keys.CONTROL, browser.Keys.SHIFT, 's'])
.pause(10000)
.getBrowserLogs()
.pause(15000)
.journalLastChildIncludes('147')
}
}
@ -607,4 +606,4 @@ const scriptAutoExec = {
}
})()
`
}
}

Loading…
Cancel
Save