fix: angle-slider max value #5757
Annotations
1 error, 1 warning, and 1 notice
Run tests:
e2e/models/tags-input.model.ts#L70
1) 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
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests
1 flaky
tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys ─────────────────────
11 skipped
17 passed (39.3s)
|
Loading