Commit 0767dcf6 authored by yann300's avatar yann300 Committed by ninabreznik

Update simpleContract.js

parent 6438ef0e
......@@ -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()
})
......
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