pull/1/head
yann300 7 years ago
parent 794f04547c
commit 48da81b75f
  1. 1
      test-browser/tests/simpleContract.js
  2. 1
      test-browser/tests/staticanalysis.js

@ -18,6 +18,7 @@ module.exports = {
}
function runTests (browser) {
browser.setEditorValue = contractHelper.setEditorValue
browser
.waitForElementVisible('.newFile', 10000)
.click('.compileView')

@ -33,6 +33,7 @@ module.exports = {
}
function runTests (browser) {
browser.setEditorValue = contractHelper.setEditorValue
browser
.waitForElementVisible('.newFile', 10000)
.click('.compileView')

Loading…
Cancel
Save