|
|
|
@ -226,6 +226,7 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.waitForElementVisible('*[data-title="uint256 p"]', 10000) |
|
|
|
|
.createContract('102') // this creation will fail if the component hasn't been properly reset.
|
|
|
|
|
.getBrowserLogs() |
|
|
|
|
.clickInstance(1) |
|
|
|
|
.clickFunction('store - transact (not payable)', { types: 'uint256 num', values: '24' }) |
|
|
|
|
.testFunction('last', // we check if the contract is actually reachable.
|
|
|
|
|