fixing Load Side Panel test

pull/11/head
LianaHus 4 years ago committed by ioedeveloper
parent f11d1ef763
commit 41311f223f
  1. 2
      apps/remix-ide/test-browser/tests/defaultLayout.test.js

@ -18,7 +18,7 @@ module.exports = {
browser.waitForElementVisible('div[data-id="remixIdeSidePanel"]')
.assert.containsText('h6[data-id="sidePanelSwapitTitle"]', 'FILE EXPLORERS')
.waitForElementVisible('div[data-id="filePanelFileExplorerTree"]')
.waitForElementVisible('li[key="browser/tests/4_Ballot_test.sol"]')
.waitForElementVisible('li[key="browser/3_Ballot.sol"]')
},
'Loads Main View': function (browser) {

Loading…
Cancel
Save