Removed delay used for debugging

pull/4/head
ioedeveloper 5 years ago
parent b5ce812bbc
commit b45004d1ef
  1. 2
      test-browser/helpers/init.js
  2. 1
      test-browser/tests/defaultLayout.test.js

@ -24,7 +24,7 @@ module.exports = function (browser, callback, url, preloadPlugins = true) {
}
function initModules (browser, callback) {
browser.pause(20000)
browser.pause(5000)
.click('#icon-panel div[plugin="pluginManager"]')
.scrollAndClick('#pluginManager article[id="remixPluginManagerListItem_solidity"] button')
.pause(5000)

@ -18,7 +18,6 @@ module.exports = {
browser.waitForElementVisible('div[data-id="remixIdeSidePanel"]')
.assert.containsText('h6[data-id="sidePanelSwapitTitle"]', 'FILE EXPLORERS')
.waitForElementVisible('div[data-id="filePanelFileExplorerTree"]')
.pause(1000000)
.waitForElementVisible('li[key="browser/4_Ballot_test.sol"]')
},

Loading…
Cancel
Save