e2e(server): locator failing due to removal of "visible"

This commit is contained in:
Elian Doran 2025-12-06 08:54:35 +02:00
parent c8c6d1bb1e
commit b8c33ce7fa
No known key found for this signature in database

View File

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