Commit 2a7e8164 authored by yann300's avatar yann300

fix test

parent cd21299d
...@@ -30,8 +30,8 @@ function runTests (browser) { ...@@ -30,8 +30,8 @@ function runTests (browser) {
contractHelper.testContracts(browser, sources.sources['browser/Untitled.sol'], ['browser/Untitled.sol:TestContract'], function () { contractHelper.testContracts(browser, sources.sources['browser/Untitled.sol'], ['browser/Untitled.sol:TestContract'], function () {
browser.click('.runView') browser.click('.runView')
.click('#runTabView div[class^="create"]') .click('#runTabView div[class^="create"]')
.waitForElementPresent('.instance button[title="f"]') .waitForElementPresent('.instance button[title="f - transact (not payable)"]')
.click('.instance button[title="f"]') .click('.instance button[title="f - transact (not payable)"]')
.end() .end()
/* /*
TODO: this will be logged in the dom console TODO: this will be logged in the dom console
......
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