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