mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-15 21:48:13 +03:00
tests(e2e): fix wrong assertion
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user