|
|
|
@ -72,8 +72,8 @@ module.exports = { |
|
|
|
|
.waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n0', 60000) |
|
|
|
|
.click('*[data-id="buttonNavigatorJumpNextBreakpoint"]') |
|
|
|
|
.pause(10000) |
|
|
|
|
.waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n348', 60000) |
|
|
|
|
.waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n348', 60000) |
|
|
|
|
.waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n352', 60000) |
|
|
|
|
.waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n352', 60000) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'Should display solidity imported code while debugging github import': function (browser: NightwatchBrowser) { |
|
|
|
@ -212,7 +212,7 @@ module.exports = { |
|
|
|
|
'Should start debugging using remix debug nodes (rinkeby)': '' + function (browser: NightwatchBrowser) { |
|
|
|
|
browser |
|
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
.setSolidityCompilerVersion('soljson-v0.8.4+commit.c7e474f2.js') |
|
|
|
|
.setSolidityCompilerVersion('soljson-v0.8.7+commit.e28d00a7.js') |
|
|
|
|
.addFile('useDebugNodes.sol', sources[5]['useDebugNodes.sol']) // compile contract
|
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="settingsWeb3Mode"]') // select web3 provider with debug nodes URL
|
|
|
|
|