Skip to content

add github repo to package.json, fixes #262 #257

add github repo to package.json, fixes #262

add github repo to package.json, fixes #262 #257

Triggered via push May 19, 2024 23:10
Status Success
Total duration 1m 46s
Artifacts 1

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 4 warnings, and 1 notice
[webkit] › basic.test.ts:23:7 › basic behavior › item onSelect is called on click: test/basic.test.ts#L26
1) [webkit] › basic.test.ts:23:7 › basic behavior › item onSelect is called on click ───────────── Error: expect(received).toEqual(expected) // deep equality Expected: "Item selected" Received: "[HMR] connected" 24 | const item = page.locator(`[cmdk-item][data-value="Item"]`) 25 | const [message] = await Promise.all([page.waitForEvent('console'), item.click()]) > 26 | expect(message.text()).toEqual('Item selected') | ^ 27 | }) 28 | 29 | test('first item is selected by default', async ({ page }) => { at /home/runner/work/cmdk/cmdk/test/basic.test.ts:26:28
[webkit] › keybind.test.ts:110:7 › no-vim keybinds › ctrl j/k does nothing: test/keybind.test.ts#L1
2) [webkit] › keybind.test.ts:110:7 › no-vim keybinds › ctrl j/k does nothing ──────────────────── Test timeout of 5000ms exceeded.
[webkit] › keybind.test.ts:110:7 › no-vim keybinds › ctrl j/k does nothing: test/keybind.test.ts#L113
2) [webkit] › keybind.test.ts:110:7 › no-vim keybinds › ctrl j/k does nothing ──────────────────── Error: expect(locator).toHaveAttribute(expected) Locator: locator('[cmdk-item][aria-selected="true"]') Expected string: "first" Received string: "A" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('[cmdk-item][aria-selected="true"]') - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" - locator resolved to <div cmdk-item="" role="option" data-value="A" id="ra…>A</div> - unexpected value "A" 111 | await expect(page.locator(`[cmdk-item][aria-selected="true"]`)).toHaveAttribute('data-value', 'first') 112 | await page.locator(`[cmdk-input]`).press('Control+j') > 113 | await expect(page.locator(`[cmdk-item][aria-selected="true"]`)).toHaveAttribute('data-value', 'first') | ^ 114 | await page.locator(`[cmdk-input]`).press('Control+k') 115 | await expect(page.locator(`[cmdk-item][aria-selected="true"]`)).toHaveAttribute('data-value', 'first') 116 | }) at /home/runner/work/cmdk/cmdk/test/keybind.test.ts:113:69
[webkit] › props.test.ts:11:7 › props › results match against custom filter: test/props.test.ts#L14
3) [webkit] › props.test.ts:11:7 › props › results match against custom filter ─────────────────── Error: expect.toHaveAttribute: Error: strict mode violation: locator('[cmdk-item]') resolved to 2 elements: 1) <div cmdk-item="" role="option" data-value="ant" id="…>ant</div> aka getByRole('option', { name: 'ant', exact: true }) 2) <div cmdk-item="" role="option" id="radix-:R1aqm:" ar…>anteater</div> aka getByRole('option', { name: 'anteater' }) Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('[cmdk-item]') 12 | await page.goto('/props?customFilter=true') 13 | await page.locator(`[cmdk-input]`).type(`ant`) > 14 | await expect(page.locator(`[cmdk-item]`)).toHaveAttribute('data-value', 'ant') | ^ 15 | }) 16 | 17 | test('controlled value', async ({ page }) => { at /home/runner/work/cmdk/cmdk/test/props.test.ts:14:47
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Slow Test: [webkit] › keybind.test.ts#L1
[webkit] › keybind.test.ts took 15.3s
🎭 Playwright Run Summary
3 flaky [webkit] › basic.test.ts:23:7 › basic behavior › item onSelect is called on click ────────────── [webkit] › keybind.test.ts:110:7 › no-vim keybinds › ctrl j/k does nothing ───────────────────── [webkit] › props.test.ts:11:7 › props › results match against custom filter ──────────────────── 38 passed (38.7s)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
58.8 KB