feat: hot-reload CORS origins #3065
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#L43
1) [Mobile Chrome] › app_login.spec.ts:53:7 › Registration › register twice ──────────────────────
Error: page.goto: Navigation failed because page was closed!
=========================== logs ===========================
navigating to "http://localhost:4457/Registration", waiting until "load"
============================================================
41 |
42 | async function testRegistration(page: Page, username: string) {
> 43 | await page.goto("Registration")
| ^
44 | return testRegistrationOrLogin(page, username)
45 | }
46 |
at testRegistration (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:43:14)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:56:11
|
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