pull/1122/head
yann300 4 years ago
parent 2327ad3ba0
commit de2e95c0b1
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.spec.ts

@ -187,7 +187,7 @@ module.exports = {
browser
.addFile('test_jsGetTrace.js', { content: jsGetTrace })
.executeScript('remix.exeCurrent()')
.waitForElementContainsText('*[data-id="terminalJournal"]', 'result { "gas": "0x5863", "return": "0x0000000000000000000000000000000000000000000000000000000000000000", "structLogs":', 60000)
.waitForElementContainsText('*[data-id="terminalJournal"]', 'result { "gas": "0x575f", "return": "0x0000000000000000000000000000000000000000000000000000000000000000", "structLogs":', 60000)
},
'Should call the debugger api: debug': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save