Skip to content

Commit 82d7d72

Browse files
fix test with tree view
1 parent 5e1f69a commit 82d7d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/tree-view/tree-view.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test
2626
.meta({ rte: rte.standalone })
2727
('Verify that when user opens the application he can see that Tree View is disabled by default(Browser is selected by default)', async t => {
2828
//Verify that Browser view is selected by default and Tree view is disabled
29-
await t.expect(browserPage.browserViewButton.getStyleProperty('background-color')).eql('rgb(33, 37, 54)', 'The Browser is selected by default');
29+
await t.expect(browserPage.browserViewButton.getStyleProperty('background-color')).eql('rgb(41, 47, 71)', 'The Browser is selected by default');
3030
await t.expect(browserPage.treeViewArea.visible).notOk('The tree view is not displayed', { timeout: 20000 });
3131
});
3232
test

0 commit comments

Comments
 (0)