mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-20 20:36:19 +02:00
✨ New Login Page (#1504)
This commit is contained in:
parent
655f38203a
commit
f5ab25ed1f
67 changed files with 1669 additions and 713 deletions
|
@ -32,6 +32,6 @@ test.describe.serial(() => {
|
|||
|
||||
deletePollDialog.getByRole("button", { name: "delete" }).click();
|
||||
|
||||
await expect(page).toHaveURL("/polls");
|
||||
await expect(page).toHaveURL("/login?callbackUrl=%2Fpolls");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue