'Should run a script which log transaction and block using web3.js and ethers #group7':function(browser: NightwatchBrowser){
if(runMasterTests){
browser
.clickLaunchIcon('udapp')
.switchEnvironment('basic-http-provider')
@ -229,6 +234,7 @@ module.exports = {
.waitForElementContainsText('*[data-id="terminalJournal"]','0x0fbbd94c448fe6949f848380a1d145a974f386624b4b10aa40f9afb212b3ddeb',120000)// hash of 4757766
// check if the logsBloom is being logged (ethers.js call)
.waitForElementContainsText('*[data-id="terminalJournal"]','0x9db899cb75888a630ba50a1644c243b83d2eb38525eb828a06a5e8bb5663c0b0',120000)// hash of 4757767
}
},
'Should listen on all transactions #group8':function(browser: NightwatchBrowser){
@ -291,6 +297,7 @@ module.exports = {
},
'Should connect to mainnet fork and run web3.eth.getCode in the terminal #group9':function(browser: NightwatchBrowser){