Version Packages #5816
Annotations
4 errors, 15 warnings, and 12 notices
tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty:
e2e/models/tags-input.model.ts#L70
1) tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty ────
Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('[data-testid=svelte-tag]')
Expected string: ""
Received string: serializes to the same string
Call log:
- expect.toHaveAttribute with timeout 10000ms
- waiting for locator('[data-testid=svelte-tag]')
14 × locator resolved to <div dir="ltr" data-value="Svelte" data-scope="tags-input" data-testid="svelte-tag" data-part="item-preview" id="tags-input::R6m::tag:Svelte:2">…</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:30:13
|
tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key:
e2e/models/tags-input.model.ts#L90
2) 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
|
popover.e2e.ts:82:7 › popover › [pointer] when clicking outside:
e2e/models/popover.model.ts#L79
1) popover.e2e.ts:82:7 › popover › [pointer] when clicking outside, should re-focus the button on click non-focusable element
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-scope=popover][data-part=trigger]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-scope=popover][data-part=trigger]')
14 × locator resolved to <button type="button" data-state="open" data-part="trigger" data-scope="popover" aria-expanded="true" aria-haspopup="dialog" data-placement="bottom" id="popover::R6m::trigger" data-testid="popover-trigger" aria-controls="popover::R6m::content">…</button>
- unexpected value "not focused"
at models/popover.model.ts:79
77 |
78 | seeTriggerIsFocused() {
> 79 | return expect(this.trigger).toBeFocused()
| ^
80 | }
81 |
82 | seeContentIsFocused() {
at PopoverModel.seeTriggerIsFocused (/home/runner/work/zag/zag/e2e/models/popover.model.ts:79:33)
at /home/runner/work/zag/zag/e2e/popover.e2e.ts:85:13
|
menu.e2e.ts:16:7 › menu › on arrow up and down:
e2e/models/menu.model.ts#L68
1) 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
|
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 (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 (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 (12)
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 (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 (5)
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 (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 (7)
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 (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 (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 (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
7 passed (18.0s)
|
🎭 Playwright Run Summary
1 skipped
19 passed (29.0s)
|
🎭 Playwright Run Summary
1 skipped
21 passed (30.9s)
|
🎭 Playwright Run Summary
26 passed (36.2s)
|
🎭 Playwright Run Summary
1 skipped
30 passed (45.1s)
|
🎭 Playwright Run Summary
2 skipped
29 passed (41.7s)
|
🎭 Playwright Run Summary
2 flaky
tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty ─────
tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ─────────────────────────────────
11 skipped
16 passed (51.2s)
|
🎭 Playwright Run Summary
1 flaky
popover.e2e.ts:82:7 › popover › [pointer] when clicking outside, should re-focus the button on click non-focusable element
27 passed (48.4s)
|
🎭 Playwright Run Summary
1 skipped
43 passed (56.2s)
|
🎭 Playwright Run Summary
1 flaky
menu.e2e.ts:16:7 › menu › on arrow up and down, change highlighted item ────────────────────────
20 passed (51.4s)
|
🎭 Playwright Run Summary
3 skipped
24 passed (1.0m)
|
🎭 Playwright Run Summary
1 skipped
32 passed (41.9s)
|