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

add e2e tests

This commit is contained in:
Elias Schneider
2026-01-11 00:14:25 +01:00
parent dd8e4dec6c
commit d318b02ea0
6 changed files with 80 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ test('End session without id token hint shows confirmation page', async ({ page
await expect(page).toHaveURL('/logout');
await page.getByRole('button', { name: 'Sign out' }).click();
await expect(page).toHaveURL('/login?redirect=%2F"');
await expect(page).toHaveURL('/login?redirect=%2F');
});
test('End session with id token hint redirects to callback URL', async ({ page }) => {