fix(deps): update dependency @types/node to v22.13.10 #6581
Annotations
3 errors, 2 warnings, and 1 notice
Run tests:
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
|
Run tests:
e2e/models/navigation-menu.model.ts#L67
2) e2e/navigation-menu.e2e.ts:79:7 › navigation-menu › tab navigation ────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-scope="navigation-menu"][data-part="link"][data-value="pricing"]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-scope="navigation-menu"][data-part="link"][data-value="pricing"]')
14 × locator resolved to <a href="#" dir="ltr" data-part="link" data-value="pricing" data-scope="navigation-menu" data-ownedby="nav-menu::R6m::content:pricing">Pricing</a>
- unexpected value "inactive"
at models/navigation-menu.model.ts:67
65 |
66 | async seeLinkIsFocused(value: string) {
> 67 | await expect(this.getLink(value)).toBeFocused()
| ^
68 | }
69 | }
70 |
at NavigationMenuModel.seeLinkIsFocused (/home/runner/work/zag/zag/e2e/models/navigation-menu.model.ts:67:39)
at /home/runner/work/zag/zag/e2e/navigation-menu.e2e.ts:90:13
|
Run tests:
e2e/models/number-input.model.ts#L44
3) e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards ─────
Error: Timed out 10000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('[data-testid=input]')
Expected string: "10"
Received string: "0"
Call log:
- expect.toHaveValue with timeout 10000ms
- waiting for locator('[data-testid=input]')
2 × locator resolved to <input dir="ltr" value="8" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="8" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="[0-9]*(.[0-9]+)?" id="number-input::R6m::input" aria-roledescription="numberfield"/>
- unexpected value "8"
- locator resolved to <input dir="ltr" value="6" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="6" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="[0-9]*(.[0-9]+)?" id="number-input::R6m::input" aria-roledescription="numberfield"/>
- unexpected value "6"
- locator resolved to <input dir="ltr" value="1" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="1" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="[0-9]*(.[0-9]+)?" id="number-input::R6m::input" aria-roledescription="numberfield"/>
- unexpected value "1"
10 × locator resolved to <input dir="ltr" value="0" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="[0-9]*(.[0-9]+)?" id="number-input::R6m::input" aria-roledescription="numberfield"/>
- unexpected value "0"
at models/number-input.model.ts:44
42 |
43 | async seeInputHasValue(value: string) {
> 44 | await expect(this.input).toHaveValue(value)
| ^
45 | }
46 |
47 | async seeInputIsInvalid() {
at NumberInputModel.seeInputHasValue (/home/runner/work/zag/zag/e2e/models/number-input.model.ts:44:30)
at /home/runner/work/zag/zag/e2e/number-input.e2e.ts:141:13
|
Install
Cache not found for keys: node-cache-Linux-x64-pnpm-fd02ee088081dd9d7badc9137db451ca32bf04279c8316565fb52e07c1926d6c
|
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
3 flaky
e2e/menu.e2e.ts:48:7 › menu › with keyboard, can select item ───────────────────────────────────
e2e/navigation-menu.e2e.ts:79:7 › navigation-menu › tab navigation ─────────────────────────────
e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards ──────
3 skipped
28 passed (1.5m)
|
Loading