chore: fix workflow error with too many arguments passed to changeset… #1384
Annotations
3 errors, 16 warnings, and 18 notices
[firefox] › nested-list.spec.ts:53:6 › With JS › Server Validation:
tests/integrations/nested-list.spec.ts#L1
1) [firefox] › nested-list.spec.ts:53:6 › With JS › Server Validation ────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › nested-list.spec.ts:53:6 › With JS › Server Validation:
tests/integrations/nested-list.spec.ts#L23
1) [firefox] › nested-list.spec.ts:53:6 › With JS › Server 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:55:3
|
[webkit] › input-event.spec.ts:233:5 › no recursion:
tests/integrations/input-event.spec.ts#L252
1) [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
|
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 (ubuntu-latest, firefox, 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, 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 (macos-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, webkit, 18)
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 (windows-latest, chromium, 22)
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 (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.
|
E2E Tests (windows-latest, chromium, 20)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
9 skipped
100 passed (59.0s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.1m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.1m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (54.5s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.1m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.6m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (49.6s)
|
🎭 Playwright Run Summary
9 skipped
100 passed (53.7s)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › nested-list.spec.ts:53:6 › With JS › Server Validation ─────────────────────────────
9 skipped
99 passed (2.2m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › input-event.spec.ts:233:5 › no recursion ────────────────────────────────────────────
9 skipped
99 passed (1.8m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.3m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
9 skipped
100 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-ubuntu-latest-node18-firefox
Expired
|
259 KB |
|
playwright-report-ubuntu-latest-node22-webkit
Expired
|
200 KB |
|