1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-09 17:14:18 +00:00

fix e2e tests

This commit is contained in:
Elias Schneider
2026-01-10 23:56:31 +01:00
parent 20ee00df49
commit ca4e332964
3 changed files with 18 additions and 13 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');
await expect(page).toHaveURL('/login?redirect=%2F"');
});
test('End session with id token hint redirects to callback URL', async ({ page }) => {