feat: add support for Line v2.1 OIDC provider and update related conf… #5160
Annotations
3 errors, 3 warnings, and 1 notice
Run Playwright tests:
test/e2e/playwright/actions/identity.ts#L17
1) [chromium] › desktop/code/sms.spec.ts:87:7 › account enumeration protection off › login succeeds
Error: expect(received).toBe(expected) // Object.is equality
Expected: 201
Received: 400
at ../actions/identity.ts:17
15 | data,
16 | })
> 17 | expect(resp.status()).toBe(201)
| ^
18 | return await resp.json()
19 | }
20 |
at createIdentity (/home/runner/work/kratos/kratos/test/e2e/playwright/actions/identity.ts:17:25)
at createIdentityWithPhoneNumber (/home/runner/work/kratos/kratos/test/e2e/playwright/actions/identity.ts:29:15)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/code/sms.spec.ts:88:22
|
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts#L1
2) [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
2) [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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts took 28.2s
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts took 23.9s
|
Run Playwright tests
2 flaky
[chromium] › desktop/code/sms.spec.ts:87:7 › account enumeration protection off › login succeeds
[chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
35 passed (2.3m)
|
Loading