Skip to content

Commit

Permalink
ensure solidity compiler loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Aug 29, 2019
1 parent b63475e commit aca49af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-browser/helpers/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ module.exports = function (browser, callback) {
}

function initModules (browser, callback) {
browser.pause(3000).click('#icon-panel div[plugin="pluginManager"]')
browser.click('#icon-panel div[plugin="pluginManager"]')
.execute(function () {
document.querySelector('div[id="pluginManager"]').scrollTop = document.querySelector('div[id="pluginManager"]').scrollHeight
}, [], function () {
browser.click('#pluginManager article[id="remixPluginManagerListItem_solidity"] button')
.pause(5000)
.click('#pluginManager article[id="remixPluginManagerListItem_udapp"] button')
.click('#pluginManager article[id="remixPluginManagerListItem_solidityStaticAnalysis"] button')
.click('#pluginManager article[id="remixPluginManagerListItem_debugger"] button')
Expand Down

0 comments on commit aca49af

Please sign in to comment.