fix(deps): update eslint #6399
Annotations
2 errors, 2 warnings, and 1 notice
Run tests:
e2e/models/tags-input.model.ts#L78
1) e2e/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
|
Run tests:
e2e/models/tags-input.model.ts#L90
2) 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" 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 "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
|
Install
Cache not found for keys: node-cache-Linux-x64-pnpm-ef0a5c8eef683204134493e41cce24eb1c8b835176fa5ba18baac03df6ce5ab1
|
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
2 flaky
e2e/tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter ─────
e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ─────────────────────────────
11 skipped
16 passed (57.9s)
|
Loading