feat(conform-zod): bigint coercion support #1355
Annotations
3 errors and 1 notice
tests/integrations/async-validation.spec.ts#L170
1) [firefox] › async-validation.spec.ts:148:6 › With JS › Form reset ─────────────────────────────
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",
"",
]
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
168 |
169 | await playground.reset.click();
> 170 | await expect(playground.error).toHaveText(['', '']);
| ^
171 | });
172 | });
173 |
at /home/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:170:34
|
tests/integrations/parse-with-yup.spec.ts#L1
2) [firefox] › parse-with-yup.spec.ts:71:6 › Parse with yup › Server Validation ──────────────────
Test timeout of 30000ms exceeded.
|
tests/integrations/parse-with-yup.spec.ts#L17
2) [firefox] › parse-with-yup.spec.ts:71:6 › Parse with yup › Server Validation ──────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('body').locator('footer button[type="submit"]')
- locator resolved to <button type="submit" class="inline-flex justify-center …>Submit</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
15 |
16 | await username.type('@');
> 17 | await playground.submit.click();
| ^
18 | await expect(playground.error).toHaveText([
19 | 'Min. 5 characters',
20 | 'At least 1 lowercase character',
at runTest (/home/runner/work/conform/conform/tests/integrations/parse-with-yup.spec.ts:17:26)
at /home/runner/work/conform/conform/tests/integrations/parse-with-yup.spec.ts:73:3
|
|
This job succeeded
Loading