Disable select item with mouse #176
Annotations
2 errors, 2 warnings, and 1 notice
[webkit] › keybind.test.ts:118:7 › no-vim keybinds › ctrl n/p does nothing:
test/keybind.test.ts#L1
1) [webkit] › keybind.test.ts:118:7 › no-vim keybinds › ctrl n/p does nothing ────────────────────
Test timeout of 5000ms exceeded.
|
[webkit] › keybind.test.ts:118:7 › no-vim keybinds › ctrl n/p does nothing:
test/keybind.test.ts#L121
1) [webkit] › keybind.test.ts:118:7 › no-vim keybinds › ctrl n/p 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 id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
- locator resolved to <div id=":R6pam:" cmdk-item="" role="option" data-val…>A</div>
- unexpected value "a"
119 | await expect(page.locator(`[cmdk-item][aria-selected="true"]`)).toHaveAttribute('data-value', 'first')
120 | await page.locator(`[cmdk-input]`).press('Control+n')
> 121 | await expect(page.locator(`[cmdk-item][aria-selected="true"]`)).toHaveAttribute('data-value', 'first')
| ^
122 | await page.locator(`[cmdk-input]`).press('Control+p')
123 | await expect(page.locator(`[cmdk-item][aria-selected="true"]`)).toHaveAttribute('data-value', 'first')
124 | })
at /home/runner/work/cmdk/cmdk/test/keybind.test.ts:121:69
|
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/
|
🎭 Playwright Run Summary
1 flaky
[webkit] › keybind.test.ts:118:7 › no-vim keybinds › ctrl n/p does nothing ─────────────────────
39 passed (30.1s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
50.4 KB |
|