Skip to content

feat: auto field value update #1385

feat: auto field value update

feat: auto field value update #1385

Triggered via pull request September 11, 2024 21:07
Status Success
Total duration 5m 31s
Artifacts 2

tests.yml

on: pull_request
API Tests
39s
API Tests
Matrix: E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 17 warnings, and 18 notices
[webkit] › dom-value.spec.ts:57:6 › With JS › Client Validation: tests/integrations/dom-value.spec.ts#L25
1) [webkit] › dom-value.spec.ts:57:6 › With JS › Client Validation ─────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { "value": Object { - "message": "Test", + "message": "Hello", "type": "message", }, } Call Log: - Timeout 5000ms exceeded while waiting on the predicate 23 | 24 | await fieldset.message.fill('Test'); > 25 | await expect.poll(playground.result).toEqual({ | ^ 26 | value: { 27 | type: 'message', 28 | message: 'Test', at runTest (/home/runner/work/conform/conform/tests/integrations/dom-value.spec.ts:25:39) at /home/runner/work/conform/conform/tests/integrations/dom-value.spec.ts:59:3
[webkit] › input-event.spec.ts:233:5 › no recursion: tests/integrations/input-event.spec.ts#L252
2) [webkit] › input-event.spec.ts:233:5 › no recursion ─────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('ul#base-input > li') - Expected - 0 + Received + 2 @@ -1,7 +1,9 @@ Array [ "{\"eventPhase\":1,\"type\":\"focus\",\"bubbles\":true,\"cancelable\":false}", + "{\"eventPhase\":1,\"type\":\"focus\",\"bubbles\":true,\"cancelable\":false}", + "{\"eventPhase\":3,\"type\":\"focus\",\"bubbles\":true,\"cancelable\":false}", "{\"eventPhase\":3,\"type\":\"focus\",\"bubbles\":true,\"cancelable\":false}", "{\"eventPhase\":3,\"type\":\"input\",\"bubbles\":true,\"cancelable\":false}", "{\"eventPhase\":3,\"type\":\"change\",\"bubbles\":true,\"cancelable\":false}", "{\"eventPhase\":3,\"type\":\"input\",\"bubbles\":true,\"cancelable\":false}", "{\"eventPhase\":3,\"type\":\"change\",\"bubbles\":true,\"cancelable\":false}", Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('ul#base-input > li') - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements - locator resolved to 12 elements 250 | await page.click('body'); 251 | > 252 | await expect(form.baseLogs).toHaveText(logs); | ^ 253 | }); 254 | at /home/runner/work/conform/conform/tests/integrations/input-event.spec.ts:252:30
[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 ────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
E2E Tests (macos-latest, chromium, 18)
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, chromium, 22)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
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, 20)
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 (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 (ubuntu-latest, firefox, 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, firefox, 20)
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.
Slow Test: [webkit] › async-validation.spec.ts#L1
[webkit] › async-validation.spec.ts took 19.1s
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.
E2E Tests (macos-latest, webkit, 22)
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.
🎭 Playwright Run Summary
9 skipped 100 passed (54.1s)
🎭 Playwright Run Summary
9 skipped 100 passed (53.2s)
🎭 Playwright Run Summary
9 skipped 100 passed (59.3s)
🎭 Playwright Run Summary
9 skipped 100 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 100 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 100 passed (57.9s)
🎭 Playwright Run Summary
9 skipped 100 passed (1.2m)
🎭 Playwright Run Summary
9 skipped 100 passed (1.3m)
🎭 Playwright Run Summary
9 skipped 100 passed (1.6m)
🎭 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
2 flaky [webkit] › dom-value.spec.ts:57:6 › With JS › Client Validation ──────────────────────────────── [webkit] › input-event.spec.ts:233:5 › no recursion ──────────────────────────────────────────── 9 skipped 98 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation ─────────────────────────── 9 skipped 99 passed (1.9m)
🎭 Playwright Run Summary
9 skipped 100 passed (1.3m)
🎭 Playwright Run Summary
9 skipped 100 passed (1.3m)
🎭 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-ubuntu-latest-node18-webkit Expired
424 KB
playwright-report-ubuntu-latest-node22-webkit Expired
298 KB