1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 07:35:11 +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

@@ -70,7 +70,7 @@ test("Create one time access token", async ({ page, context }) => {
await page.getByRole("menuitem", { name: "Login Code" }).click();
await page.getByLabel("Login Code").getByRole("combobox").click();
await page.getByLabel("Expiration").click();
await page.getByRole("option", { name: "12 hours" }).click();
await page.getByRole("button", { name: "Show Code" }).click();