feat(react-router): upgrade to react router 6 #17595
build.yml
on: pull_request
build-core
1m 16s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
47s
test-core-spec
49s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-react-e2e
3s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
3s
Annotations
10 errors and 20 notices
|
test-react-e2e (react19)
Process completed with exit code 2.
|
|
test-react-e2e (react19)
Module '"@testing-library/react"' has no exported member 'screen'.
|
|
test-react-e2e (react19)
Module '"@testing-library/react"' has no exported member 'fireEvent'.
|
|
test-react-e2e (react18)
Process completed with exit code 1.
|
|
verify-test-react-e2e
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group:
src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#first-group ion-radio').first()
9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "inactive"
132 |
133 | await pageUtils.pressKeys('Tab');
> 134 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
135 |
136 | await page.keyboard.press('ArrowDown');
137 | await expect(firstGroupRadios.nth(1)).toBeFocused();
at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group:
src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group
Error: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#first-group ion-radio').first()
9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "inactive"
132 |
133 | await pageUtils.pressKeys('Tab');
> 134 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
135 |
136 | await page.keyboard.press('ArrowDown');
137 | await expect(firstGroupRadios.nth(1)).toBeFocused();
at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups:
src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups
Error: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#first-group ion-radio').first()
9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "inactive"
120 |
121 | await pageUtils.pressKeys('Tab');
> 122 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
123 |
124 | await pageUtils.pressKeys('Tab');
125 | await expect(secondGroupRadios.nth(0)).toBeFocused();
at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
|
|
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load:
src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "#/child/1"
Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light"
7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config);
8 |
> 9 | expect(page.url()).toContain('#/child/1');
| ^
10 | });
11 | });
12 | });
at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
|
|
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load:
src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
Error: expect(received).toContain(expected) // indexOf
Expected substring: "#/child/1"
Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light"
7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config);
8 |
> 9 | expect(page.url()).toContain('#/child/1');
| ^
10 | });
11 | });
12 | });
at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
|
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.3m)
|
|
🎭 Playwright Run Summary
534 passed (3.0m)
|
|
🎭 Playwright Run Summary
4 skipped
511 passed (3.3m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (3.2m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.3m)
|
|
🎭 Playwright Run Summary
212 skipped
313 passed (3.6m)
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group
4 skipped
513 passed (4.0m)
|
|
🎭 Playwright Run Summary
648 passed (4.3m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.9m)
|
|
🎭 Playwright Run Summary
5 skipped
513 passed (5.2m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.3m)
|
|
🎭 Playwright Run Summary
1 skipped
538 passed (6.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
10 skipped
528 passed (6.6m)
|
|
🎭 Playwright Run Summary
4 skipped
535 passed (6.6m)
|
|
🎭 Playwright Run Summary
1 skipped
523 passed (6.6m)
|
|
🎭 Playwright Run Summary
5 skipped
517 passed (6.9m)
|
|
🎭 Playwright Run Summary
5 skipped
573 passed (6.9m)
|
|
🎭 Playwright Run Summary
14 skipped
502 passed (7.0m)
|
|
🎭 Playwright Run Summary
2 skipped
517 passed (7.1m)
|
|
🎭 Playwright Run Summary
7 skipped
510 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
667 KB |
sha256:a09e3e0a3a40cf2d6f25c676e234a526f5b68fb11a59bf3935cf3cacc5f02b85
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:04c9a1931f8359a728544584d779aa1541c7161996665158c1a51612095f3126
|
|
|
ionic-core
|
4.56 MB |
sha256:51d8ac9cf6527c75d05cdb92f7c6114241833c7adff185d499f38809ecf55456
|
|
|
ionic-react
|
214 KB |
sha256:933cf80cb351a425d753b95fd84efc5f144bef91a45539927ea6cc79bb373609
|
|
|
ionic-react-router
|
73.5 KB |
sha256:9fb6f19ecbb12614dcb0763410ff4ddeb51738ab8c2ec7c7511814fdc017ec1e
|
|
|
ionic-vue
|
233 KB |
sha256:9fbdb9065a3fa4b6fc5eb30bf71e43d2c5b2be548567d38954786c2f85abbc58
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:90db1e455c19505f820a97259565bc9d3edd0649ed3bc11042b0fdeb2041622c
|
|
|
test-results-1-20
|
440 KB |
sha256:ce90165600c95fd699d439f5feacb863937a6926f78f20583890a5629d983c57
|
|
|
test-results-10-20
|
459 KB |
sha256:0468fcb71dfbc7e530062e97df02b5c95ed0bc1c940c51eef470ef1603865209
|
|
|
test-results-11-20
|
1.99 MB |
sha256:1ba1a55d42068a2ba8cf775ab85de457f832fd9a5aff99b39af38b701483e23e
|
|
|
test-results-12-20
|
443 KB |
sha256:e54e90cd6a0f587183e31715f0e76c94200c1f5496308890255791a9b2b7f3b4
|
|
|
test-results-13-20
|
451 KB |
sha256:899fe0fff639aed93722503be5bfac5fcf7a10b85de11bfe3ea0291d4ef75002
|
|
|
test-results-14-20
|
405 KB |
sha256:bfd1675465699aa82c935c4803c41bd2fa42bf4ee9758d2089137d1d12d4d18f
|
|
|
test-results-15-20
|
430 KB |
sha256:7c6b6b274a922c6c8b5263390a7da0b1ca47969b4f10eecead393a2262a7ba97
|
|
|
test-results-16-20
|
427 KB |
sha256:4ac1b9f03ea05e17ecdf118b3833037f84d1b5225e6413d21fdc2aeab45cacdb
|
|
|
test-results-17-20
|
529 KB |
sha256:b4353524a3b027b3c1f17970d6813269cfb0202c8c430a8f7acd111c0a3203fe
|
|
|
test-results-18-20
|
1.62 MB |
sha256:f1a45adc6ab44b898eef4a7e61ae393ff1ae8089afaa0d120f204a5dc2a416b0
|
|
|
test-results-19-20
|
396 KB |
sha256:93bb88d99e2650162aa467708dce41866ba68f24feae47a4caf714d00e627059
|
|
|
test-results-2-20
|
472 KB |
sha256:26b5ff1a6a1f8f486dc41b9f6a87f5707155ca8b541768ddfed2cc7748b102ef
|
|
|
test-results-20-20
|
360 KB |
sha256:4bd34a949a4ac9220cf76edee8603e77560b9c1d277fb3b526fb0e38d95fe8c0
|
|
|
test-results-3-20
|
431 KB |
sha256:6721e4737072d9278d1610ea3ce46be3a1e3ea8ad27dcb3e5807ef22e85ecad5
|
|
|
test-results-4-20
|
524 KB |
sha256:50621ffb60852cf4d8d9369b61de4a0f50dc113db80b0bb23e8a59df3c12ab97
|
|
|
test-results-5-20
|
453 KB |
sha256:71eec022e21ca53f21e5fb7cdb5acfcdb1dbc842a13824f6cd8b5f7073a65c7f
|
|
|
test-results-6-20
|
446 KB |
sha256:61b32bbe9fe6ad3cd5e90c554510c06ca06d7bbe3b9e0850842d37f30decd434
|
|
|
test-results-7-20
|
351 KB |
sha256:0176995387733f2bd71041f83980e3cd4c153ab0ef87cb14b878d4ae813d6d3c
|
|
|
test-results-8-20
|
428 KB |
sha256:038927f03690973dcf726ce43f38b007cf07f3370396993623220a15552f02f8
|
|
|
test-results-9-20
|
436 KB |
sha256:a1ee67c511a5f93c3d065cd0a615c0c5dd47bda5098ad84a84ecc48b85eeb61b
|
|