fixing Load Side Panel test

uiCheck
LianaHus 4 years ago committed by yann300
parent 10c5cddc12
commit ea2287fec4
  1. 2
      test-browser/tests/defaultLayout.test.js

@ -18,7 +18,7 @@ module.exports = {
browser.waitForElementVisible('div[data-id="remixIdeSidePanel"]') browser.waitForElementVisible('div[data-id="remixIdeSidePanel"]')
.assert.containsText('h6[data-id="sidePanelSwapitTitle"]', 'FILE EXPLORERS') .assert.containsText('h6[data-id="sidePanelSwapitTitle"]', 'FILE EXPLORERS')
.waitForElementVisible('div[data-id="filePanelFileExplorerTree"]') .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) { 'Loads Main View': function (browser) {

Loading…
Cancel
Save