Stencil Nightly Build #679
stencil-nightly.yml
on: schedule
build-core-with-stencil-nightly
1m 6s
Matrix: test-core-screenshot
test-core-clean-build
14s
test-core-lint
45s
test-core-spec
45s
verify-screenshots
3s
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
2s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
2s
Annotations
9 errors, 2 warnings, and 20 notices
|
[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
1) [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)
215 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
- 215 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
- 215 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
|
|
[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
2) [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 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: 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/datetime.e2e.ts:35: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#L49
1) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35: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: Timed out 5000ms waiting for expect(locator).toHaveJSProperty(expected)
Locator: locator('ion-datetime')
Expected: "2022-02-28"
Received: "2021-02-28"
Call log:
- expect.toHaveJSProperty with timeout 5000ms
- waiting for locator('ion-datetime')
9 × locator resolved to <ion-datetime locale="en-US" value="2022-01-31" presentation="date" class="ion-color ion-color-primary md datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready show-month-and-year month-year-picker-open">…</ion-datetime>
- unexpected value "2021-02-28"
47 | await ionChange.next();
48 | await expect(ionChange).toHaveReceivedEventTimes(1);
> 49 | await expect(datetime).toHaveJSProperty('value', '2022-02-28');
| ^
50 | });
51 | });
52 | });
at /ionic/src/components/datetime/test/datetime.e2e.ts:49:30
|
|
test-angular-e2e (ng18)
Process completed with exit code 1.
|
|
test-angular-e2e (ng17)
Process completed with exit code 1.
|
|
test-angular-e2e (ng19)
Process completed with exit code 1.
|
|
test-angular-e2e (ng16)
Process completed with exit code 1.
|
|
verify-test-angular-e2e
Process completed with exit code 1.
|
|
test-angular-e2e (ng16)
Back off 23.478 seconds before retry.
|
|
test-angular-e2e (ng16)
Failed to download action 'https://api.github.com/internal/immutable-actions/actions/download-artifact/download/sha256:4b799c3c1019d4e03e75afc6b9431edc13e91e2204ac9d6a89eccb8de0b09dc8?x-ghcr-actor-id=12256376&x-ghcr-actor-type=repository&x-ghcr-alg=hmac-sha256&x-ghcr-date=2025-06-24T06:07:36Z&x-ghcr-expires=10m0s&x-ghcr-host=ghcr.io&***
|
|
🎭 Playwright Run Summary
216 skipped
238 passed (2.3m)
|
|
🎭 Playwright Run Summary
414 passed (2.7m)
|
|
🎭 Playwright Run Summary
508 passed (3.0m)
|
|
🎭 Playwright Run Summary
212 skipped
292 passed (3.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[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
1 skipped
513 passed (3.4m)
|
|
🎭 Playwright Run Summary
4 skipped
590 passed (3.5m)
|
|
🎭 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:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups
4 skipped
497 passed (3.7m)
|
|
🎭 Playwright Run Summary
627 passed (4.0m)
|
|
🎭 Playwright Run Summary
10 skipped
482 passed (4.6m)
|
|
🎭 Playwright Run Summary
5 skipped
502 passed (4.8m)
|
|
🎭 Playwright Run Summary
14 skipped
374 passed (5.0m)
|
|
🎭 Playwright Run Summary
4 skipped
501 passed (6.1m)
|
|
🎭 Playwright Run Summary
498 passed (6.2m)
|
|
🎭 Playwright Run Summary
506 passed (6.3m)
|
|
🎭 Playwright Run Summary
5 skipped
551 passed (6.5m)
|
|
🎭 Playwright Run Summary
4 skipped
502 passed (6.7m)
|
|
🎭 Playwright Run Summary
14 skipped
494 passed (7.1m)
|
|
🎭 Playwright Run Summary
9 skipped
502 passed (7.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35: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
503 passed (7.5m)
|
|
🎭 Playwright Run Summary
8 skipped
506 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
652 KB |
sha256:43480d2423856cf045bc454c1ee8f9f6bb229fbd92cbc0b3d5506eec470407d3
|
|
|
ionic-angular-server
Expired
|
8.54 KB |
sha256:dadd8f0a6112e77c510b01a595779545054e147c7cc6708fe11339a2ed0803f2
|
|
|
ionic-core
Expired
|
4.58 MB |
sha256:12d55637b23eb546c457d6e95d2786c614452015707848a704191ceb2b3cebdf
|
|
|
ionic-react
Expired
|
199 KB |
sha256:40116dd36cc103a516275f897f1818cbf26ee47de17d26f6c56ad215c9ec43e7
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:e5895b74b57e6f80d0b67f5fe2c809c1edb5aacfb4e58dc9b27840afafa0ce2b
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:8c945659b3f2fddfa6621da40b9366fd2cd1c1ad3426e858db23c5c469864319
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:b19ad4d993d8217648e056ab368de488e13cd6b6eeca6005c4a93baa812882a5
|
|
|
test-results-1-20
Expired
|
443 KB |
sha256:7ae0024d5a0625fc228af9e931b77634ad284daff2e7a0f630464a7238d3df77
|
|
|
test-results-10-20
Expired
|
419 KB |
sha256:6492d5060319b53959225c385f0416b07e8988412f4609bb519a1abc1b3fb0dc
|
|
|
test-results-11-20
Expired
|
1.62 MB |
sha256:f1282c6f47311201583dd272ae3b69c823a08c688f2ae96228452f53b98e901a
|
|
|
test-results-12-20
Expired
|
438 KB |
sha256:d008b622043f32b4a4625226a22ceb67f2abb948708ff42547e61322fc01692f
|
|
|
test-results-13-20
Expired
|
446 KB |
sha256:83fe0a5bc93cbebc53ee850ddaecef20dd8f03b9e16a4773f10502a8d73ceee8
|
|
|
test-results-14-20
Expired
|
401 KB |
sha256:fc57f5406f8ae5bd443a377586d3208aa8c761cda476584c8e4202cb9caac6d7
|
|
|
test-results-15-20
Expired
|
1.3 MB |
sha256:2474bcafe588de0bf2a76375bfb62ec5259208f86c4aafb9e3ac3948f41712a5
|
|
|
test-results-16-20
Expired
|
421 KB |
sha256:dd1e814557f4c91dd66f7034f657c08be33516fa70ced33dd1ed4ca4e3bf7e7a
|
|
|
test-results-17-20
Expired
|
542 KB |
sha256:d9362d6ef359ab67f24a8df298c860f9fe9296d5579a5a3947018071d1f1b480
|
|
|
test-results-18-20
Expired
|
488 KB |
sha256:faeda9dbb87c2d3a59f65cc3efc1814190f0d6aaaa9eb2846d6f9cb9b1ce3681
|
|
|
test-results-19-20
Expired
|
397 KB |
sha256:93bd9bbe8b150b262a26682e8fc90a11358625a7443b8a6c0602d86175b08636
|
|
|
test-results-2-20
Expired
|
476 KB |
sha256:6fe3b687103f39c55713e1954ba08736795db0ce3a8caf96c21399457de22d63
|
|
|
test-results-20-20
Expired
|
347 KB |
sha256:9a0f5f46cbcde505e4068ea55f82808336dcd4cd40d54ebc4f566aa3e16e8598
|
|
|
test-results-3-20
Expired
|
422 KB |
sha256:71884ef5b8cfb83e33fcf94def7a9301e079a7a574b67ae6c83619c60993d33d
|
|
|
test-results-4-20
Expired
|
528 KB |
sha256:5111af3b10cb42865062b47e1b45a545d7f76999785d04e3ad11a32af6b4a8c6
|
|
|
test-results-5-20
Expired
|
448 KB |
sha256:696a021b0b51544f1f226e96009031fad7d743ba27d5b144969f5d61b395bb71
|
|
|
test-results-6-20
Expired
|
446 KB |
sha256:551a6f012ce3286cc54885c56bbe6addedbcfe5f58328bb378770feb83466ecc
|
|
|
test-results-7-20
Expired
|
336 KB |
sha256:3c302bde9a94edded30adf8c024c61c4a8d4dbab82118d3e76a5bab9acf66d93
|
|
|
test-results-8-20
Expired
|
1.23 MB |
sha256:082635fdc73ffbb9f83614b3fce27d7f748cd18f5fa6833b6379240ace6c7eb5
|
|
|
test-results-9-20
Expired
|
470 KB |
sha256:c4716bea0ff335fc2dfefbaf3df291358d864ca682c38c12aa6dedfcdd1dc426
|
|