Skip to content

fix(deps): update chakra-ui monorepo #6089

fix(deps): update chakra-ui monorepo

fix(deps): update chakra-ui monorepo #6089

Triggered via pull request December 30, 2024 12:32
Status Success
Total duration 3m 40s
Artifacts

quality.yml

on: pull_request
Matrix: End-to-end Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 15 warnings, and 12 notices
tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter: e2e/models/tags-input.model.ts#L78
1) tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter ──────── Error: Timed out 10000ms waiting for expect(locator).toBeHidden() Locator: locator('[data-testid=vue-tag]') Expected: hidden Received: visible Call log: - expect.toBeHidden with timeout 10000ms - waiting for locator('[data-testid=vue-tag]') 14 × locator resolved to <div dir="ltr" data-value="Vue" data-highlighted="" data-testid="vue-tag" data-scope="tags-input" data-part="item-preview" id="tags-input::R6m::tag:Vue:1">…</div> - unexpected value "visible" at models/tags-input.model.ts:78 76 | 77 | async dontSeeTag(value: string) { > 78 | await expect(this.getTag(value)).toBeHidden() | ^ 79 | } 80 | 81 | async seeInputIsFocused() { at TagsInputModel.dontSeeTag (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:78:38) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:47:13
tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys: e2e/models/tags-input.model.ts#L70
2) tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys ──────────────────── Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('[data-testid=solid-tag]') Expected string: "" Received string: serializes to the same string Call log: - expect.toHaveAttribute with timeout 10000ms - waiting for locator('[data-testid=solid-tag]') 14 × locator resolved to <div dir="ltr" data-value="Solid" data-testid="solid-tag" data-scope="tags-input" data-part="item-preview" id="tags-input::R6m::tag:Solid:3">…</div> - unexpected value "null" at models/tags-input.model.ts:70 68 | 69 | async seeTagIsHighlighted(value: string) { > 70 | await expect(this.getTag(value)).toHaveAttribute("data-highlighted", "") | ^ 71 | } 72 | 73 | async seeTag(value: string) { at TagsInputModel.seeTagIsHighlighted (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:70:38) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:92:13
tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key: e2e/models/tags-input.model.ts#L90
3) 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" aria-hidden="true" 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 "not focused" 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
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End-to-end Tests (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
16 passed (25.3s)
🎭 Playwright Run Summary
27 passed (44.5s)
🎭 Playwright Run Summary
1 skipped 20 passed (35.7s)
🎭 Playwright Run Summary
24 passed (43.5s)
🎭 Playwright Run Summary
1 skipped 21 passed (31.5s)
🎭 Playwright Run Summary
38 passed (53.2s)
🎭 Playwright Run Summary
1 skipped 26 passed (37.1s)
🎭 Playwright Run Summary
3 skipped 24 passed (1.0m)
🎭 Playwright Run Summary
3 flaky tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter ───────── tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys ───────────────────── tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ───────────────────────────────── 11 skipped 15 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 35 passed (50.0s)
🎭 Playwright Run Summary
2 skipped 27 passed (38.8s)
🎭 Playwright Run Summary
1 skipped 29 passed (46.8s)