Update compiling.js

pull/1/head
yann300 8 years ago committed by ninabreznik
parent 48328283f8
commit 6438ef0e07
  1. 1
      test-browser/tests/compiling.js

@ -26,6 +26,7 @@ module.exports = {
function runTests (browser) {
browser
.waitForElementVisible('.newFile', 10000)
.click('.envView')
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:TestContract'], function () {
browser.click('.create .constructor .call')
.waitForElementPresent('.instance .call[title="f"]')

Loading…
Cancel
Save