|
|
|
@ -79,10 +79,12 @@ module.exports = { |
|
|
|
|
.openFile('Untitled.sol') |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="settingsWeb3Mode"]') |
|
|
|
|
.modalFooterOKClick() |
|
|
|
|
.waitForElementPresent('[data-id="fileSystem-modal-footer-ok-react"]') |
|
|
|
|
.click('[data-id="fileSystem-modal-footer-ok-react"]') |
|
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.pause(2000) |
|
|
|
|
.clearValue('input[placeholder="uint8 _numProposals"]') |
|
|
|
|
.setValue('input[placeholder="uint8 _numProposals"]', '2') |
|
|
|
|
.click('*[data-id="Deploy - transact (not payable)"]') |
|
|
|
|
.clickInstance(0) |
|
|
|
|