Commit b63fd11c authored by aniket-engg's avatar aniket-engg

ballot debug with state and locals

parent 71df3697
...@@ -44,8 +44,8 @@ module.exports = { ...@@ -44,8 +44,8 @@ module.exports = {
// .click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]') // .click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]')
.pause(2000) .pause(2000)
.waitForElementVisible('#stepdetail') .waitForElementVisible('#stepdetail')
.goToVMTraceStep(79) // .goToVMTraceStep(79)
.pause(1000) // .pause(1000)
.checkVariableDebug('soliditystate', stateCheck) .checkVariableDebug('soliditystate', stateCheck)
.checkVariableDebug('soliditylocals', localsCheck) .checkVariableDebug('soliditylocals', localsCheck)
}, },
......
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