chore(deps): lock file maintenance #6566
Annotations
1 error, 2 warnings, and 1 notice
Run tests:
e2e/models/menu.model.ts#L68
1) e2e/menu.e2e.ts:16:7 › menu › on arrow up and down, change highlighted item ───────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('[data-part=item]').filter({ hasText: 'Duplicate' })
Expected string: ""
Received string: serializes to the same string
Call log:
- expect.toHaveAttribute with timeout 10000ms
- waiting for locator('[data-part=item]').filter({ hasText: 'Duplicate' })
14 × locator resolved to <li id="duplicate" role="menuitem" data-part="item" data-scope="menu" aria-disabled="false" data-ownedby="menu::R6m::content">Duplicate</li>
- unexpected value "null"
at models/menu.model.ts:68
66 | seeItemIsHighlighted = async (text: string) => {
67 | const item = this.getItem(text)
> 68 | await expect(item).toHaveAttribute("data-highlighted", "")
| ^
69 | }
70 |
71 | dontSeeHighlightedItem = async () => {
at MenuModel.seeItemIsHighlighted (/home/runner/work/zag/zag/e2e/models/menu.model.ts:68:24)
at /home/runner/work/zag/zag/e2e/menu.e2e.ts:19:13
|
Install
Cache not found for keys: node-cache-Linux-x64-pnpm-97bd1b9b18140843dd1f3eb04a00795bac20b2dc862792b3768108ed9619f196
|
Post Install
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Run tests
1 flaky
e2e/menu.e2e.ts:16:7 › menu › on arrow up and down, change highlighted item ────────────────────
3 skipped
24 passed (49.8s)
|
Loading