refactor: optimize identity related indices #4919
Annotations
10 errors, 2 warnings, and 1 notice
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
1) [mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ───────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L32
1) [mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ───────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "Home" until "load"
navigated to "http://localhost:19006/Login"
navigated to "http://localhost:19006/Login"
============================================================
30 | await performOidcLogin(popup, username)
31 |
> 32 | await page.waitForURL("Home")
| ^
33 | expect(popup.isClosed()).toBeTruthy()
34 | await expect(page.getByText("Welcome back")).toBeVisible()
35 | }
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:32:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:53:5
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
1) [mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L32
1) [mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "Home" until "load"
============================================================
30 | await performOidcLogin(popup, username)
31 |
> 32 | await page.waitForURL("Home")
| ^
33 | expect(popup.isClosed()).toBeTruthy()
34 | await expect(page.getByText("Welcome back")).toBeVisible()
35 | }
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:32:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:53:5
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
1) [mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L32
1) [mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "Home" until "load"
============================================================
30 | await performOidcLogin(popup, username)
31 |
> 32 | await page.waitForURL("Home")
| ^
33 | expect(popup.isClosed()).toBeTruthy()
34 | await expect(page.getByText("Welcome back")).toBeVisible()
35 | }
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:32:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:53:5
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
2) [mobile-chrome] › mobile/app_login.spec.ts:58:7 › Registration › register, then login ─────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L32
2) [mobile-chrome] › mobile/app_login.spec.ts:58:7 › Registration › register, then login ─────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "Home" until "load"
navigated to "http://localhost:19006/Login"
navigated to "http://localhost:19006/Login"
============================================================
30 | await performOidcLogin(popup, username)
31 |
> 32 | await page.waitForURL("Home")
| ^
33 | expect(popup.isClosed()).toBeTruthy()
34 | await expect(page.getByText("Welcome back")).toBeVisible()
35 | }
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:32:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:59:5
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
2) [mobile-chrome] › mobile/app_login.spec.ts:58:7 › Registration › register, then login ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L32
2) [mobile-chrome] › mobile/app_login.spec.ts:58:7 › Registration › register, then login ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "Home" until "load"
============================================================
30 | await performOidcLogin(popup, username)
31 |
> 32 | await page.waitForURL("Home")
| ^
33 | expect(popup.isClosed()).toBeTruthy()
34 | await expect(page.getByText("Welcome back")).toBeVisible()
35 | }
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:32:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:59:5
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/checkout@v2, actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
29 failed
[mobile-chrome] › mobile/app_login.spec.ts:52:7 › Registration › register twice ────────────────
[mobile-chrome] › mobile/app_login.spec.ts:58:7 › Registration › register, then login ──────────
[mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ────
[mobile-chrome] › mobile/app_login.spec.ts:86:7 › Login › login twice ──────────────────────────
[mobile-chrome] › mobile/app_login.spec.ts:92:7 › Login › login, then register ─────────────────
[mobile-chrome] › mobile/app_login.spec.ts:98:7 › Login › login, cancel, login ─────────────────
[mobile-chrome] › mobile/app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address
[chromium] › desktop/code/sms.spec.ts:87:7 › account enumeration protection off › login succeeds
[chromium] › desktop/code/sms.spec.ts:100:7 › account enumeration protection off › registration succeeds
[chromium] › desktop/identifier_first/code.login.spec.ts:38:7 › account enumeration protection off › login with wrong code fails
[chromium] › desktop/identifier_first/code.login.spec.ts:60:7 › account enumeration protection off › login succeeds
[chromium] › desktop/identifier_first/code.login.spec.ts:114:7 › account enumeration protection on › login with wrong code fails
[chromium] › desktop/identifier_first/code.login.spec.ts:136:7 › account enumeration protection on › login succeeds
[chromium] › desktop/identifier_first/code.login.spec.ts:174:7 › refresh ───────────────────────
[chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
[chromium] › desktop/identifier_first/oidc.login.spec.ts:93:9 › account enumeration protection on › oidc sign in on second step
[chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection off › login
[chromium] › desktop/identifier_first/oidc.login.spec.ts:93:9 › account enumeration protection off › oidc sign in on second step
[chromium] › desktop/identifier_first/oidc.login.spec.ts:127:5 › login with refresh ────────────
[chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection on › with automatic presence proof › login
[chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection on › without automatic presence proof › login
[chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection off › with automatic presence proof › login
[chromium] › desktop/identifier_first/passkeys.login.spec.ts:96:13 › account enumeration protection off › without automatic presence proof › login
[chromium] › desktop/identifier_first/passkeys.login.spec.ts:169:7 › without automatic presence simulation › login with refresh
[chromium] › desktop/identifier_first/password.login.spec.ts:42:7 › account enumeration protection off › login with wrong password fails
[chromium] › desktop/identifier_first/password.login.spec.ts:61:7 › account enumeration protection off › login succeeds
[chromium] › desktop/identifier_first/password.login.spec.ts:83:7 › account enumeration protection off › login with refresh
[chromium] › desktop/identifier_first/password.login.spec.ts:173:7 › account enumeration protection on › login succeeds
[chromium] › desktop/identifier_first/password.login.spec.ts:196:7 › account enumeration protection on › login with refresh
8 passed (33.6m)
|
The logs for this run have expired and are no longer available.
Loading