fix: remove comment because the upstream issue has been fixed #3111
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#L1
1) [Mobile Chrome] › app_login.spec.ts:53:7 › Registration › register twice ──────────────────────
Pending operations:
- locator.click at playwright/tests/app_login.spec.ts:17:54
|
test/e2e/playwright/tests/app_login.spec.ts#L33
1) [Mobile Chrome] › app_login.spec.ts:53:7 › Registration › register twice ──────────────────────
Error: page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation to "Home" until "load"
============================================================
31 | await performOidcLogin(popup, username)
32 |
> 33 | await page.waitForURL("Home")
| ^
34 | expect(popup.isClosed()).toBeTruthy()
35 | await expect(page.getByText("Welcome back")).toBeVisible()
36 | }
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:33:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:54: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 logs for this run have expired and are no longer available.
Loading