feat: more extension points #5212
Annotations
4 errors, 2 warnings, and 1 notice
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts#L1
1) [chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts#L86
1) [chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
84 | await loginHydra(page)
85 |
> 86 | await page.waitForURL(
| ^
87 | new RegExp(config.selfservice.default_browser_return_url),
88 | )
89 |
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts:86:18
|
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/passkeys.login.spec.ts#L1
2) [chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection on › without automatic presence proof › login › create webauthn identity
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/passkeys.login.spec.ts#L52
2) [chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection on › without automatic presence proof › login › create webauthn identity
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
50 | )
51 |
> 52 | await page.waitForURL(
| ^
53 | new RegExp(config.selfservice.default_browser_return_url),
54 | )
55 | return identifier
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/identifier_first/passkeys.login.spec.ts:52:16
at registerWithPasskey (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/identifier_first/passkeys.login.spec.ts:30:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/identifier_first/passkeys.login.spec.ts:103:30
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts took 27.5s
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts took 24.3s
|
Run Playwright tests
2 flaky
[chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
[chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection on › without automatic presence proof › login
35 passed (2.8m)
|
Loading