From 3bc7fc84f9834c40f13d82b4abbc8e2c9d8bb86c Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 18 Jul 2025 14:45:06 +0500 Subject: [PATCH] web: fix `if note is active in multiple tabs, moving the note to trash should close those tabs` test --- apps/web/__e2e__/tabs.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/__e2e__/tabs.test.ts b/apps/web/__e2e__/tabs.test.ts index 231ef26ee..0b18756e2 100644 --- a/apps/web/__e2e__/tabs.test.ts +++ b/apps/web/__e2e__/tabs.test.ts @@ -455,6 +455,7 @@ test("if note is active in multiple tabs, moving the note to trash should close title: "Note 1" }); await note?.contextMenu.openInNewTab(); + await page.waitForTimeout(1000); await note?.contextMenu.moveToTrash();