Commit 5b62a618 authored by yann300's avatar yann300

fix test

parent 91b7bb82
...@@ -85,6 +85,7 @@ function runTests (browser, testData) { ...@@ -85,6 +85,7 @@ function runTests (browser, testData) {
done() done()
}) })
}) })
.click('.instance:nth-of-type(2)')
.perform((client, done) => { .perform((client, done) => {
console.log('delegate - transact (not payable)') console.log('delegate - transact (not payable)')
browser.testFunction('delegate - transact (not payable)', '0xd3cd54e2f76f3993078ecf9e1b54a148def4520afc141a182293b3610bddf10f', browser.testFunction('delegate - transact (not payable)', '0xd3cd54e2f76f3993078ecf9e1b54a148def4520afc141a182293b3610bddf10f',
......
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