feat: auto fields management #1419
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/integrations/validation-flow.spec.ts#L126
1) [webkit] › validation-flow.spec.ts:114:5 › shouldValidate: onBlur ─────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 1
+ Received + 1
Array [
- "Email is invalid",
+ "Email is required",
"",
"",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('body').locator('main p')
9 × locator resolved to 3 elements
124 |
125 | await playground.form.press('Tab');
> 126 | await expect(playground.error).toHaveText(['Email is invalid', '', '']);
| ^
127 |
128 | await password.fill('1234');
129 | await expect(playground.error).toHaveText(['Email is invalid', '', '']);
at /home/runner/work/conform/conform/tests/integrations/validation-flow.spec.ts:126:33
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests
1 flaky
[webkit] › validation-flow.spec.ts:114:5 › shouldValidate: onBlur ──────────────────────────────
9 skipped
99 passed (1.9m)
|
Loading