mirror of
https://github.com/zadam/trilium.git
synced 2025-12-19 22:59:53 +01:00
e2e(server): locator failing due to removal of "visible"
This commit is contained in:
@@ -8,7 +8,7 @@ test("Opens and activate a note from launcher Bar", async ({ page, context }) =>
|
||||
await app.goto();
|
||||
await app.closeAllTabs();
|
||||
|
||||
const mapButton = app.launcherBar.locator(".launcher-button.bx-search.visible");
|
||||
const mapButton = app.launcherBar.locator(".launcher-button.bx-search");
|
||||
await expect(mapButton).toBeVisible();
|
||||
|
||||
await page.keyboard.down('Control');
|
||||
|
||||
Reference in New Issue
Block a user