|
|
|
@ -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 } ) |
|
|
|
|