fix: redirect to verification URL even if login_challenge is set #3027
Annotations
3 errors, 1 warning, and 1 notice
test/e2e/playwright/tests/app_login.spec.ts#L1
1) [Mobile Chrome] › app_login.spec.ts:53:7 › Registration › register twice ──────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/app_login.spec.ts#L27
1) [Mobile Chrome] › app_login.spec.ts:53:7 › Registration › register twice ──────────────────────
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
25 |
26 | async function testRegistrationOrLogin(page: Page, username: string) {
> 27 | const popupPromise = page.waitForEvent("popup")
| ^
28 | await page.getByText(/sign (up|in) with ory/i).click()
29 | const popup = await popupPromise
30 |
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:27:29)
at testRegistration (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:44:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:54:5
|
test/e2e/playwright/tests/app_login.spec.ts#L1
1) [Mobile Chrome] › app_login.spec.ts:53:7 › Registration › register twice ──────────────────────
Pending operations:
- page.goto at playwright/tests/app_login.spec.ts:43:14
|
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 logs for this run have expired and are no longer available.
Loading