Commit 22d99545 authored by yann300's avatar yann300

fix test

parent 6f2dd480
...@@ -48,7 +48,7 @@ function runTests (browser, testData) { ...@@ -48,7 +48,7 @@ function runTests (browser, testData) {
.pause(500) .pause(500)
.perform(function (client, done) { .perform(function (client, done) {
console.log('goToVMtraceStep') console.log('goToVMtraceStep')
contractHelper.goToVMtraceStep(browser, 39, () => { contractHelper.goToVMtraceStep(browser, 47, () => {
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