1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 13:25:04 +00:00

tests: fix e2e tests after shadcn upgrade

This commit is contained in:
Elias Schneider
2025-05-23 09:50:57 +02:00
parent a65c0b3da3
commit 869c4c5871
4 changed files with 2 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ test("Edit user group", async ({ page }) => {
await page
.getByRole("row", { name: group.name })
.locator("#bits-5")
.getByRole("button")
.click();
await page.getByRole("menuitem", { name: "Edit" }).click();