Skip to content

Commit

Permalink
fixing Load Side Panel test
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored and yann300 committed Jul 1, 2020
1 parent 10c5cdd commit ea2287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-browser/tests/defaultLayout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ea2287f

Please sign in to comment.