fix(conform-zod): replace unknown
in submission payload (#706)
#1388
Annotations
1 error and 1 notice
tests/integrations/async-validation.spec.ts#L118
1) [firefox] › async-validation.spec.ts:138:6 › With JS › Client Validation ──────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 1
+ Received + 1
Array [
"Email is already used",
- "",
+ "Title is required",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('body').locator('main p')
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
- locator resolved to 2 elements
116 | }
117 |
> 118 | await expect(playground.error).toHaveText(['Email is already used', '']);
| ^
119 |
120 | await selectAll(fieldset.email);
121 | await fieldset.email.press('ArrowRight');
at runTest (/home/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:118:33)
at /home/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:140:3
|
|
This job succeeded
Loading