|
|
|
@ -60,7 +60,8 @@ module.exports = { |
|
|
|
|
browser.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="universalDappUiUdappClose"]') |
|
|
|
|
.addFile('ballot.abi', { content: ballotABI }) |
|
|
|
|
.addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3B', true, false) |
|
|
|
|
// we are not changing the visibility for not checksumed contracts
|
|
|
|
|
// .addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3B', true, false)
|
|
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
|
.addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3A', true, true) |
|
|
|
|
.pause(500) |
|
|
|
|