Commit aed6dbc8 authored by ioedeveloper's avatar ioedeveloper

Enable swarm browser test

parent 6713f691
...@@ -18,7 +18,7 @@ module.exports = function (browser, callback, url, preloadPlugins = true) { ...@@ -18,7 +18,7 @@ module.exports = function (browser, callback, url, preloadPlugins = true) {
} }
function initModules (browser, callback) { function initModules (browser, callback) {
browser.pause(3000) browser.pause(5000)
.click('#icon-panel div[plugin="pluginManager"]') .click('#icon-panel div[plugin="pluginManager"]')
.scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_solidity"] button') .scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_solidity"] button')
.pause(5000) .pause(5000)
......
...@@ -23,7 +23,7 @@ module.exports = { ...@@ -23,7 +23,7 @@ module.exports = {
}) })
.modalFooterOKClick() .modalFooterOKClick()
}, },
'Publish on Swarm': '' + function (browser) { 'Publish on Swarm': function (browser) {
browser browser
.click('#publishOnSwarm') .click('#publishOnSwarm')
.getModalBody((value, done) => { .getModalBody((value, done) => {
......
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