|
|
|
@ -25,7 +25,7 @@ module.exports = { |
|
|
|
|
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') |
|
|
|
|
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]') |
|
|
|
|
.click('*[data-id="Deploy - transact (not payable)"]') |
|
|
|
|
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]') |
|
|
|
|
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]', 60000) |
|
|
|
|
.click('*[data-id="universalDappUiTitleExpander"]') |
|
|
|
|
.clickFunction('delegate - transact (not payable)', { types: 'address to', values: '"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"' }) |
|
|
|
|
.testFunction('last', |
|
|
|
@ -39,12 +39,10 @@ module.exports = { |
|
|
|
|
browser.pause(500) |
|
|
|
|
.click('*[data-id="txLoggerDebugButton0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3"]') |
|
|
|
|
.waitForElementVisible('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]') |
|
|
|
|
// .clickLaunchIcon('debugger')
|
|
|
|
|
.click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]') |
|
|
|
|
.pause(2000) |
|
|
|
|
.waitForElementVisible('#stepdetail') |
|
|
|
|
.goToVMTraceStep(144) |
|
|
|
|
// .pause(1000)
|
|
|
|
|
.checkVariableDebug('soliditystate', stateCheck) |
|
|
|
|
.checkVariableDebug('soliditylocals', localsCheck) |
|
|
|
|
}, |
|
|
|
@ -57,7 +55,7 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('fileExplorers') |
|
|
|
|
.addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3A', true, true) |
|
|
|
|
.pause(500) |
|
|
|
|
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]') |
|
|
|
|
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]', 60000) |
|
|
|
|
.click('*[data-id="universalDappUiTitleExpander"]') |
|
|
|
|
.clickFunction('delegate - transact (not payable)', { types: 'address to', values: '"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"' }) |
|
|
|
|
.testFunction('last', |
|
|
|
|