fix firefox failing sidePanelTest

pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent 37cdd147a3
commit 2dc77da228
  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