chore(deps): update @stencil/core to v4.36.2 #16764
build.yml
on: pull_request
build-core
1m 10s
Matrix: test-core-screenshot
test-core-clean-build
11s
test-core-lint
48s
test-core-spec
40s
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
2s
verify-test-vue-e2e
3s
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
3) [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
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: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
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
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"
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
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
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 Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box:
src/components/input-otp/test/separators/input-otp.e2e.ts#L99
1) [Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
97 |
98 | await expect(await hasSeparatorAfter(page, 0)).toBe(false);
> 99 | await expect(await hasSeparatorAfter(page, 1)).toBe(true);
| ^
100 | await expect(await hasSeparatorAfter(page, 2)).toBe(true);
101 | await expect(await hasSeparatorAfter(page, 3)).toBe(false);
102 | });
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:99:54
|
|
[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#L48
3) [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: expected event "ionChange" to have been called 1 times, but it was called 2 times
46 |
47 | await ionChange.next();
> 48 | await expect(ionChange).toHaveReceivedEventTimes(1);
| ^
49 | await expect(datetime).toHaveJSProperty('value', '2022-02-28');
50 | });
51 | });
at /ionic/src/components/datetime/test/datetime.e2e.ts:48:31
|
|
[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
2) [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
|
|
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - md/ltr › should focus the selected day and then the day after:
src/components/datetime/test/custom/datetime.e2e.ts#L55
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - md/ltr › should focus the selected day and then the day after
Error: expect(locator).toHaveScreenshot(expected)
5526 pixels (ratio 0.05 of all image pixels) are different.
Snapshot: datetime-custom-focus-selected-calendar-day-md-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-custom-focus-selected-calendar-day-md-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" id="custom-calendar-days" class="ion-color ion-color-primary md 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
- 5526 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" id="custom-calendar-days" class="ion-color ion-color-primary md 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
- 5526 pixels (ratio 0.05 of all image pixels) are different.
53 |
54 | await expect(day).toBeFocused();
> 55 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-selected-calendar-day`));
| ^
56 |
57 | await page.keyboard.press('ArrowRight');
58 | await page.waitForChanges();
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:55:30
|
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.4m)
|
|
🎭 Playwright Run Summary
407 passed (2.5m)
|
|
🎭 Playwright Run Summary
1 skipped
529 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.2m)
|
|
🎭 Playwright Run Summary
212 skipped
303 passed (3.4m)
|
|
🎭 Playwright Run Summary
4 skipped
635 passed (3.7m)
|
|
🎭 Playwright Run Summary
3 flaky
[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
[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
507 passed (3.9m)
|
|
🎭 Playwright Run Summary
638 passed (4.2m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.8m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
5 skipped
509 passed (5.0m)
|
|
🎭 Playwright Run Summary
10 skipped
526 passed (6.4m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (6.7m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (6.6m)
|
|
🎭 Playwright Run Summary
1 skipped
523 passed (7.0m)
|
|
🎭 Playwright Run Summary
5 skipped
515 passed (6.9m)
|
|
🎭 Playwright Run Summary
5 skipped
563 passed (7.3m)
|
|
🎭 Playwright Run Summary
3 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - md/ltr › should focus the selected day and then the day after
[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
[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
506 passed (7.2m)
|
|
🎭 Playwright Run Summary
14 skipped
497 passed (7.6m)
|
|
🎭 Playwright Run Summary
7 skipped
507 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
666 KB |
sha256:147cc3ec86a79e86f74946dbc803b06b9fbe93510c1a0de02eae07585ed6ba5b
|
|
|
ionic-angular-server
Expired
|
8.54 KB |
sha256:9b765df6d8b56c3b99de85da928dce67e55afd22293af1917dfa88025a74f21e
|
|
|
ionic-core
Expired
|
4.51 MB |
sha256:f6e2e3b3ad634d72f755e3f157342c530e68b403a8da559a78a36310700ef296
|
|
|
ionic-react
Expired
|
211 KB |
sha256:06ff535d993109803024a6b77bd3fcc7333ae4d9ab2c6b5fa8ae9d900283605d
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:f522abcead30fac86444c6955bd7aa34c073ac2bf6e5598957209b49900c11f1
|
|
|
ionic-vue
Expired
|
233 KB |
sha256:93a17f7e42dfb37bd6ebe190b1f7d00c8a8c5fb2ec1a7e0c4ff01d14af424302
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:82d2522302ea9a0b99d8f875c962aec0862963a35b538f21e3d715fc9b9658c1
|
|
|
test-results-1-20
Expired
|
429 KB |
sha256:b99d06eabf2ee637cf444b88649e8d7db9b57b19f73696cd2f03f6028c66fef3
|
|
|
test-results-10-20
Expired
|
405 KB |
sha256:3faa22f8fadee5c04028128379c55141f04291a69bd76d567b24eee509d1c778
|
|
|
test-results-11-20
Expired
|
2.32 MB |
sha256:95353f9e3dbb44709401549eaaa77b85f8b850cf2bee5653597cc4822a4d9e1e
|
|
|
test-results-12-20
Expired
|
441 KB |
sha256:96d9d7716fa11be7feed28184de1b4a0adcfcfc20cc3182ef6cc1b8ac377c692
|
|
|
test-results-13-20
Expired
|
436 KB |
sha256:c693a2bbf0fed46c458a013bdeea15f425abaf2874cd61165e1dc7d387028bac
|
|
|
test-results-14-20
Expired
|
397 KB |
sha256:159b2382c31cbdca3079a07e7093fb1ac9b39444962028997046119792d7ac93
|
|
|
test-results-15-20
Expired
|
2.23 MB |
sha256:b70951396ae91b6d0279e59bd46a6b34db85c868487ec844d31238d13e07fbd4
|
|
|
test-results-16-20
Expired
|
1.14 MB |
sha256:4186120e0c5ecc8e615a610f2501ffe3ec627931c3de18aa9d1cbd546a8bb3b3
|
|
|
test-results-17-20
Expired
|
526 KB |
sha256:689213d5846c81856155e19f7fb6f923ce82fd0ee628a4c3d78488cbf1c2b468
|
|
|
test-results-18-20
Expired
|
502 KB |
sha256:5ba2a22053831a88c9285909f6471e8b74519845b7e9a7d1c4948b6c5e01310f
|
|
|
test-results-19-20
Expired
|
389 KB |
sha256:1bac1ac52b73ec6c7eda5f4074127863f552f61dc2b3f81281853dd67005e17b
|
|
|
test-results-2-20
Expired
|
466 KB |
sha256:d49f50abd7af0241a4961f352796fa1d7f5617f6722f7364ab62eab0aacfe525
|
|
|
test-results-20-20
Expired
|
343 KB |
sha256:70c13aee5853156e0a643fe57b1c016b60aa4fa3fa77202493ddecc5b9b1e0cc
|
|
|
test-results-3-20
Expired
|
423 KB |
sha256:34757678f2ee13cb736584943212ce06f16c98b33b6a4bc46217eb972a6d03aa
|
|
|
test-results-4-20
Expired
|
517 KB |
sha256:3a8910acf1a46a464bb272b8b092b7421819e9964c52f18eba0d6cb5231a5a04
|
|
|
test-results-5-20
Expired
|
450 KB |
sha256:e1ba967ad6bfc07b6401a2e53a14665e2abef27292f9e44ecf07e660d50dd3a9
|
|
|
test-results-6-20
Expired
|
435 KB |
sha256:ed064252c53ca7549f6ae47f55a835775a5f2608ee79f3a5642915c1dea75fc4
|
|
|
test-results-7-20
Expired
|
340 KB |
sha256:7e92a757c67378ba3e7ba8ada6f77efda8710d56515a574091b83032901755e6
|
|
|
test-results-8-20
Expired
|
417 KB |
sha256:8392154f015013e3a15684df7f537fa18b1506642784003c95784f5064ec97f6
|
|
|
test-results-9-20
Expired
|
476 KB |
sha256:0d26142c03cd601d3f74f5be7c270a1341c10703425d11a2c8d72d554f62ba8d
|
|