|
|
@ -149,12 +149,8 @@ module.exports = { |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.click('*[data-id="Deploy - transact (not payable)"]') |
|
|
|
.click('*[data-id="Deploy - transact (not payable)"]') |
|
|
|
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]', 60000) |
|
|
|
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]', 60000) |
|
|
|
.testFunction('last', |
|
|
|
.journalLastChildIncludes('Contract.(constructor)') |
|
|
|
{ |
|
|
|
.journalLastChildIncludes('data: 0x602...0565b') |
|
|
|
status: 'true Transaction mined and execution succeed', |
|
|
|
|
|
|
|
to: 'Contract.(constructor)' |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
.pause(3000) |
|
|
|
|
|
|
|
.end() |
|
|
|
.end() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|