We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1f69a commit 82d7d72Copy full SHA for 82d7d72
tests/e2e/tests/critical-path/tree-view/tree-view.e2e.ts
@@ -26,7 +26,7 @@ test
26
.meta({ rte: rte.standalone })
27
('Verify that when user opens the application he can see that Tree View is disabled by default(Browser is selected by default)', async t => {
28
//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');
+ await t.expect(browserPage.browserViewButton.getStyleProperty('background-color')).eql('rgb(41, 47, 71)', 'The Browser is selected by default');
30
await t.expect(browserPage.treeViewArea.visible).notOk('The tree view is not displayed', { timeout: 20000 });
31
});
32
test
0 commit comments