Commit 15e050f1 authored by yann300's avatar yann300 Committed by GitHub

Update compiling.js

parent 33226bff
......@@ -30,11 +30,7 @@ function runTests (browser) {
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:TestContract'], function () {
browser.click('.create .constructor .call')
.waitForElementPresent('.instance .call[title="f"]')
if (browser.options.desiredCapabilities.browserName === 'internet explorer') {
browser.end()
return
}
browser.click('.instance .call[title="f"]')
.click('.instance .call[title="f"]')
.waitForElementPresent('.output .returned')
.assert.containsText('.output .returned', '0x0000000000000000000000000000000000000000000000000000000000000008')
.assert.containsText('.output .decoded li', 'uint256: 8')
......
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