Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e59c972

Browse files
committed
fix(e2e): Search works when dismissing a tab
1 parent 11b8c34 commit e59c972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server-e2e/src/layout/tab_bar.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test("Search works when dismissing a tab", async ({ page, context }) => {
115115

116116
await app.getTab(0).click();
117117
await app.openAndClickNoteActionMenu("Search in note");
118-
await expect(app.findAndReplaceWidget).toBeVisible();
118+
await expect(app.findAndReplaceWidget.first()).toBeVisible();
119119
});
120120

121121
test("New tab displays workspaces", async ({ page, context }) => {

0 commit comments

Comments
 (0)