feat: client-side PKCE support during OIDC and generic redirect_uri #4638
Annotations
7 errors, 4 warnings, and 1 notice
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
1) [mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ───
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L74
1) [mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ───
Error: page.waitForEvent: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
72 |
73 | await expect(page.getByText("login rejected request")).toBeVisible()
> 74 | popupPromise = page.waitForEvent("popup")
| ^
75 | await page.getByText(/continue/i).click()
76 | popup = await popupPromise
77 | await performOidcLogin(popup, "[email protected]")
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:74:25
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
1) [mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L74
1) [mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForEvent: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
72 |
73 | await expect(page.getByText("login rejected request")).toBeVisible()
> 74 | popupPromise = page.waitForEvent("popup")
| ^
75 | await page.getByText(/continue/i).click()
76 | popup = await popupPromise
77 | await performOidcLogin(popup, "[email protected]")
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:74:25
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L1
1) [mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/mobile/app_login.spec.ts#L74
1) [mobile-chrome] › mobile/app_login.spec.ts:64:7 › Registration › register, cancel, register ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForEvent: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
72 |
73 | await expect(page.getByText("login rejected request")).toBeVisible()
> 74 | popupPromise = page.waitForEvent("popup")
| ^
75 | await page.getByText(/continue/i).click()
76 | popup = await popupPromise
77 | await performOidcLogin(popup, "[email protected]")
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/mobile/app_login.spec.ts:74:25
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@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, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts took 21.8s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs", "playwright-test-results-aef57cde598dfa7c4aca3afe44a2ee6f5be3c839".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
The logs for this run have expired and are no longer available.
Loading