chore: fix required strings #1321
Annotations
10 errors and 1 notice
tests/integrations/async-validation.spec.ts#L62
1) [webkit] › 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 - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:140:3
|
tests/integrations/async-validation.spec.ts#L62
1) [webkit] › async-validation.spec.ts:138:6 › With JS › Client Validation ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:140:3
|
tests/integrations/async-validation.spec.ts#L62
1) [webkit] › async-validation.spec.ts:138:6 › With JS › Client Validation ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:140:3
|
tests/integrations/async-validation.spec.ts#L62
2) [webkit] › async-validation.spec.ts:143:6 › With JS › Server Validation ───────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:145:3
|
tests/integrations/async-validation.spec.ts#L62
2) [webkit] › async-validation.spec.ts:143:6 › With JS › Server Validation ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:145:3
|
tests/integrations/async-validation.spec.ts#L62
2) [webkit] › async-validation.spec.ts:143:6 › With JS › Server Validation ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:145:3
|
tests/integrations/async-validation.spec.ts#L158
3) [webkit] › 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",
- "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
156 | // This check is intentional to verify how Conform
157 | // handles VALIDATION_UNDEFINED on submit
> 158 | await expect(playground.error).toHaveText([
| ^
159 | 'Email is already used',
160 | 'Title is required',
161 | ]);
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:158:34
|
tests/integrations/async-validation.spec.ts#L158
3) [webkit] › async-validation.spec.ts:148:6 › With JS › Form reset ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
156 | // This check is intentional to verify how Conform
157 | // handles VALIDATION_UNDEFINED on submit
> 158 | await expect(playground.error).toHaveText([
| ^
159 | 'Email is already used',
160 | 'Title is required',
161 | ]);
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:158:34
|
tests/integrations/async-validation.spec.ts#L158
3) [webkit] › async-validation.spec.ts:148:6 › With JS › Form reset ──────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
156 | // This check is intentional to verify how Conform
157 | // handles VALIDATION_UNDEFINED on submit
> 158 | await expect(playground.error).toHaveText([
| ^
159 | 'Email is already used',
160 | 'Title is required',
161 | ]);
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:158:34
|
tests/integrations/async-validation.spec.ts#L62
4) [webkit] › async-validation.spec.ts:177:6 › No JS › Validation ────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('body').locator('main p')
- Expected - 2
+ Received + 2
Array [
- "Email is required",
- "Title is required",
+ "Email is invalid",
+ "",
]
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
60 | await playground.submit.click();
61 |
> 62 | await expect(playground.error).toHaveText([
| ^
63 | 'Email is required',
64 | 'Title is required',
65 | ]);
at runTest (/Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:62:33)
at /Users/runner/work/conform/conform/tests/integrations/async-validation.spec.ts:179:3
|
23 failed
[webkit] › async-validation.spec.ts:138:6 › With JS › Client Validation ────────────────────────
[webkit] › async-validation.spec.ts:143:6 › With JS › Server Validation ────────────────────────
[webkit] › async-validation.spec.ts:148:6 › With JS › Form reset ───────────────────────────────
[webkit] › async-validation.spec.ts:177:6 › No JS › Validation ─────────────────────────────────
[webkit] › custom-inputs.spec.ts:83:5 › Client Validation: useControl ──────────────────────────
[webkit] › custom-inputs.spec.ts:88:5 › Server Validation: useControl ──────────────────────────
[webkit] › form-control.spec.ts:80:6 › With JS › Client Validation ─────────────────────────────
[webkit] › form-control.spec.ts:85:6 › With JS › Server Validation ─────────────────────────────
[webkit] › form-control.spec.ts:94:6 › No JS › Validation ──────────────────────────────────────
[webkit] › metadata.spec.ts:1112:6 › With JS › Client Validation ───────────────────────────────
[webkit] › metadata.spec.ts:1119:6 › With JS › Server Validation ───────────────────────────────
[webkit] › metadata.spec.ts:1130:6 › No JS › Validation ────────────────────────────────────────
[webkit] › simple-list.spec.ts:186:6 › With JS › Client Validation ─────────────────────────────
[webkit] › simple-list.spec.ts:191:6 › With JS › Server Validation ─────────────────────────────
[webkit] › simple-list.spec.ts:196:6 › With JS › Form reset without default value ──────────────
[webkit] › simple-list.spec.ts:216:6 › With JS › Form reset with default value ─────────────────
[webkit] › simple-list.spec.ts:225:6 › No JS › Validation without default value ────────────────
[webkit] › simple-list.spec.ts:230:6 › No JS › Validation with default value ───────────────────
[webkit] › subscription.spec.ts:292:6 › Subscription › Client Validation ───────────────────────
[webkit] › subscription.spec.ts:297:6 › Subscription › Server Validation ───────────────────────
[webkit] › validation-flow.spec.ts:211:5 › shouldRevalidate: onSubmit ──────────────────────────
[webkit] › validation-flow.spec.ts:240:5 › shouldRevalidate: onInput ───────────────────────────
[webkit] › validation-flow.spec.ts:271:5 › shouldRevalidate: onBlur ────────────────────────────
9 skipped
77 passed (8.4m)
|
The logs for this run have expired and are no longer available.
Loading