fix(deps): update react to v19 (major) #6095
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
e2e/context-menu.e2e.ts#L1
1) context-menu.e2e.ts:16:7 › context menu › should open on right click ──────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/context-menu.e2e.ts#L17
1) context-menu.e2e.ts:16:7 › context menu › should open on right click ──────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=context\\-trigger]')
15 |
16 | test("should open on right click", async ({ page }) => {
> 17 | await page.click(contextTrigger, { button: "right" })
| ^
18 |
19 | await expect(page.locator(content)).toBeVisible()
20 | await expect(page.locator(content)).toBeFocused()
at /home/runner/work/zag/zag/e2e/context-menu.e2e.ts:17:16
|
Run tests:
e2e/context-menu.e2e.ts#L1
1) context-menu.e2e.ts:16:7 › context menu › should open on right click ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/context-menu.e2e.ts#L17
1) context-menu.e2e.ts:16:7 › context menu › should open on right click ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=context\\-trigger]')
15 |
16 | test("should open on right click", async ({ page }) => {
> 17 | await page.click(contextTrigger, { button: "right" })
| ^
18 |
19 | await expect(page.locator(content)).toBeVisible()
20 | await expect(page.locator(content)).toBeFocused()
at /home/runner/work/zag/zag/e2e/context-menu.e2e.ts:17:16
|
Run tests:
e2e/context-menu.e2e.ts#L1
1) context-menu.e2e.ts:16:7 › context menu › should open on right click ──────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/context-menu.e2e.ts#L17
1) context-menu.e2e.ts:16:7 › context menu › should open on right click ──────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=context\\-trigger]')
15 |
16 | test("should open on right click", async ({ page }) => {
> 17 | await page.click(contextTrigger, { button: "right" })
| ^
18 |
19 | await expect(page.locator(content)).toBeVisible()
20 | await expect(page.locator(content)).toBeFocused()
at /home/runner/work/zag/zag/e2e/context-menu.e2e.ts:17:16
|
Run tests:
e2e/context-menu.e2e.ts#L1
2) context-menu.e2e.ts:26:7 › context menu › keyboard navigation works ───────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/context-menu.e2e.ts#L27
2) context-menu.e2e.ts:26:7 › context menu › keyboard navigation works ───────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=context\\-trigger]')
25 |
26 | test("keyboard navigation works", async ({ page }) => {
> 27 | await page.click(contextTrigger, { button: "right" })
| ^
28 |
29 | await repeat(3, () => page.keyboard.press("ArrowDown"))
30 | await expectToBeFocused(page, "delete")
at /home/runner/work/zag/zag/e2e/context-menu.e2e.ts:27:16
|
Run tests:
e2e/context-menu.e2e.ts#L1
2) context-menu.e2e.ts:26:7 › context menu › keyboard navigation works ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/context-menu.e2e.ts#L27
2) context-menu.e2e.ts:26:7 › context menu › keyboard navigation works ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=context\\-trigger]')
25 |
26 | test("keyboard navigation works", async ({ page }) => {
> 27 | await page.click(contextTrigger, { button: "right" })
| ^
28 |
29 | await repeat(3, () => page.keyboard.press("ArrowDown"))
30 | await expectToBeFocused(page, "delete")
at /home/runner/work/zag/zag/e2e/context-menu.e2e.ts:27:16
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
20 failed
context-menu.e2e.ts:16:7 › context menu › should open on right click ───────────────────────────
context-menu.e2e.ts:26:7 › context menu › keyboard navigation works ────────────────────────────
date-picker.e2e.ts:12:7 › datepicker [single] › should have no accessibility violation ─────────
date-picker.e2e.ts:17:7 › datepicker [single] › opens the calendar on click trigger and focus on current date
date-picker.e2e.ts:23:7 › datepicker [single] › closes the calendar on esc ─────────────────────
date-picker.e2e.ts:29:7 › datepicker [single] › selecting a date with pointer ──────────────────
date-picker.e2e.ts:36:7 › datepicker [single] › navigates to next day on ArrowRight key press ──
date-picker.e2e.ts:42:7 › datepicker [single] › navigates to previous day on ArrowLeft key press
date-picker.e2e.ts:48:7 › datepicker [single] › navigates to previous week on ArrowUp key press
date-picker.e2e.ts:54:7 › datepicker [single] › navigates to next week on ArrowDown key press ──
date-picker.e2e.ts:60:7 › datepicker [single] › navigates to first day of the month on Home key press
date-picker.e2e.ts:66:7 › datepicker [single] › navigates to last day of the month on End key press
date-picker.e2e.ts:72:7 › datepicker [single] › should close datepicker popup upon click on a date
date-picker.e2e.ts:79:7 › datepicker [single] › keyboard selection ─────────────────────────────
date-picker.e2e.ts:85:7 › datepicker [single] › keyboard selection + re-selection ──────────────
dialog.e2e.ts:14:7 › dialog › should have no accessibility violation ───────────────────────────
dialog.e2e.ts:19:7 › dialog › should focus on close button when dialog is open ─────────────────
dialog.e2e.ts:24:7 › dialog › should close modal on escape ─────────────────────────────────────
dialog.e2e.ts:32:7 › dialog › [nested] should focus close button ───────────────────────────────
dialog.e2e.ts:39:7 › dialog › [nested] should close parent modal from child ────────────────────
1 skipped
|
Loading