Skip to content

Commit

Permalink
Fix compilation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and axic committed Nov 7, 2016
1 parent f2718ef commit 1d90c59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-browser/tests/compiling.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
'@sources': function () {
return sources
},
'Simple Contract': function (browser) {
'Compiling': function (browser) {
runTests(browser)
},
tearDown: sauce
Expand All @@ -27,8 +27,7 @@ function runTests (browser) {
browser
.waitForElementVisible('.newFile', 10000)
contractHelper.testContracts(browser, sources.sources.Untitled, ['TestContract'], function () {
browser.assert.containsText('.contract .title', 'TestContract')
.click('.create .constructor .call')
browser.click('.create .constructor .call')
.waitForElementPresent('.instance .call[title="f"]')
.click('.instance .call[title="f"]')
.waitForElementPresent('.output .returned')
Expand Down

0 comments on commit 1d90c59

Please sign in to comment.