Skip to content

chore(deps): update stencil core #15944

chore(deps): update stencil core

chore(deps): update stencil core #15944

Triggered via pull request April 5, 2025 00:39
Status Cancelled
Total duration 22m 14s
Artifacts 27

build.yml

on: pull_request
build-react
48s
build-react
build-vue
39s
build-vue
Matrix: test-core-screenshot
build-angular
1m 1s
build-angular
build-angular-server
32s
build-angular-server
test-core-clean-build
10s
test-core-clean-build
test-core-lint
45s
test-core-lint
test-core-spec
49s
test-core-spec
build-react-router
26s
build-react-router
build-vue-router
39s
build-vue-router
verify-screenshots
0s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
0s
verify-test-angular-e2e
verify-test-react-e2e
0s
verify-test-react-e2e
verify-test-react-router-e2e
0s
verify-test-react-router-e2e
verify-test-vue-e2e
0s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

8 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
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 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/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days: src/components/datetime/test/datetime.e2e.ts#L32
1) [Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('ion-datetime .calendar-month-year') Expected string: "February 2022" Received string: "February 2021" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('ion-datetime .calendar-month-year') 9 × locator resolved to <div class="calendar-month-year">…</div> - unexpected value "February 2021" 30 | await page.waitForChanges(); 31 | > 32 | await expect(monthYearToggle).toContainText('February 2022'); | ^ 33 | }); 34 | 35 | test('should adjust the selected day when moving to a month with a different number of days', async ({ page }) => { at /ionic/src/components/datetime/test/datetime.e2e.ts:32:37
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - md/ltr › en-US › time picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
2) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - md/ltr › en-US › time picker should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) 377 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/datetime/test/locale/datetime.e2e.ts-snapshots/datetime-locale-en-US-time-diff-md-ltr-Mobile-Chrome-linux.png Received: /ionic/test-results/src-components-datetime-te-50df4-not-have-visual-regressions-Mobile-Chrome/datetime-locale-en-US-time-diff-md-ltr-actual.png Diff: /ionic/test-results/src-components-datetime-te-50df4-not-have-visual-regressions-Mobile-Chrome/datetime-locale-en-US-time-diff-md-ltr-diff.png Call log: - expect.toHaveScreenshot(datetime-locale-en-US-time-diff-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</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 - 377 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</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 - 377 pixels (ratio 0.01 of all image pixels) are different. 164 | async expectLocalizedPicker(screenshot: ScreenshotFn, modifier?: string) { 165 | const modifierString = modifier === undefined ? '' : `-${modifier}`; > 166 | await expect(this.datetime).toHaveScreenshot(screenshot(`datetime-locale-${this.locale}${modifierString}-diff`)); | ^ 167 | } 168 | } 169 | at DatetimeLocaleFixture.expectLocalizedPicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedTimePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:161:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:32:31
test-angular-e2e (ng19)
Canceling since a higher priority waiting request for 'refs/pull/30132/merge' exists
test-angular-e2e (ng16)
Canceling since a higher priority waiting request for 'refs/pull/30132/merge' exists
test-angular-e2e (ng17)
Canceling since a higher priority waiting request for 'refs/pull/30132/merge' exists
test-angular-e2e (ng18)
Canceling since a higher priority waiting request for 'refs/pull/30132/merge' exists
verify-test-angular-e2e
Process completed with exit code 1.
🎭 Playwright Run Summary
216 skipped 229 passed (2.2m)
🎭 Playwright Run Summary
466 passed (2.6m)
🎭 Playwright Run Summary
212 skipped 237 passed (2.7m)
🎭 Playwright Run Summary
3 skipped 457 passed (2.9m)
🎭 Playwright Run Summary
1 flaky [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 2 skipped 464 passed (3.1m)
🎭 Playwright Run Summary
2 flaky [Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - md/ltr › en-US › time picker should not have visual regressions 477 passed (3.1m)
🎭 Playwright Run Summary
9 skipped 389 passed (3.8m)
🎭 Playwright Run Summary
460 passed (3.4m)
🎭 Playwright Run Summary
577 passed (3.9m)
🎭 Playwright Run Summary
14 skipped 349 passed (4.6m)
🎭 Playwright Run Summary
5 skipped 500 passed (5.2m)
🎭 Playwright Run Summary
3 skipped 488 passed (5.3m)
🎭 Playwright Run Summary
4 skipped 477 passed (5.4m)
🎭 Playwright Run Summary
2 skipped 440 passed (5.4m)
🎭 Playwright Run Summary
6 skipped 454 passed (5.4m)
🎭 Playwright Run Summary
4 skipped 476 passed (5.9m)
🎭 Playwright Run Summary
2 skipped 458 passed (5.8m)
🎭 Playwright Run Summary
7 skipped 480 passed (6.2m)
🎭 Playwright Run Summary
5 skipped 462 passed (6.6m)
🎭 Playwright Run Summary
6 skipped 490 passed (6.8m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
643 KB
sha256:33fd8282bf0e31b89fe668aac935ba9aefa1de468ece828a06b1d0ca8681c9c3
ionic-angular-server Expired
8.55 KB
sha256:2292e67784b2dcaa320138d432020073b58520f1abb6b3c51910e2e979a5409b
ionic-core Expired
5.06 MB
sha256:c482d69dd446b0555a6d208d03d6234891678057dd5ab8a571776795f6699408
ionic-react Expired
199 KB
sha256:b8d8dca7b0a9af5b47d198439e9bd3966fc123e8e17d58644f377b6b9da416da
ionic-react-router Expired
27.9 KB
sha256:26cf94fc6266e36722ef19a60da6040f951f5e0294bb5edf9d13b70c2c4ebcd9
ionic-vue Expired
220 KB
sha256:70f9d44fcb69e2471402596215b1bec3ebf4521a9146a3421d84c77b16eb1692
ionic-vue-router Expired
17.1 KB
sha256:1859ff8574e9089868b3a67548598b27fa3f50207e814c3ab67072564cb6eaa4
test-results-1-20 Expired
422 KB
sha256:db73cf4c3a22862612d5f82b8ce74e61ec92867105c62160b4ad68c6a320b268
test-results-10-20 Expired
480 KB
sha256:60368f9c65ea855795fff30e2dc5748643f00688b044ce6d1cf889668701942b
test-results-11-20 Expired
1.2 MB
sha256:80e1305453f208bb756f5dc168d0b2a365ae3ad3ad97a7f3fae0d857cf60510e
test-results-12-20 Expired
396 KB
sha256:5741814e4dd8d8debe7a323d65e0f128f2a24369bae581992593ad82c8a197f6
test-results-13-20 Expired
418 KB
sha256:f84e915e9ac0b47ac94389ae2b77d3e266570fb8fb54d6c259955dd17aeb14f9
test-results-14-20 Expired
388 KB
sha256:8cf375ca9c0bcff35df202061c6a0aa19394104bfc1c35928e00a9a406d6271d
test-results-15-20 Expired
402 KB
sha256:0d5cd70f753045a026086a55c499fec9dba665531e66baaa9a6f2fc101e45be3
test-results-16-20 Expired
446 KB
sha256:45a721fbc6f3a0f614e4985b2bd9b8121ac685e0cf5fee1240635126ffd8970a
test-results-17-20 Expired
531 KB
sha256:3bdd98815dfd25246301406eb3e6fa50e00e219a4d5ebc9060cb9a3c5e6c6159
test-results-18-20 Expired
445 KB
sha256:ca827901e7554fa4d4b6aff6a05cd0c0b8e5ecc8908894183eb8b66c7ec88cf7
test-results-19-20 Expired
366 KB
sha256:afdb41f32147e290a0198f85be75378b02b73382e0e440429d3ee1750857a22f
test-results-2-20 Expired
455 KB
sha256:d996d6d882a45448aabe3bb35c405a64a3c46e5ff07d4167d539e6c9260df88f
test-results-20-20 Expired
310 KB
sha256:f3e16546dd2b17ec190f8bae0b631a188bb2e1dc65328649c306c910d2bc35c2
test-results-3-20 Expired
424 KB
sha256:906a972349383b8be6183a877ae4973f6217f29cedc1f8d416ce6054a90788cc
test-results-4-20 Expired
490 KB
sha256:ac2ce5612e59814bad72bd78ff1b8be491e865532485a137016dc035ef6a2ffe
test-results-5-20 Expired
425 KB
sha256:f8fa03fef8b09904aeb2c5c53159315e359e4c299ad61e6560e5f8f1289675c1
test-results-6-20 Expired
398 KB
sha256:661a573e66ba798855519cf0d3788c1653ce1fbf323cffd3921a0bdbb1a71e04
test-results-7-20 Expired
326 KB
sha256:3f27fbacd29480c63b5ddb409428e9f1428cf903ccbb77feaf2bd6ca5ccf9588
test-results-8-20 Expired
1.75 MB
sha256:3602e358be7ac6b4b2a806e33beca178a8b56158cde014b65cd450cbb077cf88
test-results-9-20 Expired
412 KB
sha256:4e5da463a559923ef7326865762174a967f4ae21e4d9f29cd2d8ff24b604a0f9