mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 02:14:25 +01:00
e2e(server): locator failing due to removal of "visible"
This commit is contained in:
parent
c8c6d1bb1e
commit
b8c33ce7fa
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user