fix(deps): update eslint #5900
Annotations
4 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
|
menu-option.e2e.ts:26:7 › menu option › keyboard:
e2e/models/menu.model.ts#L63
1) menu-option.e2e.ts:26:7 › menu option › keyboard, should check/uncheck radio 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 <div role="menu" tabindex="0" data-scope="menu" data-state="open" data-part="content" id="menu::R6m::content" aria-activedescendant="desc" data-placement="bottom-start" aria-labelledby="menu::R6m::trigger">…</div>
- 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-option.e2e.ts:30:13
|
menu.e2e.ts:55:7 › menu › on click outside:
e2e/models/menu.model.ts#L63
2) menu.e2e.ts:55:7 › menu › on click outside, close menu ────────────────────────────────────────
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:58:13
|
popover.e2e.ts:53:7 › popover › [keyboard / non-modal] on tab outside: should move focus to next tabbable element after button:
e2e/models/popover.model.ts#L87
1) popover.e2e.ts:53:7 › popover › [keyboard / non-modal] on tab outside: should move focus to next tabbable element after button
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-testid=button\\-after]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-testid=button\\-after]')
14 × locator resolved to <button data-testid="button-after">Button :after</button>
- unexpected value "not focused"
at models/popover.model.ts:87
85 |
86 | seeButtonAfterIsFocused() {
> 87 | return expect(this.buttonAfter).toBeFocused()
| ^
88 | }
89 |
90 | seeButtonBeforeIsFocused() {
at PopoverModel.seeButtonAfterIsFocused (/home/runner/work/zag/zag/e2e/models/popover.model.ts:87:37)
at /home/runner/work/zag/zag/e2e/popover.e2e.ts:57:13
|
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 (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 (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 (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 (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 (1)
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 (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 (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 (11)
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 (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
|
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 skipped
21 passed (29.6s)
|
🎭 Playwright Run Summary
1 flaky
tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter ─────────
11 skipped
17 passed (38.7s)
|
🎭 Playwright Run Summary
7 passed (17.1s)
|
🎭 Playwright Run Summary
26 passed (36.4s)
|
🎭 Playwright Run Summary
1 skipped
32 passed (41.9s)
|
🎭 Playwright Run Summary
1 skipped
30 passed (43.9s)
|
🎭 Playwright Run Summary
1 skipped
19 passed (29.1s)
|
🎭 Playwright Run Summary
3 skipped
28 passed (38.9s)
|
🎭 Playwright Run Summary
3 skipped
24 passed (59.9s)
|
🎭 Playwright Run Summary
2 flaky
menu-option.e2e.ts:26:7 › menu option › keyboard, should check/uncheck radio item ──────────────
menu.e2e.ts:55:7 › menu › on click outside, close menu ─────────────────────────────────────────
19 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
popover.e2e.ts:53:7 › popover › [keyboard / non-modal] on tab outside: should move focus to next tabbable element after button
1 skipped
26 passed (47.8s)
|
🎭 Playwright Run Summary
1 skipped
43 passed (56.5s)
|