feat: rework the OTP code submit count mechanism #5132
Annotations
4 errors, 3 warnings, and 1 notice
Run Playwright tests:
test/e2e/playwright/tests/desktop/code/sms.spec.ts#L1
1) [chromium] › desktop/code/sms.spec.ts:100:7 › account enumeration protection off › registration succeeds
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/models/elements/registration.ts#L43
1) [chromium] › desktop/code/sms.spec.ts:100:7 › account enumeration protection off › registration succeeds
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[type="submit"][name="method"][value="code"]')
at ../models/elements/registration.ts:43
41 | await this.inputField("traits.phone").fill(identifier)
42 | await this.submitField("profile").click()
> 43 | await this.submitField("code").click()
| ^
44 | }
45 | }
46 |
at RegistrationPage.triggerRegistrationWithCode (/home/runner/work/kratos/kratos/test/e2e/playwright/models/elements/registration.ts:43:36)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/code/sms.spec.ts:108:5
|
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts#L1
2) [chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts#L86
2) [chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
84 | await loginHydra(page)
85 |
> 86 | await page.waitForURL(
| ^
87 | new RegExp(config.selfservice.default_browser_return_url),
88 | )
89 |
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/desktop/identifier_first/oidc.login.spec.ts:86:18
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_login.spec.ts took 28.0s
|
Run Playwright tests:
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts#L1
test/e2e/[mobile-chrome] › mobile/app_recovery.spec.ts took 24.7s
|
Run Playwright tests
2 flaky
[chromium] › desktop/code/sms.spec.ts:100:7 › account enumeration protection off › registration succeeds
[chromium] › desktop/identifier_first/oidc.login.spec.ts:78:9 › account enumeration protection on › login
35 passed (3.5m)
|
Loading