|
|
|
@ -19,7 +19,7 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('solidity').click('*[data-id="compilerContainerCompileBtn"]') |
|
|
|
|
.pause(4000) |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.waitForElementPresent('*[title="Deploy - transact (not payable)"]', 60000) |
|
|
|
|
.waitForElementPresent('*[data-title="Deploy - transact (not payable)"]', 60000) |
|
|
|
|
.click('*[title="Deploy - transact (not payable)"]') |
|
|
|
|
.debugTransaction(0) |
|
|
|
|
.waitForElementContainsText('*[data-id="sidePanelSwapitTitle"]', 'DEBUGGER', 60000) |
|
|
|
@ -159,7 +159,7 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
.testContracts('locals.sol', sources[3]['locals.sol'], ['testLocals']) |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.waitForElementPresent('*[title="Deploy - transact (not payable)"]', 40000) |
|
|
|
|
.waitForElementPresent('*[data-title="Deploy - transact (not payable)"]', 40000) |
|
|
|
|
.createContract('') |
|
|
|
|
.pause(2000) |
|
|
|
|
.clearConsole() |
|
|
|
|