Commit 48da81b7 authored by yann300's avatar yann300

fix tests

parent 794f0454
...@@ -18,6 +18,7 @@ module.exports = { ...@@ -18,6 +18,7 @@ module.exports = {
} }
function runTests (browser) { function runTests (browser) {
browser.setEditorValue = contractHelper.setEditorValue
browser browser
.waitForElementVisible('.newFile', 10000) .waitForElementVisible('.newFile', 10000)
.click('.compileView') .click('.compileView')
......
...@@ -33,6 +33,7 @@ module.exports = { ...@@ -33,6 +33,7 @@ module.exports = {
} }
function runTests (browser) { function runTests (browser) {
browser.setEditorValue = contractHelper.setEditorValue
browser browser
.waitForElementVisible('.newFile', 10000) .waitForElementVisible('.newFile', 10000)
.click('.compileView') .click('.compileView')
......
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