merge release-8.7.0 #16761
build.yml
on: pull_request
build-core
1m 9s
Matrix: test-core-screenshot
test-core-clean-build
11s
test-core-lint
47s
test-core-spec
43s
verify-screenshots
3s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-react-e2e
3s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
5 errors and 20 notices
|
[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: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
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/dark › radio: keyboard navigation - md/ltr/dark › 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/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
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/dark › radio: keyboard navigation - md/ltr/dark › 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/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
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/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - ios/ltr › should not have visual regressions with a custom styled calendar:
src/components/datetime/test/show-adjacent-days/datetime.e2e.ts#L20
1) [Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - ios/ltr › should not have visual regressions with a custom styled calendar
Error: expect(locator).toHaveScreenshot(expected)
4908 pixels (ratio 0.05 of all image pixels) are different.
Snapshot: datetime-show-adjacent-days-custom-calendar-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-show-adjacent-days-custom-calendar-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 4908 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 4908 pixels (ratio 0.05 of all image pixels) are different.
18 | await page.locator('.datetime-ready').first().waitFor();
19 | const datetime = page.locator('#custom-calendar-days');
> 20 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-calendar`));
| ^
21 | });
22 |
23 | test('should not have visual regressions with specific date disabled', async ({ page }) => {
at /ionic/src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:20:30
|
|
[Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined:
src/components/select-popover/test/a11y/select-popover.e2e.ts#L0
1) [Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.4m)
|
|
🎭 Playwright Run Summary
407 passed (2.6m)
|
|
🎭 Playwright Run Summary
1 skipped
529 passed (3.2m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.3m)
|
|
🎭 Playwright Run Summary
212 skipped
303 passed (3.6m)
|
|
🎭 Playwright Run Summary
4 skipped
635 passed (3.8m)
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › 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
508 passed (3.9m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.2m)
|
|
🎭 Playwright Run Summary
638 passed (4.2m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.9m)
|
|
🎭 Playwright Run Summary
5 skipped
510 passed (5.4m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (6.4m)
|
|
🎭 Playwright Run Summary
10 skipped
526 passed (6.9m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (7.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - ios/ltr › should not have visual regressions with a custom styled calendar
2 skipped
508 passed (7.2m)
|
|
🎭 Playwright Run Summary
1 skipped
523 passed (7.3m)
|
|
🎭 Playwright Run Summary
5 skipped
515 passed (7.5m)
|
|
🎭 Playwright Run Summary
14 skipped
497 passed (7.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined
5 skipped
562 passed (7.8m)
|
|
🎭 Playwright Run Summary
7 skipped
507 passed (8.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
666 KB |
sha256:697a7986b377a7023a20f9c79cd3838e8350f7717295c749a4d1b54f60446f4a
|
|
|
ionic-angular-server
Expired
|
8.54 KB |
sha256:811b48e4a576bcb74ba50da4ef39e4ce03b40342aa3aacc2db13953f8e2733ff
|
|
|
ionic-core
Expired
|
4.5 MB |
sha256:32d641e5f8ad8d68ef0ec3b76d44fb566f87ed7d4daedb1a3206cd34fe5b0c61
|
|
|
ionic-react
Expired
|
211 KB |
sha256:dd949c044457df9f7fd538ad38217fa590aaa0aa89fa0dfc054b986f98267dd6
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:ddd45ab426b0f6aeec89b1e6b94d6c988b6f79270fb6921d1fd0104650736a8f
|
|
|
ionic-vue
Expired
|
233 KB |
sha256:5a5634874aed58b90a17845e729714d568259612e00721b9eb1ba0fd017baca2
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:5b562da7a8f0fa3fa179d3b0be26f7766325697c0619cd42f0e447b373fe4f53
|
|
|
test-results-1-20
Expired
|
430 KB |
sha256:a70333994fd62c7c2dff0a998739fc3763571bd93c8db93d5cc05af542f7b04e
|
|
|
test-results-10-20
Expired
|
404 KB |
sha256:d21dd2c3f1c8514d0e4161c8c2ab48d07b3043af980851722d1a200e77448d9e
|
|
|
test-results-11-20
Expired
|
1.97 MB |
sha256:9058fc4b75e19cf1412118bdd0be135b284b817bcfd30a3ec85b5e8195486e73
|
|
|
test-results-12-20
Expired
|
441 KB |
sha256:8b0f0e46c46ad3cdcaf38eb455656dc095c78d59ba59e9c70dc6e5b97edc961b
|
|
|
test-results-13-20
Expired
|
435 KB |
sha256:bbffc98603117d1dcb5432bd09185820cc4d5bb3e747f239c25eddac3c7afbbf
|
|
|
test-results-14-20
Expired
|
397 KB |
sha256:9b494ac6400360a9c493359156e315b9d1004fc38c7bd7e186063af74538b6ed
|
|
|
test-results-15-20
Expired
|
1.38 MB |
sha256:3afb9787f09bc1e9217c5b61c296c3b5442646177f979a7a197eeec2a2635b60
|
|
|
test-results-16-20
Expired
|
420 KB |
sha256:c224630971eac6bbaf4043e700194813c5ae797cc583518e09e3e75bb7b49a94
|
|
|
test-results-17-20
Expired
|
525 KB |
sha256:52bf811f2c12b9b252100f43ad58ca6d4bac3261421af194023a5232cb6a6638
|
|
|
test-results-18-20
Expired
|
503 KB |
sha256:2064c351f17aa792bbd1a1dc58683bc871bf31d0a56d761ce1ca81e9f94bece6
|
|
|
test-results-19-20
Expired
|
389 KB |
sha256:d7479e87f6b1e79691a7f870d260238d6ebd18fa6b369525cdacd480927c733f
|
|
|
test-results-2-20
Expired
|
467 KB |
sha256:0893d74a9a815b559441cccec58babcb4d8f6496033dcc17bd3b49f3efbb9f3e
|
|
|
test-results-20-20
Expired
|
344 KB |
sha256:eb9c17dd7bd009d00a5bed305d07cd9b137909409f5e1b64d4091069f6ccdafa
|
|
|
test-results-3-20
Expired
|
422 KB |
sha256:ab6c596eb6447ff3a0f480d09510ec3181794d6730c7107b6ec081b8a067e3c9
|
|
|
test-results-4-20
Expired
|
518 KB |
sha256:c3944b31b42b7735b61b076ef49aaed3c4d7c851b704d6a88b092e8fe37fef94
|
|
|
test-results-5-20
Expired
|
450 KB |
sha256:8af98e1c5befe45087a204d714d9a19be1d6ec7c1674d98dc9846bbef46ee9c8
|
|
|
test-results-6-20
Expired
|
1.17 MB |
sha256:372b623de5672f073bcd67d31b7d087a5d942976f0e7d59236b5ed6904f64ce8
|
|
|
test-results-7-20
Expired
|
339 KB |
sha256:df06496c9b0e8a2d06022716508210f39079f6d3f3d5dd5a468b9d1448504367
|
|
|
test-results-8-20
Expired
|
416 KB |
sha256:8784d9f055a44c483b0b2cf8fa4dd324a920b911c060d068b06692f64ad24280
|
|
|
test-results-9-20
Expired
|
476 KB |
sha256:799b263486a897b2e9809d0c7b10b14e2077bd78d74edc67110159d6f8c380c2
|
|