pull/2356/head
filip mertens 3 years ago
parent 518e8531da
commit 6f17be0f6e
  1. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -194,7 +194,7 @@ module.exports = {
.assert.visible('*[data-id="autoCompletePopUpAutoCompleteItem"]')
},
'Should run a script right after compilation #group6': function (browser: NightwatchBrowser) {
'Should run a script right after compilation #group6 #flaky': function (browser: NightwatchBrowser) {
browser
.addFile('contracts/storage.sol', { content: scriptAutoExec.contract } )
.addFile('scripts/deploy_storage.js', { content: scriptAutoExec.script } )

Loading…
Cancel
Save