Stencil Nightly Build #680
stencil-nightly.yml
on: schedule
build-core-with-stencil-nightly
1m 11s
Matrix: test-core-screenshot
test-core-clean-build
9s
test-core-lint
52s
test-core-spec
41s
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
4s
verify-test-vue-e2e
2s
Annotations
11 errors and 20 notices
|
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:80:11 › datetime: locale - md/ltr › es-ES › 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:80:11 › datetime: locale - md/ltr › es-ES › time picker should not have visual regressions
Error: expect(locator).toHaveScreenshot(expected)
129 pixels (ratio 0.01 of all image pixels) are different.
Expected: /ionic/src/components/datetime/test/locale/datetime.e2e.ts-snapshots/datetime-locale-es-ES-time-diff-md-ltr-Mobile-Chrome-linux.png
Received: /ionic/test-results/src-components-datetime-te-ecaa2-not-have-visual-regressions-Mobile-Chrome/datetime-locale-es-ES-time-diff-md-ltr-actual.png
Diff: /ionic/test-results/src-components-datetime-te-ecaa2-not-have-visual-regressions-Mobile-Chrome/datetime-locale-es-ES-time-diff-md-ltr-diff.png
Call log:
- expect.toHaveScreenshot(datetime-locale-es-ES-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="es-ES" 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
- 129 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="es-ES" 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
- 129 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:82: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
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
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: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 Safari] › 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
|
|
test-angular-e2e (ng20)
Process completed with exit code 1.
|
|
test-angular-e2e (ng16)
Process completed with exit code 1.
|
|
test-angular-e2e (ng17)
Process completed with exit code 1.
|
|
test-angular-e2e (ng18)
Process completed with exit code 1.
|
|
test-angular-e2e (ng19)
Process completed with exit code 1.
|
|
verify-test-angular-e2e
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
216 skipped
238 passed (2.3m)
|
|
🎭 Playwright Run Summary
414 passed (2.7m)
|
|
🎭 Playwright Run Summary
508 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:80:11 › datetime: locale - md/ltr › es-ES › 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
212 skipped
292 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.8m)
|
|
🎭 Playwright Run Summary
10 skipped
482 passed (4.7m)
|
|
🎭 Playwright Run Summary
627 passed (4.2m)
|
|
🎭 Playwright Run Summary
5 skipped
502 passed (4.7m)
|
|
🎭 Playwright Run Summary
14 skipped
374 passed (5.1m)
|
|
🎭 Playwright Run Summary
4 skipped
501 passed (5.9m)
|
|
🎭 Playwright Run Summary
506 passed (6.2m)
|
|
🎭 Playwright Run Summary
4 skipped
502 passed (6.3m)
|
|
🎭 Playwright Run Summary
498 passed (6.6m)
|
|
🎭 Playwright Run Summary
5 skipped
551 passed (6.5m)
|
|
🎭 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: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
2 skipped
503 passed (7.4m)
|
|
🎭 Playwright Run Summary
8 skipped
506 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
652 KB |
sha256:de24cab85e98bd6ea882503212aecc40f9467f59be1ab231423f84fb4570c484
|
|
|
ionic-angular-server
Expired
|
8.54 KB |
sha256:7afed49dd11a10588249af497962741513d3aabdd8721cb75c64e87ebc24c4e1
|
|
|
ionic-core
Expired
|
4.58 MB |
sha256:be6e07d510f7f6ee8a10ad2282858958cc57a75150a82abd109e3c05868d8754
|
|
|
ionic-react
Expired
|
199 KB |
sha256:752fe505fae229abe1cabd93fc90478786370a0eaf0eeba12335014817b2ae2d
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:853288f3ab2d32723b0d073eec69152a8434fe66763ae99e9ade0761ccb3e44f
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:7148204d7c6112df92f4ced84d3ceed36d162487d29f466158e339655ea89466
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:21af477efb32fb709dc5de20a45b0538e3e2b61231c898a377efefbb63227abe
|
|
|
test-results-1-20
Expired
|
442 KB |
sha256:3a59abbe545bc16761a68744b401e3f2898c2d14a1337237b0e03b4ddd15c245
|
|
|
test-results-10-20
Expired
|
419 KB |
sha256:dd9ae9e913e8e79dcc18087bae85abed141cbdd81b1a58b6f795b6038b2c4ad5
|
|
|
test-results-11-20
Expired
|
1.99 MB |
sha256:64bf8a2f77b7c34a1a6ab4f850f9170dce3cdf16ff188dd002639328060b556f
|
|
|
test-results-12-20
Expired
|
437 KB |
sha256:0b5446e8d600082a00fe0a1602ce15013396b9b7eb1069ee7efa24e70ff6613c
|
|
|
test-results-13-20
Expired
|
449 KB |
sha256:e9d50530cf2007aa70f4f9e05b11c421e72353b830193cb3ed90c068908a0581
|
|
|
test-results-14-20
Expired
|
401 KB |
sha256:8947456a202e3c4f39457029b02b84d5a757bc8469458215c9a690da8e103062
|
|
|
test-results-15-20
Expired
|
1.31 MB |
sha256:96ce7e3ff1fc8f0deb819808b4b41e6467ca70134abd61d10d8a7ff52d98d0ec
|
|
|
test-results-16-20
Expired
|
421 KB |
sha256:73d4d8c365d4bc2a2dc35528adf4a221e08a3bbbac14b0627ef8bd9fc18ac518
|
|
|
test-results-17-20
Expired
|
542 KB |
sha256:33483da9ad784f7ec3412b98380ab0aa51f0720584df6a10a627addf83ce1ddc
|
|
|
test-results-18-20
Expired
|
488 KB |
sha256:9962ddbfb29c0b9db222f0593a6d1756214b5cf284575005310efd009209d814
|
|
|
test-results-19-20
Expired
|
397 KB |
sha256:3797dab64e91856b85f18603e5a154337f5ca26c0e39b1144acb46cccb3cdf54
|
|
|
test-results-2-20
Expired
|
475 KB |
sha256:4deecb41a9610581867544970db4f4ee5d21611b0e6885abd5f07678d603dc87
|
|
|
test-results-20-20
Expired
|
347 KB |
sha256:7f3c05a6359ea5725317b7f166a1195ef81072258ee6b8b3fbb3cd7a57c84139
|
|
|
test-results-3-20
Expired
|
423 KB |
sha256:8679d8402a35557fe8286ed35ed19a4fdb9dc27b9cc85236530b2cf2ed20c538
|
|
|
test-results-4-20
Expired
|
528 KB |
sha256:d1eacfda57a406dc9f28ce1f47b205d0225364d88c67100b95eb0c8e2b837957
|
|
|
test-results-5-20
Expired
|
448 KB |
sha256:8c4ecc504feb07e918661b0d3ff06649978f18d26576d37d621d8c4b1438d732
|
|
|
test-results-6-20
Expired
|
446 KB |
sha256:1e26945510f71751c76224ca87cbf41a91ab9b5609c5095227b8489c9e00866e
|
|
|
test-results-7-20
Expired
|
337 KB |
sha256:8f3cdb9d4ebca7adbbfb1b11b766a99a723b691b89141fe9a0671cef7e1ce4c4
|
|
|
test-results-8-20
Expired
|
1.22 MB |
sha256:6d6d70014ab290f9d5bf85ea877ed0348e6da29429a14b5955470d7206666351
|
|
|
test-results-9-20
Expired
|
470 KB |
sha256:32c7c3fe9b52c267af7caedfea9057fc5f4d417a031f29b69b8e1cb0fa7a2011
|
|