|
|
|
@ -174,7 +174,9 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="deployAndRunClearInstances"]') |
|
|
|
|
.selectContract('OwnerTest') |
|
|
|
|
.saveScreenshot('./reports/screenshots/hardhatLog_3.png') |
|
|
|
|
.createContract('') |
|
|
|
|
.saveScreenshot('./reports/screenshots/hardhatLog_4.png') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalChildIncludes('constructor', { shouldHaveOnlyOneOccurence: true }) |
|
|
|
|
.pause(5000) |
|
|
|
|