mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(e2e): Search works when dismissing a tab
This commit is contained in:
parent
11b8c3425c
commit
e59c972780
@ -115,7 +115,7 @@ test("Search works when dismissing a tab", async ({ page, context }) => {
|
||||
|
||||
await app.getTab(0).click();
|
||||
await app.openAndClickNoteActionMenu("Search in note");
|
||||
await expect(app.findAndReplaceWidget).toBeVisible();
|
||||
await expect(app.findAndReplaceWidget.first()).toBeVisible();
|
||||
});
|
||||
|
||||
test("New tab displays workspaces", async ({ page, context }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user