Commit bf95e600 authored by yann300's avatar yann300

fix browser test

parent 679060c8
...@@ -21,10 +21,10 @@ function initModules (browser, callback) { ...@@ -21,10 +21,10 @@ function initModules (browser, callback) {
.execute(function () { .execute(function () {
document.querySelector('div[title="pluginManager"]').scrollTop = document.querySelector('div[title="pluginManager"]').scrollHeight document.querySelector('div[title="pluginManager"]').scrollTop = document.querySelector('div[title="pluginManager"]').scrollHeight
}, [], function () { }, [], function () {
browser.click('#pluginManager div[title="solidity"] button') browser.click('#pluginManager article[title="solidity"] button')
.click('#pluginManager div[title="run"] button') .click('#pluginManager article[title="run"] button')
.click('#pluginManager div[title="solidityStaticAnalysis"] button') .click('#pluginManager article[title="solidityStaticAnalysis"] button')
.click('#pluginManager div[title="debugger"] button') .click('#pluginManager article[title="debugger"] button')
.click('#icon-panel div[title="fileExplorers"]') .click('#icon-panel div[title="fileExplorers"]')
.perform(() => { callback() }) .perform(() => { callback() })
}) })
......
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