Replace unknown
in submission payload
#1387
Annotations
3 errors, 15 warnings, and 18 notices
[chromium] › async-validation.spec.ts:148:6 › With JS › Form reset:
tests/integrations/async-validation.spec.ts#L170
1) [chromium] › 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
|
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation:
tests/integrations/recursive-list.spec.ts#L28
1) [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ──────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('body').getByLabel('Name').nth(1)
Expected string: "Second"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('body').getByLabel('Name').nth(1)
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
26 | await fieldset.add.nth(1).click();
27 | await expect(fieldset.name.nth(0)).toHaveValue('First');
> 28 | await expect(fieldset.name.nth(1)).toHaveValue('Second');
| ^
29 | await expect(fieldset.name.nth(2)).toHaveValue('Third');
30 | }
31 |
at runTest (/home/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:28:37)
at /home/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:40:3
|
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation:
tests/integrations/recursive-list.spec.ts#L28
1) [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ──────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('body').getByLabel('Name').nth(1)
Expected string: "Second"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('body').getByLabel('Name').nth(1)
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
- locator resolved to <input type="text" form=":R35:" name="subcategories[0].…/>
- unexpected value ""
26 | await fieldset.add.nth(1).click();
27 | await expect(fieldset.name.nth(0)).toHaveValue('First');
> 28 | await expect(fieldset.name.nth(1)).toHaveValue('Second');
| ^
29 | await expect(fieldset.name.nth(2)).toHaveValue('Third');
30 | }
31 |
at runTest (/Users/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:28:37)
at /Users/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:40:3
|
E2E Tests (ubuntu-latest, chromium, 18)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (ubuntu-latest, chromium, 22)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (macos-latest, chromium, 20)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (ubuntu-latest, firefox, 20)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (ubuntu-latest, firefox, 18)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (macos-latest, chromium, 18)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (ubuntu-latest, firefox, 22)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (ubuntu-latest, webkit, 18)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (macos-latest, chromium, 22)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (ubuntu-latest, webkit, 20)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (macos-latest, webkit, 18)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (macos-latest, webkit, 20)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (windows-latest, chromium, 18)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (windows-latest, chromium, 22)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2E Tests (windows-latest, chromium, 20)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[chromium] › async-validation.spec.ts:148:6 › With JS › Form reset ─────────────────────────────
9 skipped
99 passed (1.2m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.1m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.0m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (50.7s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (53.5s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.6m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (51.0s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ───────────────────────────
9 skipped
99 passed (1.8m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ───────────────────────────
9 skipped
99 passed (1.3m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.4m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.3m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-macos-latest-node22-webkit
Expired
|
156 KB |
|
playwright-report-ubuntu-latest-node20-chromium
Expired
|
136 KB |
|
playwright-report-ubuntu-latest-node22-webkit
Expired
|
253 KB |
|