fix(deps): update react to v19 (major) #6095
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
e2e/accordion.e2e.ts#L1
1) accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ───────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ───────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=root]') to be visible
at _utils.ts:5
3 |
4 | export async function a11y(page: Page, selector = "[data-part=root]") {
> 5 | await page.waitForSelector(selector)
| ^
6 |
7 | const results = await new AxeBuilder({ page: page as any })
8 | .disableRules(["color-contrast"])
at a11y (/home/runner/work/zag/zag/e2e/_utils.ts:5:14)
at AccordionModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/accordion.model.ts:15:16)
at /home/runner/work/zag/zag/e2e/accordion.e2e.ts:13:13
|
Run tests:
e2e/accordion.e2e.ts#L1
1) accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=root]') to be visible
at _utils.ts:5
3 |
4 | export async function a11y(page: Page, selector = "[data-part=root]") {
> 5 | await page.waitForSelector(selector)
| ^
6 |
7 | const results = await new AxeBuilder({ page: page as any })
8 | .disableRules(["color-contrast"])
at a11y (/home/runner/work/zag/zag/e2e/_utils.ts:5:14)
at AccordionModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/accordion.model.ts:15:16)
at /home/runner/work/zag/zag/e2e/accordion.e2e.ts:13:13
|
Run tests:
e2e/accordion.e2e.ts#L1
1) accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ───────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ───────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=root]') to be visible
at _utils.ts:5
3 |
4 | export async function a11y(page: Page, selector = "[data-part=root]") {
> 5 | await page.waitForSelector(selector)
| ^
6 |
7 | const results = await new AxeBuilder({ page: page as any })
8 | .disableRules(["color-contrast"])
at a11y (/home/runner/work/zag/zag/e2e/_utils.ts:5:14)
at AccordionModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/accordion.model.ts:15:16)
at /home/runner/work/zag/zag/e2e/accordion.e2e.ts:13:13
|
Run tests:
e2e/accordion.e2e.ts#L1
2) accordion.e2e.ts:17:9 › accordion › single / keyboard › arrow down, focus next trigger ────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/models/accordion.model.ts#L27
2) accordion.e2e.ts:17:9 › accordion › single / keyboard › arrow down, focus next trigger ────────
Error: locator.focus: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=home\\:trigger]')
at models/accordion.model.ts:27
25 |
26 | async focusTrigger(id: string) {
> 27 | await this.getTrigger(id).focus()
| ^
28 | }
29 |
30 | async clickTrigger(id: string) {
at AccordionModel.focusTrigger (/home/runner/work/zag/zag/e2e/models/accordion.model.ts:27:31)
at /home/runner/work/zag/zag/e2e/accordion.e2e.ts:18:15
|
Run tests:
e2e/accordion.e2e.ts#L1
2) accordion.e2e.ts:17:9 › accordion › single / keyboard › arrow down, focus next trigger ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/models/accordion.model.ts#L27
2) accordion.e2e.ts:17:9 › accordion › single / keyboard › arrow down, focus next trigger ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.focus: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=home\\:trigger]')
at models/accordion.model.ts:27
25 |
26 | async focusTrigger(id: string) {
> 27 | await this.getTrigger(id).focus()
| ^
28 | }
29 |
30 | async clickTrigger(id: string) {
at AccordionModel.focusTrigger (/home/runner/work/zag/zag/e2e/models/accordion.model.ts:27:31)
at /home/runner/work/zag/zag/e2e/accordion.e2e.ts:18:15
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
29 failed
accordion.e2e.ts:12:7 › accordion › should have no accessibility violations ────────────────────
accordion.e2e.ts:17:9 › accordion › single / keyboard › arrow down, focus next trigger ─────────
accordion.e2e.ts:23:9 › accordion › single / keyboard › arrow up, focus previous trigger ───────
accordion.e2e.ts:30:9 › accordion › single / keyboard › home key, focus first trigger ──────────
accordion.e2e.ts:36:9 › accordion › single / keyboard › end key, focus last trigger ────────────
accordion.e2e.ts:44:9 › accordion › single / pointer › should show content ─────────────────────
accordion.e2e.ts:49:9 › accordion › single / pointer › then clicking the same trigger again: should not close the content
accordion.e2e.ts:55:9 › accordion › single / pointer › then clicking another trigger: should close the previous content
accordion.e2e.ts:65:9 › accordion › multiple / keyboard › [multiple=true] on arrow down, focus next trigger
accordion.e2e.ts:78:9 › accordion › multiple / keyboard › clicking another trigger, should close the previous content
avatar.e2e.ts:9:7 › avatar › should have no accessibility violations ───────────────────────────
carousel.e2e.ts:12:7 › carousel › should have no accessibility violations ──────────────────────
carousel.e2e.ts:16:7 › carousel › renders correctly ────────────────────────────────────────────
carousel.e2e.ts:24:7 › carousel › next/prev buttons navigate carousel ──────────────────────────
carousel.e2e.ts:31:7 › carousel › autoplay start/stop ──────────────────────────────────────────
carousel.e2e.ts:47:7 › carousel › clicking indicator scrolls to correct slide ──────────────────
carousel.e2e.ts:55:7 › carousel › scroll to a specific index via button ────────────────────────
carousel.e2e.ts:60:7 › carousel › dragging behavior ────────────────────────────────────────────
carousel.e2e.ts:67:7 › carousel › indicator keyboard navigation ────────────────────────────────
carousel.e2e.ts:73:7 › carousel › [loop=true] should loop slides ───────────────────────────────
checkbox.e2e.ts:19:5 › should have no accessibility violation ──────────────────────────────────
checkbox.e2e.ts:23:5 › should be checked when clicked ──────────────────────────────────────────
checkbox.e2e.ts:28:5 › should be focused when page is tabbed ───────────────────────────────────
checkbox.e2e.ts:35:5 › should be checked when spacebar is pressed while focused ────────────────
checkbox.e2e.ts:42:5 › should have disabled attributes when disabled ───────────────────────────
checkbox.e2e.ts:47:5 › should not be focusable when disabled ───────────────────────────────────
checkbox.e2e.ts:54:5 › input is not blurred on label click ─────────────────────────────────────
collapsible.e2e.ts:12:7 › collapsible › should have no accessibility violation ─────────────────
collapsible.e2e.ts:16:7 › collapsible › [toggle] should be open when clicked ───────────────────
1 skipped
|
Loading