fix(deps): update react to v19 (major) #6150
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
e2e/color-picker.e2e.ts#L1
1) color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ─────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ─────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.color-picker') 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 ColorPickerModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/model.ts:20:16)
at /home/runner/work/zag/zag/e2e/color-picker.e2e.ts:17:13
|
Run tests:
e2e/color-picker.e2e.ts#L1
1) color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.color-picker') 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 ColorPickerModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/model.ts:20:16)
at /home/runner/work/zag/zag/e2e/color-picker.e2e.ts:17:13
|
Run tests:
e2e/color-picker.e2e.ts#L1
1) color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.color-picker') 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 ColorPickerModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/model.ts:20:16)
at /home/runner/work/zag/zag/e2e/color-picker.e2e.ts:17:13
|
Run tests:
e2e/color-picker.e2e.ts#L1
2) color-picker.e2e.ts:20:7 › color-picker › [closed] typing the same native css colors switch show hex
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/models/color-picker.model.ts#L61
2) color-picker.e2e.ts:20:7 › color-picker › [closed] typing the same native css colors switch show hex
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=control] [data-channel=hex]')
at models/color-picker.model.ts:61
59 |
60 | type(value: string) {
> 61 | return this.hexInput.fill(value)
| ^
62 | }
63 |
64 | seeHexInputHasValue(value: string) {
at ColorPickerModel.type (/home/runner/work/zag/zag/e2e/models/color-picker.model.ts:61:26)
at /home/runner/work/zag/zag/e2e/color-picker.e2e.ts:21:13
|
Run tests:
e2e/color-picker.e2e.ts#L1
2) color-picker.e2e.ts:20:7 › color-picker › [closed] typing the same native css colors switch show hex
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/models/color-picker.model.ts#L61
2) color-picker.e2e.ts:20:7 › color-picker › [closed] typing the same native css colors switch show hex
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-part=control] [data-channel=hex]')
at models/color-picker.model.ts:61
59 |
60 | type(value: string) {
> 61 | return this.hexInput.fill(value)
| ^
62 | }
63 |
64 | seeHexInputHasValue(value: string) {
at ColorPickerModel.type (/home/runner/work/zag/zag/e2e/models/color-picker.model.ts:61:26)
at /home/runner/work/zag/zag/e2e/color-picker.e2e.ts:21:13
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
38 failed
color-picker.e2e.ts:16:7 › color-picker › should have no accessibility violations ──────────────
color-picker.e2e.ts:20:7 › color-picker › [closed] typing the same native css colors switch show hex
color-picker.e2e.ts:27:7 › color-picker › [closed] typing different native css colors should update color
color-picker.e2e.ts:34:7 › color-picker › [closed] typing in alpha should update color ─────────
color-picker.e2e.ts:40:7 › color-picker › click on trigger should open picker ──────────────────
color-picker.e2e.ts:45:7 › color-picker › should re-focus trigger on outside click ─────────────
color-picker.e2e.ts:53:7 › color-picker › opening the picker should focus area ─────────────────
color-picker.e2e.ts:59:7 › color-picker › keyboard focus movement ──────────────────────────────
color-picker.e2e.ts:69:7 › color-picker › [swatch] should set value on click swatch ────────────
color-picker.e2e.ts:75:7 › color-picker › [form] should reset value to initial on reset ────────
color-picker.e2e.ts:110:7 › color-picker › [slider] should change hue when clicking the hue bar
color-picker.e2e.ts:116:7 › color-picker › [slider] should change alpha when clicking the alpha bar
combobox.e2e.ts:12:7 › combobox › should have no accessibility violations ──────────────────────
combobox.e2e.ts:16:7 › combobox › [pointer] should open combobox menu when arrow is clicked ────
combobox.e2e.ts:22:7 › combobox › [keyboard] Escape should close content ───────────────────────
combobox.e2e.ts:29:7 › combobox › [keyboard] should open combobox menu when typing ─────────────
combobox.e2e.ts:39:7 › combobox › [pointer / selection] ────────────────────────────────────────
combobox.e2e.ts:50:7 › combobox › [pointer] select and select again ────────────────────────────
combobox.e2e.ts:62:7 › combobox › [keyboard / loop] on arrow down, open and highlight first enabled option
combobox.e2e.ts:73:7 › combobox › [keyboard / no-loop] on arrow down, open and highlight first enabled option
combobox.e2e.ts:86:7 › combobox › [keyboard / loop] on arrow up, open and highlight last enabled option
combobox.e2e.ts:94:7 › combobox › [keyboard / no-loop] on arrow up, open and highlight last enabled option
combobox.e2e.ts:104:7 › combobox › [keyboard / open] on home and end, when open, focus first and last option
combobox.e2e.ts:117:7 › combobox › [keyboard / closed] on home and end, caret moves to start and end
combobox.e2e.ts:129:7 › combobox › [keyboard / arrowdown / loop] ───────────────────────────────
combobox.e2e.ts:139:7 › combobox › [keyboard / arrowdown / no-loop] ────────────────────────────
combobox.e2e.ts:150:7 › combobox › [keyboard / arrowup / loop] ─────────────────────────────────
combobox.e2e.ts:156:7 › combobox › [keyboard / arrowup / no-loop] ──────────────────────────────
combobox.e2e.ts:163:7 › combobox › [pointer / open-on-click] ───────────────────────────────────
combobox.e2e.ts:169:7 › combobox › selects value on click ──────────────────────────────────────
combobox.e2e.ts:175:7 › combobox › can clear value ─────────────────────────────────────────────
combobox.e2e.ts:184:7 › combobox › should scroll selected option into view ─────────────────────
combobox.e2e.ts:192:7 › combobox › [selection=clear] should clear input value ──────────────────
combobox.e2e.ts:199:7 › combobox › [no value] enter behavior for custom values ─────────────────
combobox.e2e.ts:206:7 › combobox › [value] enter reverts the value ─────────────────────────────
combobox.e2e.ts:226:7 › combobox / autocomplete › [keyboard] should autocomplete ───────────────
combobox.e2e.ts:236:7 › combobox / autocomplete › [keyboard / loop] should loop through the options and previous input value
combobox.e2e.ts:249:7 › combobox / autocomplete › [pointer] hovering an option should not update input value
|
Loading