⬆️ Bump vitest from 2.1.1 to 2.1.9 (#1548)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Luke Vella <me@lukevella.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-08 14:43:15 +07:00 committed by GitHub
parent 480f1a03d1
commit ffafcbdb43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 729 additions and 738 deletions

View file

@ -31,6 +31,6 @@ test.describe.serial(() => {
deletePollDialog.getByRole("button", { name: "delete" }).click();
await expect(page).toHaveURL("/login?callbackUrl=%2Fpolls");
await expect(page).toHaveURL("/login?redirectTo=%2Fpolls");
});
});