fix(modal): allow interaction with parent content through sheet modals in child routes #17652
build.yml
on: pull_request
build-core
1m 15s
Matrix: test-core-screenshot
test-core-clean-build
15s
test-core-lint
52s
test-core-spec
46s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
2s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
4s
Annotations
10 errors and 20 notices
|
test-react-e2e (react18)
Process completed with exit code 1.
|
|
test-react-e2e (react17)
Process completed with exit code 1.
|
|
test-react-e2e (react19)
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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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
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"
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 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
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/datetime/test/datetime.e2e.ts:47:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L70
1) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:47:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
Error: expected event "ionChange" to have been called 1 times, but it was called 2 times
68 | await page.waitForChanges();
69 |
> 70 | await expect(ionChange).toHaveReceivedEventTimes(1);
| ^
71 | await expect(datetime).toHaveJSProperty('value', '2022-02-28');
72 | });
73 | });
at /ionic/src/components/datetime/test/datetime.e2e.ts:70:31
|
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.3m)
|
|
🎭 Playwright Run Summary
534 passed (3.0m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (3.2m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.3m)
|
|
🎭 Playwright Run Summary
4 skipped
511 passed (3.3m)
|
|
🎭 Playwright Run Summary
212 skipped
313 passed (3.9m)
|
|
🎭 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 › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group
4 skipped
513 passed (4.1m)
|
|
🎭 Playwright Run Summary
648 passed (4.3m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.7m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.1m)
|
|
🎭 Playwright Run Summary
5 skipped
513 passed (5.2m)
|
|
🎭 Playwright Run Summary
1 skipped
538 passed (6.1m)
|
|
🎭 Playwright Run Summary
1 skipped
523 passed (6.7m)
|
|
🎭 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.7m)
|
|
🎭 Playwright Run Summary
5 skipped
573 passed (7.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:47:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
2 skipped
516 passed (7.0m)
|
|
🎭 Playwright Run Summary
5 skipped
517 passed (7.1m)
|
|
🎭 Playwright Run Summary
14 skipped
502 passed (7.0m)
|
|
🎭 Playwright Run Summary
4 skipped
535 passed (7.4m)
|
|
🎭 Playwright Run Summary
7 skipped
510 passed (7.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
667 KB |
sha256:614b2868d574ccf028c92d937c8b04a4c103b8bfe9de1ce15f126cf726b175cf
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:82e0dbdcc4e4b8a02e7437726a504249057e08d3b03c81547748cb39312d3836
|
|
|
ionic-core
|
4.56 MB |
sha256:9ad4da2072c133f6565407223e22e32acbc76ba771c6d5b1f33877feaaacf4a7
|
|
|
ionic-react
|
211 KB |
sha256:8223ecf00e4f3c2a792efbb5c7493e094779ec4eef0c763fbc7a65024d7c6fcc
|
|
|
ionic-react-router
|
27.9 KB |
sha256:6ccfa76b93ec762a1130c6280776bdb427ce4c23893d6970dcb7cc328488d56c
|
|
|
ionic-vue
|
233 KB |
sha256:a279ae956701be81bd20f5645f1ac504828c4fcd31d24def710944eade403b34
|
|
|
ionic-vue-router
|
17 KB |
sha256:e75ae0476bb7cfff9eb6a38563e19a41e0da8bcafde530219fcab0aa6af4f922
|
|
|
test-results-1-20
|
442 KB |
sha256:3ee8748fdafef6ca360bf13fbc9ddb41303f21f9783d6a033b60ef56d3f98212
|
|
|
test-results-10-20
|
460 KB |
sha256:bb9bc3d6bd649b5f7eaa87d7b180b10cfd0548491096df546fb6485eed8b2844
|
|
|
test-results-11-20
|
2.35 MB |
sha256:62bfc7c03d13202d928ac34cf09973463b9f185ec380809533060cf68955e01b
|
|
|
test-results-12-20
|
443 KB |
sha256:438122b8306bbcdc5ec4389de3cf4170ecd56473f91699a6b9962597f38c432a
|
|
|
test-results-13-20
|
450 KB |
sha256:73e60df30dfb737158aad743b023d7099c44d87249600c0082ff4727b68d8e5e
|
|
|
test-results-14-20
|
405 KB |
sha256:5caed9f91e11f5baad53775b35f3e2276280caae64ff7d08463388cfc0546c00
|
|
|
test-results-15-20
|
1.29 MB |
sha256:a1be08b833ca22480d2edd4126a57e35119004e703640617331cb744fdb5209e
|
|
|
test-results-16-20
|
427 KB |
sha256:1bcb6500c01e7ded9bd8e11e37cad726e38f2ce0c205187932010fb2223abba6
|
|
|
test-results-17-20
|
530 KB |
sha256:32b56c7d49685537f2d27e0dabd1c4acd1102486fde293ed8056330ed96d2750
|
|
|
test-results-18-20
|
1.25 MB |
sha256:71647c6d0a074297148c0e510c9c5400b43135f94974f68771ff415761e66e82
|
|
|
test-results-19-20
|
396 KB |
sha256:f01eaafc0d33cc46e44e3b6bac3d301d77378c1b475c6126c986f1c8680b79ef
|
|
|
test-results-2-20
|
472 KB |
sha256:ff0752dc744477073ac12539a14ebb3a62e8a72f6fa0f9bb52d78c9f82efed2c
|
|
|
test-results-20-20
|
361 KB |
sha256:919062bc5affe0b1d96e2d1ea209fbab5fa8e9142604c7bcc45684cb79281c89
|
|
|
test-results-3-20
|
430 KB |
sha256:2198b9aef81581c9ecc212aa5086004c4ce47b67ebc74393a1bfb350f8569bc9
|
|
|
test-results-4-20
|
524 KB |
sha256:1c319a6892beebfef354da9f1634d5661b49e45a10789e2d141818589dd4e377
|
|
|
test-results-5-20
|
453 KB |
sha256:f2aa43192d22c5b52b642fffd497f10eb0a033dc5b0507e6a304d07d276989cc
|
|
|
test-results-6-20
|
447 KB |
sha256:dcdae834b9fd60f0c0658bff38e122d8c136ecfa7b013d059a96dc05a15ae495
|
|
|
test-results-7-20
|
351 KB |
sha256:3a29851fcb29fc8746a3d500d2838328608d0e6779a2928138097c3f3f44652f
|
|
|
test-results-8-20
|
428 KB |
sha256:35e44bbd008477b232d3fbe965c6896a1503fbf2f9d0e8d13229ebb8b54e0118
|
|
|
test-results-9-20
|
437 KB |
sha256:6a6f0c536e1a0a1a835450de5e50411c11ca7573334a2f9adf4c4445e8145010
|
|