Commit e84d81bd authored by ioedeveloper's avatar ioedeveloper

Fix debugger test

parent 25c39f39
......@@ -186,6 +186,8 @@ module.exports = {
'Should call the debugger api: getTrace': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('fileExplorers')
.click('li[data-id="treeViewLitreeViewItembrowser/externalImport.sol"')
.addFile('test_jsGetTrace.js', { content: jsGetTrace })
.executeScript('remix.exeCurrent()')
.pause(3000)
......
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