mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
web: fix `if note is active in multiple tabs, moving the note to trash should
close those tabs` test
This commit is contained in:
@@ -455,6 +455,7 @@ test("if note is active in multiple tabs, moving the note to trash should close
|
|||||||
title: "Note 1"
|
title: "Note 1"
|
||||||
});
|
});
|
||||||
await note?.contextMenu.openInNewTab();
|
await note?.contextMenu.openInNewTab();
|
||||||
|
await page.waitForTimeout(1000);
|
||||||
|
|
||||||
await note?.contextMenu.moveToTrash();
|
await note?.contextMenu.moveToTrash();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user