Skip to content

Commit

Permalink
Update simpleContract.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and ninabreznik committed Apr 6, 2017
1 parent 6438ef0 commit 0767dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-browser/tests/simpleContract.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
function runTests (browser) {
browser
.waitForElementVisible('.newFile', 10000)
.click('.envView')
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:test1', 'Untitled:test2'], function () {
browser.end()
})
Expand Down

0 comments on commit 0767dcf

Please sign in to comment.