|
|
@ -170,7 +170,7 @@ module.exports = { |
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
.click('[for="autoCompile"]') |
|
|
|
.click('[for="autoCompile"]') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.testContracts('printHardhatlog.sol', { content: hardhatLog }, ['OwnerTest']) |
|
|
|
.verifyContracts(['OwnerTest']) |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.click('*[data-id="deployAndRunClearInstances"]') |
|
|
|
.click('*[data-id="deployAndRunClearInstances"]') |
|
|
|
.selectContract('OwnerTest') |
|
|
|
.selectContract('OwnerTest') |
|
|
|