|
|
@ -251,6 +251,7 @@ module.exports = { |
|
|
|
selector: `*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]`, |
|
|
|
selector: `*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]`, |
|
|
|
timeout: 250000 |
|
|
|
timeout: 250000 |
|
|
|
}) // wait for the udapp to load the list of accounts
|
|
|
|
}) // wait for the udapp to load the list of accounts
|
|
|
|
|
|
|
|
.click('*[data-id="0xdD870fA1b7C4700F2BD7f44238821C26f7392148"]') |
|
|
|
.selectContract('MyResolver') |
|
|
|
.selectContract('MyResolver') |
|
|
|
.createContract('') |
|
|
|
.createContract('') |
|
|
|
.clickInstance(0) |
|
|
|
.clickInstance(0) |
|
|
|