mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(e2e): broken test after style changes
This commit is contained in:
parent
092c288df2
commit
748162b997
@ -9,7 +9,7 @@ test("Help popup", async ({ page, context }) => {
|
|||||||
|
|
||||||
const popupPromise = page.waitForEvent("popup");
|
const popupPromise = page.waitForEvent("popup");
|
||||||
await app.currentNoteSplit.press("F1");
|
await app.currentNoteSplit.press("F1");
|
||||||
await page.getByRole("link", { name: "online↗" }).click();
|
await page.getByRole("link", { name: "online" }).click();
|
||||||
const popup = await popupPromise;
|
const popup = await popupPromise;
|
||||||
expect(popup.url()).toBe("https://triliumnext.github.io/Docs/");
|
expect(popup.url()).toBe("https://triliumnext.github.io/Docs/");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user