|
|
@ -16,16 +16,11 @@ module.exports = function (browser, callback) { |
|
|
|
function initModules (browser, callback) { |
|
|
|
function initModules (browser, callback) { |
|
|
|
browser.pause(3000) |
|
|
|
browser.pause(3000) |
|
|
|
.click('#icon-panel div[plugin="pluginManager"]') |
|
|
|
.click('#icon-panel div[plugin="pluginManager"]') |
|
|
|
.scrollInto('#pluginManager article[id="remixPluginManagerListItem_solidity"] button') |
|
|
|
.scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_solidity"] button') |
|
|
|
.click('#pluginManager article[id="remixPluginManagerListItem_solidity"] button') |
|
|
|
|
|
|
|
.pause(5000) |
|
|
|
.pause(5000) |
|
|
|
.scrollInto('#pluginManager article[id="remixPluginManagerListItem_udapp"] button') |
|
|
|
.scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_udapp"] button') |
|
|
|
.click('#pluginManager article[id="remixPluginManagerListItem_udapp"] button') |
|
|
|
.scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_solidityStaticAnalysis"] button') |
|
|
|
.scrollInto('#pluginManager article[id="remixPluginManagerListItem_solidityStaticAnalysis"] button') |
|
|
|
.scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_debugger"] button') |
|
|
|
.click('#pluginManager article[id="remixPluginManagerListItem_solidityStaticAnalysis"] button') |
|
|
|
.scrollAndClick('#icon-panel div[plugin="fileExplorers"]') |
|
|
|
.scrollInto('#pluginManager article[id="remixPluginManagerListItem_debugger"] button') |
|
|
|
|
|
|
|
.click('#pluginManager article[id="remixPluginManagerListItem_debugger"] button') |
|
|
|
|
|
|
|
.scrollInto('#icon-panel div[plugin="fileExplorers"]') |
|
|
|
|
|
|
|
.click('#icon-panel div[plugin="fileExplorers"]') |
|
|
|
|
|
|
|
.perform(() => { callback() }) |
|
|
|
.perform(() => { callback() }) |
|
|
|
} |
|
|
|
} |
|
|
|