Version Packages #6573
Annotations
2 errors 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#L70
2) e2e/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
|
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:87:7 › tags-input › should navigate tags with arrow keys ─────────────────
1 skipped
35 passed (1.3m)
|
Set up job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Checkout
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install
21s
21s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install Playwright Browsers
1m 49s
1m 49s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run tests
1m 16s
1m 16s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Install
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Checkout
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading