release: bump packages version (#760) #1389
Annotations
6 errors, 14 warnings, and 18 notices
[chromium] › async-validation.spec.ts:138:6 › With JS › Client Validation:
tests/integrations/async-validation.spec.ts#L118
1) [chromium] › 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
|
[firefox] › nested-list.spec.ts:62:6 › No JS › Validation:
tests/integrations/nested-list.spec.ts#L1
1) [firefox] › nested-list.spec.ts:62:6 › No JS › Validation ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › nested-list.spec.ts:62:6 › No JS › Validation:
tests/integrations/nested-list.spec.ts#L23
1) [firefox] › nested-list.spec.ts:62:6 › No JS › Validation ─────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('body').getByRole('button', { name: 'Add option' }).first()
- locator resolved to <button form=":R35:" name="__intent__" formnovalidate=""…>Add option</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
21 |
22 | await fieldset.options.nth(0).fill('First');
> 23 | await fieldset.addOption.nth(0).click();
| ^
24 | await fieldset.options.nth(1).fill('Second');
25 | await fieldset.addOption.nth(0).click();
26 | await fieldset.options.nth(2).fill('Third');
at runTest (/home/runner/work/conform/conform/tests/integrations/nested-list.spec.ts:23:34)
at /home/runner/work/conform/conform/tests/integrations/nested-list.spec.ts:64:3
|
[webkit] › input-event.spec.ts:88:5 › works with keyboard events:
tests/integrations/input-event.spec.ts#L112
1) [webkit] › input-event.spec.ts:88:5 › works with keyboard events ──────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('ul#native-input > li')
- Expected - 2
+ Received + 2
Array [
- "{\"eventPhase\":1,\"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\":1,\"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#native-input > li')
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
- locator resolved to 8 elements
110 | // Highlight 'c'
111 | await form.nativeInput.press('Shift+ArrowLeft');
> 112 | await expect(form.nativeLogs).toHaveText(logs1);
| ^
113 | await expect(form.baseLogs).toHaveText(logs1);
114 |
115 | const logs2 = [
at /home/runner/work/conform/conform/tests/integrations/input-event.spec.ts:112:32
|
[webkit] › recursive-list.spec.ts:38:6 › With JS › Server Validation:
tests/integrations/recursive-list.spec.ts#L29
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(2)
Expected string: "Third"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('body').getByLabel('Name').nth(2)
- 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 ""
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 |
32 | test.describe('With JS', () => {
at runTest (/home/runner/work/conform/conform/tests/integrations/recursive-list.spec.ts:29: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 (ubuntu-latest, chromium, 22)
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, 18)
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 (macos-latest, webkit, 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, webkit, 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 (macos-latest, chromium, 22)
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 (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 (windows-latest, chromium, 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.
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.0m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › async-validation.spec.ts:138:6 › With JS › Client Validation ──────────────────────
9 skipped
99 passed (1.2m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (53.3s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.2m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.2m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.2m)
|
🎭 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 (1.1m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › nested-list.spec.ts:62:6 › No JS › Validation ──────────────────────────────────────
9 skipped
99 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › input-event.spec.ts:88:5 › works with keyboard events ───────────────────────────────
9 skipped
99 passed (1.8m)
|
🎭 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.4m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.3m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.4m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-ubuntu-latest-node18-chromium
Expired
|
433 KB |
|
playwright-report-ubuntu-latest-node18-firefox
Expired
|
336 KB |
|
playwright-report-ubuntu-latest-node18-webkit
Expired
|
423 KB |
|
playwright-report-ubuntu-latest-node22-webkit
Expired
|
607 KB |
|