fix(deps): update react to v19 (major) #6150
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
e2e/pagination.e2e.ts#L1
1) pagination.e2e.ts:11:5 › should have no accessibility violation ───────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) pagination.e2e.ts:11:5 › should have no accessibility violation ───────────────────────────────
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 PaginationModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/pagination.model.ts:11:16)
at /home/runner/work/zag/zag/e2e/pagination.e2e.ts:12:11
|
Run tests:
e2e/pagination.e2e.ts#L1
1) pagination.e2e.ts:11:5 › should have no accessibility violation ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) pagination.e2e.ts:11:5 › should have no accessibility violation ───────────────────────────────
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 PaginationModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/pagination.model.ts:11:16)
at /home/runner/work/zag/zag/e2e/pagination.e2e.ts:12:11
|
Run tests:
e2e/pagination.e2e.ts#L1
1) pagination.e2e.ts:11:5 › should have no accessibility violation ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/_utils.ts#L5
1) pagination.e2e.ts:11:5 › should have no accessibility violation ───────────────────────────────
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 PaginationModel.checkAccessibility (/home/runner/work/zag/zag/e2e/models/pagination.model.ts:11:16)
at /home/runner/work/zag/zag/e2e/pagination.e2e.ts:12:11
|
Run tests:
e2e/pagination.e2e.ts#L1
2) pagination.e2e.ts:15:5 › should update page when item is clicked ──────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/models/pagination.model.ts#L35
2) pagination.e2e.ts:15:5 › should update page when item is clicked ──────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-scope=pagination][data-testid=item-2]')
at models/pagination.model.ts:35
33 |
34 | clickItem = async (text: string) => {
> 35 | await this.getItem(text).click()
| ^
36 | }
37 |
38 | seeItemIsCurrent = async (text: string) => {
at PaginationModel.clickItem (/home/runner/work/zag/zag/e2e/models/pagination.model.ts:35:30)
at /home/runner/work/zag/zag/e2e/pagination.e2e.ts:16:11
|
Run tests:
e2e/pagination.e2e.ts#L1
2) pagination.e2e.ts:15:5 › should update page when item is clicked ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
e2e/models/pagination.model.ts#L35
2) pagination.e2e.ts:15:5 › should update page when item is clicked ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-scope=pagination][data-testid=item-2]')
at models/pagination.model.ts:35
33 |
34 | clickItem = async (text: string) => {
> 35 | await this.getItem(text).click()
| ^
36 | }
37 |
38 | seeItemIsCurrent = async (text: string) => {
at PaginationModel.clickItem (/home/runner/work/zag/zag/e2e/models/pagination.model.ts:35:30)
at /home/runner/work/zag/zag/e2e/pagination.e2e.ts:16:11
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
16 failed
pagination.e2e.ts:11:5 › should have no accessibility violation ────────────────────────────────
pagination.e2e.ts:15:5 › should update page when item is clicked ───────────────────────────────
pagination.e2e.ts:22:5 › should update page when next button is clicked ────────────────────────
pagination.e2e.ts:30:5 › should update page when prev button is clicked ────────────────────────
pagination.e2e.ts:40:5 › should call onChange when item is clicked ─────────────────────────────
pagination.e2e.ts:45:5 › should call onChange when next button is clicked ──────────────────────
pagination.e2e.ts:50:5 › should call onChange when prev button is clicked ──────────────────────
pin-input.e2e.ts:16:7 › pin input › on type: should move focus to the next input ───────────────
pin-input.e2e.ts:24:7 › pin input › on type: should not allow multiple keys at once ───────────
pin-input.e2e.ts:30:7 › pin input › on backspace: should clear value and move focus to prev input
pin-input.e2e.ts:40:7 › pin input › on arrow: should change focus between inputs ───────────────
pin-input.e2e.ts:53:7 › pin input › on clear: should clear values and focus first ──────────────
pin-input.e2e.ts:67:7 › pin input › on paste: should autofill all fields ───────────────────────
pin-input.e2e.ts:82:7 › pin input › on paste: should autofill all fields if focused field is not empty
pin-input.e2e.ts:98:7 › pin input › [different] should allow only single character ─────────────
pin-input.e2e.ts:106:7 › pin input › [same] should allow only single character ─────────────────
|
Loading