|
|
@ -361,7 +361,7 @@ module.exports = { |
|
|
|
console.log(resolver.addr(node)); |
|
|
|
console.log(resolver.addr(node)); |
|
|
|
} |
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
if (runMasterTests) |
|
|
|
if (runMasterTests) { |
|
|
|
browser |
|
|
|
browser |
|
|
|
// .clickLaunchIcon('udapp')
|
|
|
|
// .clickLaunchIcon('udapp')
|
|
|
|
.switchEnvironment('vm-mainnet-fork') |
|
|
|
.switchEnvironment('vm-mainnet-fork') |
|
|
@ -385,6 +385,7 @@ module.exports = { |
|
|
|
}) |
|
|
|
}) |
|
|
|
.useCss() |
|
|
|
.useCss() |
|
|
|
.waitForElementContainsText('*[data-id="terminalJournal"]', '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045', 120000) |
|
|
|
.waitForElementContainsText('*[data-id="terminalJournal"]', '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045', 120000) |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
'Should run free function which logs in the terminal #group10': function (browser: NightwatchBrowser) { |
|
|
|
'Should run free function which logs in the terminal #group10': function (browser: NightwatchBrowser) { |
|
|
|