Commit c0c5aa07 authored by aniket-engg's avatar aniket-engg Committed by Aniket

debugger e2e fix

parent b43e1102
...@@ -72,8 +72,8 @@ module.exports = { ...@@ -72,8 +72,8 @@ module.exports = {
.waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n0', 60000) .waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n0', 60000)
.click('*[data-id="buttonNavigatorJumpNextBreakpoint"]') .click('*[data-id="buttonNavigatorJumpNextBreakpoint"]')
.pause(10000) .pause(10000)
.waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n348', 60000) .waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n352', 60000)
.waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n348', 60000) .waitForElementContainsText('*[data-id="stepdetail"]', 'execution step:\n352', 60000)
}, },
'Should display solidity imported code while debugging github import': function (browser: NightwatchBrowser) { 'Should display solidity imported code while debugging github import': function (browser: NightwatchBrowser) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment