Skip to content

Commit 32f007d

Browse files
authored
Merge pull request #3533 from RedisInsight/e2e/bugfix/fix-e2e-tf
fix e2e after removing tf tutorials
2 parents 39602c4 + 15eec49 commit 32f007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/regression/tree-view/tree-view.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test
5858
}];
5959

6060
await t.click(browserPage.refreshKeysButton);
61-
await t.expect(browserPage.guideLinksBtn.count).gte(5);
61+
await t.expect(browserPage.guideLinksBtn.count).gte(4);
6262
for (const capability of capabilities) {
6363
await browserPage.clickGuideLinksByName(capability.name);
6464
await t.expect(browserPage.InsightsPanel.sidePanel.exists).ok('Insights panel not opened');

0 commit comments

Comments
 (0)