Commit f4dea0ac authored by yann300's avatar yann300

fix tests

parent a6e278bf
...@@ -48,7 +48,7 @@ function runTests (browser, testData) { ...@@ -48,7 +48,7 @@ function runTests (browser, testData) {
.pause(2000) .pause(2000)
.perform(function (client, done) { .perform(function (client, done) {
console.log('goToVMtraceStep') console.log('goToVMtraceStep')
contractHelper.goToVMtraceStep(browser, 55, () => { contractHelper.goToVMtraceStep(browser, 59, () => {
done() done()
}) })
}) })
......
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