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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user