|
|
@ -198,7 +198,7 @@ module.exports = { |
|
|
|
.addFile('contracts/storage.sol', { content: scriptAutoExec.contract } ) |
|
|
|
.addFile('contracts/storage.sol', { content: scriptAutoExec.contract } ) |
|
|
|
.addFile('scripts/deploy_storage.js', { content: scriptAutoExec.script } ) |
|
|
|
.addFile('scripts/deploy_storage.js', { content: scriptAutoExec.script } ) |
|
|
|
.openFile('contracts/storage.sol') |
|
|
|
.openFile('contracts/storage.sol') |
|
|
|
.sendKeys('body', [browser.Keys.CONTROL, 'e']) |
|
|
|
.sendKeys('body', [browser.Keys.CONTROL, browser.Keys.SHIFT, 's']) |
|
|
|
.pause(5000) |
|
|
|
.pause(5000) |
|
|
|
.journalLastChildIncludes('147') |
|
|
|
.journalLastChildIncludes('147') |
|
|
|
} |
|
|
|
} |
|
|
|