web: fix `if note is active in multiple tabs, moving the note to trash should

close those tabs` test
This commit is contained in:
Abdullah Atta
2025-07-18 14:45:06 +05:00
parent 249ce1ecbb
commit 3bc7fc84f9

View File

@@ -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();