tests(e2e): fix wrong assertion

This commit is contained in:
Elias Schneider
2026-06-16 12:08:38 +02:00
parent c0d96a0b13
commit effd2a146f

View File

@@ -692,7 +692,6 @@ test.describe('OIDC prompt parameter', () => {
await expect(page.getByText(/Invalid callback URL/i)).toBeVisible();
expect(attackerRedirected).toBe(false);
expect(page.url()).not.toContain('attacker.example');
});
test('prompt=none redirects errors with response_mode=fragment', async ({ page }) => {