debugger breakpoint test fixed

pull/5370/head
aniket-engg 4 years ago
parent c0b25b5b19
commit 00179a86fd
  1. 4
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -72,8 +72,8 @@ module.exports = {
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n0')
.click('*[data-id="buttonNavigatorJumpNextBreakpoint"]')
.pause(2000)
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n184')
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n184')
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n348')
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n348')
},
'Should display solidity imported code while debugging github import': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save