fix(deps): update chakra-ui monorepo #6508
Annotations
4 errors, 29 warnings, and 12 notices
e2e/menu.e2e.ts:48:7 › menu › with keyboard:
e2e/models/menu.model.ts#L63
1) e2e/menu.e2e.ts:48:7 › menu › with keyboard, can select item ──────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('[data-scope=menu][data-part=content]')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for locator('[data-scope=menu][data-part=content]')
14 × locator resolved to <ul role="menu" tabindex="0" data-scope="menu" data-state="open" data-part="content" id="menu::R6m::content" data-placement="bottom-start" aria-labelledby="menu::R6m::trigger">…</ul>
- unexpected value "visible"
at models/menu.model.ts:63
61 |
62 | dontSeeDropdown = async () => {
> 63 | await expect(this.content).not.toBeVisible()
| ^
64 | }
65 |
66 | seeItemIsHighlighted = async (text: string) => {
at MenuModel.dontSeeDropdown (/home/runner/work/zag/zag/e2e/models/menu.model.ts:63:36)
at /home/runner/work/zag/zag/e2e/menu.e2e.ts:52:13
|
e2e/toggle-group.e2e.ts:84:7 › toggle-group › [keyboard] focus loop:
e2e/models/toggle-group.model.ts#L34
1) e2e/toggle-group.e2e.ts:84:7 › toggle-group › [keyboard] focus loop ───────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-part=item]').nth(1)
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-part=item]').nth(1)
14 × locator resolved to <button role="radio" type="button" tabindex="-1" data-part="item" data-state="off" aria-checked="false" data-scope="toggle-group" data-orientation="horizontal" id="toggle-group::R6m::italic" data-ownedby="toggle-group::R6m:">I</button>
- unexpected value "inactive"
at models/toggle-group.model.ts:34
32 |
33 | seeItemIsFocused(item: Item) {
> 34 | return expect(this.__item(item)).toBeFocused()
| ^
35 | }
36 |
37 | seeItemIsNotFocused(item: Item) {
at ToggleGroupModel.seeItemIsFocused (/home/runner/work/zag/zag/e2e/models/toggle-group.model.ts:34:38)
at /home/runner/work/zag/zag/e2e/toggle-group.e2e.ts:90:13
|
e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key:
e2e/models/tags-input.model.ts#L90
1) e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-testid=svelte-input]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-testid=svelte-input]')
14 × locator resolved to <input value="" dir="ltr" hidden="" tabindex="-1" data-part="item-input" data-scope="tags-input" data-testid="svelte-input" id="tags-input::R6m::tag:Svelte:2:input" aria-label="Editing tag Svelte. Press enter to save or escape to cancel."/>
- unexpected value "inactive"
at models/tags-input.model.ts:90
88 |
89 | async seeTagInputIsFocused(value: string) {
> 90 | await expect(this.getTagInput(value)).toBeFocused()
| ^
91 | }
92 |
93 | async dontSeeTagInput(value: string) {
at TagsInputModel.seeTagInputIsFocused (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:90:43)
at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:124:13
|
e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key:
e2e/models/tags-input.model.ts#L90
1) e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-testid=svelte-input]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-testid=svelte-input]')
14 × locator resolved to <input value="" dir="ltr" hidden="" tabindex="-1" data-part="item-input" data-scope="tags-input" data-testid="svelte-input" id="tags-input::R6m::tag:Svelte:2:input" aria-label="Editing tag Svelte. Press enter to save or escape to cancel."/>
- unexpected value "inactive"
at models/tags-input.model.ts:90
88 |
89 | async seeTagInputIsFocused(value: string) {
> 90 | await expect(this.getTagInput(value)).toBeFocused()
| ^
91 | }
92 |
93 | async dontSeeTagInput(value: string) {
at TagsInputModel.seeTagInputIsFocused (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:90:43)
at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:124:13
|
ESLint
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
Unit Tests
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
Unit Tests
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
|
End-to-end Tests (8)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (8)
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
|
End-to-end Tests (10)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (10)
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
|
End-to-end Tests (3)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (3)
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
|
End-to-end Tests (12)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (12)
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
|
TypeScript
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
TypeScript
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
|
End-to-end Tests (1)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (1)
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
|
End-to-end Tests (2)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (2)
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
|
End-to-end Tests (7)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (7)
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
|
End-to-end Tests (6)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (6)
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
|
End-to-end Tests (4)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (4)
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
|
End-to-end Tests (5)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (5)
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
|
End-to-end Tests (11)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (11)
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
|
End-to-end Tests (9)
Cache not found for keys: node-cache-Linux-x64-pnpm-363b3b9386b179b2a2fa5d1d9239a9fef998998b27e8a1f352406590c52bb608
|
End-to-end Tests (9)
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
|
🎭 Playwright Run Summary
7 passed (16.0s)
|
🎭 Playwright Run Summary
11 skipped
|
🎭 Playwright Run Summary
17 passed (30.9s)
|
🎭 Playwright Run Summary
1 skipped
21 passed (32.3s)
|
🎭 Playwright Run Summary
27 passed (43.3s)
|
🎭 Playwright Run Summary
1 skipped
40 passed (55.3s)
|
🎭 Playwright Run Summary
1 skipped
44 passed (1.1m)
|
🎭 Playwright Run Summary
1 skipped
27 passed (37.9s)
|
🎭 Playwright Run Summary
1 skipped
25 passed (45.6s)
|
🎭 Playwright Run Summary
1 flaky
e2e/menu.e2e.ts:48:7 › menu › with keyboard, can select item ───────────────────────────────────
3 skipped
24 passed (50.0s)
|
🎭 Playwright Run Summary
1 flaky
e2e/toggle-group.e2e.ts:84:7 › toggle-group › [keyboard] focus loop ────────────────────────────
3 skipped
25 passed (1.3m)
|
🎭 Playwright Run Summary
1 flaky
e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ─────────────────────────────
1 skipped
36 passed (1.2m)
|