fix: refactor internal API to prevent panics #4569
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/password.login.spec.ts#L1
1) [chromium] › desktop/identifier_first/password.login.spec.ts:75:7 › account enumeration protection off › login with refresh
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/models/elements/login.ts#L147
1) [chromium] › desktop/identifier_first/password.login.spec.ts:75:7 › account enumeration protection off › login with refresh
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../models/elements/login.ts:147
145 | async submit(method: string, opts?: SubmitOptions) {
146 | const nav = opts?.waitForURL
> 147 | ? this.page.waitForURL(opts.waitForURL)
| ^
148 | : Promise.resolve()
149 | if (opts?.submitWithKeyboard) {
150 | await this.page.keyboard.press("Enter")
at LoginPage.submit (/home/runner/work/kratos/kratos/test/e2e/playwright/models/elements/login.ts:147:19)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/identifier_first/password.login.spec.ts:104:17
|
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 uses Node.js version which is deprecated 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/
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts took 30.4s
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts took 24.5s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs".
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/
|
Run Playwright tests
1 flaky
[chromium] › desktop/identifier_first/password.login.spec.ts:75:7 › account enumeration protection off › login with refresh
34 passed (2.4m)
|
Loading