Commit b013a238 authored by yann300's avatar yann300

standard

parent 3e9eb111
......@@ -42,7 +42,7 @@ function runTests (browser, testData) {
.goToVMTraceStep(59)
.pause(1000)
.checkVariableDebug('soliditystate', stateCheck)
.checkVariableDebug('soliditylocals', localsCheck)
.checkVariableDebug('soliditylocals', localsCheck)
.clickLaunchIcon('run')
.click('button[class^="udappClose"]')
.addFile('ballot.abi', { content: ballotABI })
......
......@@ -93,7 +93,6 @@ function testAutoDeployLib (browser, callback) {
callback(null, browser)
})
})
}
function testManualDeployLib (browser, callback) {
......
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