|
|
@ -16,7 +16,7 @@ module.exports = { |
|
|
|
.clickFunction('getFromLib - call') |
|
|
|
.clickFunction('getFromLib - call') |
|
|
|
.waitForElementPresent('div[class^="contractActionsContainer"] div[class^="value"] ul') |
|
|
|
.waitForElementPresent('div[class^="contractActionsContainer"] div[class^="value"] ul') |
|
|
|
.perform((client, done) => { |
|
|
|
.perform((client, done) => { |
|
|
|
contractHelper.verifyCallReturnValue(browser, '0x35ef07393b57464e93deb59175ff72e6499450cf', ['0: uint256: 1', '0: uint256: 3456', '0: address: 0x35ef07393b57464e93deb59175ff72e6499450cf'], () => { |
|
|
|
contractHelper.verifyCallReturnValue(browser, '0x35ef07393b57464e93deb59175ff72e6499450cf', ['0: uint256: 1', '0: uint256: 3456', '0: address: 0x35eF07393b57464e93dEB59175fF72E6499450cF'], () => { |
|
|
|
done() |
|
|
|
done() |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|