fix(deps): update react to v19 (major) #6006
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
e2e/toast.e2e.ts#L7
1) toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe("toast / stacked", () => {
> 7 | test.beforeEach(async ({ page }) => {
| ^
8 | I = new ToastModel(page)
9 | await I.goto()
10 | await I.controls.bool("overlap", false)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:7:8
|
Run tests:
e2e/_utils.ts#L29
1) toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ────────────────────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=overlap]')
at _utils.ts:29
27 | const el = page.locator(testid(id))
28 | if (value) await el.check()
> 29 | else await el.uncheck()
| ^
30 | },
31 | select: async (id: string, value: string) => {
32 | const el = page.locator(testid(id))
at Object.bool (/home/runner/work/zag/zag/e2e/_utils.ts:29:21)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:10:22
|
Run tests:
e2e/toast.e2e.ts#L7
1) toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe("toast / stacked", () => {
> 7 | test.beforeEach(async ({ page }) => {
| ^
8 | I = new ToastModel(page)
9 | await I.goto()
10 | await I.controls.bool("overlap", false)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:7:8
|
Run tests:
e2e/_utils.ts#L29
1) toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=overlap]')
at _utils.ts:29
27 | const el = page.locator(testid(id))
28 | if (value) await el.check()
> 29 | else await el.uncheck()
| ^
30 | },
31 | select: async (id: string, value: string) => {
32 | const el = page.locator(testid(id))
at Object.bool (/home/runner/work/zag/zag/e2e/_utils.ts:29:21)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:10:22
|
Run tests:
e2e/toast.e2e.ts#L7
1) toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe("toast / stacked", () => {
> 7 | test.beforeEach(async ({ page }) => {
| ^
8 | I = new ToastModel(page)
9 | await I.goto()
10 | await I.controls.bool("overlap", false)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:7:8
|
Run tests:
e2e/_utils.ts#L29
1) toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=overlap]')
at _utils.ts:29
27 | const el = page.locator(testid(id))
28 | if (value) await el.check()
> 29 | else await el.uncheck()
| ^
30 | },
31 | select: async (id: string, value: string) => {
32 | const el = page.locator(testid(id))
at Object.bool (/home/runner/work/zag/zag/e2e/_utils.ts:29:21)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:10:22
|
Run tests:
e2e/toast.e2e.ts#L7
2) toast.e2e.ts:23:7 › toast / stacked › interacting with toast does not close dialog ────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe("toast / stacked", () => {
> 7 | test.beforeEach(async ({ page }) => {
| ^
8 | I = new ToastModel(page)
9 | await I.goto()
10 | await I.controls.bool("overlap", false)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:7:8
|
Run tests:
e2e/_utils.ts#L29
2) toast.e2e.ts:23:7 › toast / stacked › interacting with toast does not close dialog ────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=overlap]')
at _utils.ts:29
27 | const el = page.locator(testid(id))
28 | if (value) await el.check()
> 29 | else await el.uncheck()
| ^
30 | },
31 | select: async (id: string, value: string) => {
32 | const el = page.locator(testid(id))
at Object.bool (/home/runner/work/zag/zag/e2e/_utils.ts:29:21)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:10:22
|
Run tests:
e2e/toast.e2e.ts#L7
2) toast.e2e.ts:23:7 › toast / stacked › interacting with toast does not close dialog ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe("toast / stacked", () => {
> 7 | test.beforeEach(async ({ page }) => {
| ^
8 | I = new ToastModel(page)
9 | await I.goto()
10 | await I.controls.bool("overlap", false)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:7:8
|
Run tests:
e2e/_utils.ts#L29
2) toast.e2e.ts:23:7 › toast / stacked › interacting with toast does not close dialog ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.uncheck: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-testid=overlap]')
at _utils.ts:29
27 | const el = page.locator(testid(id))
28 | if (value) await el.check()
> 29 | else await el.uncheck()
| ^
30 | },
31 | select: async (id: string, value: string) => {
32 | const el = page.locator(testid(id))
at Object.bool (/home/runner/work/zag/zag/e2e/_utils.ts:29:21)
at /home/runner/work/zag/zag/e2e/toast.e2e.ts:10:22
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
24 failed
toast.e2e.ts:13:7 › toast / stacked › should pause on hover region ─────────────────────────────
toast.e2e.ts:23:7 › toast / stacked › interacting with toast does not close dialog ─────────────
toast.e2e.ts:40:7 › toast / overlapping › should render/remove error toast ─────────────────────
toast.e2e.ts:46:7 › toast / overlapping › should overlap toasts by default ─────────────────────
toast.e2e.ts:52:7 › toast / overlapping › hover on region should expand region ─────────────────
toast.e2e.ts:62:7 › toast / overlapping › focus on region on hotkey press ──────────────────────
toast.e2e.ts:74:7 › toast / overlapping › should pause all toast on click pause ────────────────
toast.e2e.ts:86:7 › toast / overlapping › close all ────────────────────────────────────────────
toast.e2e.ts:94:7 › toast / overlapping › closing a toast should keep it expanded ──────────────
toggle-group.e2e.ts:12:7 › toggle-group › should have no accessibility violation ───────────────
toggle-group.e2e.ts:16:7 › toggle-group › [single] should select on click ──────────────────────
toggle-group.e2e.ts:25:7 › toggle-group › [single] should select and deselect ──────────────────
toggle-group.e2e.ts:33:7 › toggle-group › [multiple] should select multiple ────────────────────
toggle-group.e2e.ts:42:7 › toggle-group › [keyboard] when no toggle is selected, focus first toggle
tooltip.e2e.ts:12:7 › tooltip › should open tooltip on hover interaction ───────────────────────
tooltip.e2e.ts:19:7 › tooltip › should show only one tooltip at a time ─────────────────────────
tooltip.e2e.ts:26:7 › tooltip › should work with focus/blur ────────────────────────────────────
tooltip.e2e.ts:36:7 › tooltip › should work with focus/blur for multiple tooltips ──────────────
tooltip.e2e.ts:49:7 › tooltip › closes on pointerdown ──────────────────────────────────────────
tooltip.e2e.ts:58:7 › tooltip › closes on esc press ────────────────────────────────────────────
tour.e2e.ts:12:7 › tour › should open tour on click start ──────────────────────────────────────
tour.e2e.ts:19:7 › tour › should close on escape ───────────────────────────────────────────────
tour.e2e.ts:33:7 › tour › keyboard navigation ──────────────────────────────────────────────────
tour.e2e.ts:65:7 › tour › [no keyboard navigation] should do not advance ───────────────────────
3 skipped
|
Loading