fix firefox failing sidePanelTest

pull/2722/head^2
Joseph Izang 2 years ago committed by Aniket
parent 26d56fb45b
commit 0a4abec163
  1. 2
      apps/remix-ide-e2e/src/tests/pluginManager.test.ts

@ -109,7 +109,7 @@ module.exports = {
'Should load back installed plugins after reload': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeSidePanel"]')
.waitForElementVisible('*[data-id="remixIdeSidePanel"]',3000)
.waitForElementVisible('*[data-id="pluginManagerComponentPluginManager"]')
.getInstalledPlugins((plugins) => {
browser.refresh()

Loading…
Cancel
Save