Skip to content

Stencil Nightly Build #673

Stencil Nightly Build

Stencil Nightly Build #673

Triggered via schedule June 16, 2025 06:05
Status Success
Total duration 10m 21s
Artifacts 27

stencil-nightly.yml

on: schedule
build-core-with-stencil-nightly
1m 9s
build-core-with-stencil-nightly
build-react
43s
build-react
build-vue
45s
build-vue
Matrix: test-core-screenshot
build-angular
58s
build-angular
build-angular-server
33s
build-angular-server
test-core-clean-build
9s
test-core-clean-build
test-core-lint
45s
test-core-lint
test-core-spec
43s
test-core-spec
build-react-router
30s
build-react-router
build-vue-router
37s
build-vue-router
verify-screenshots
3s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-angular-e2e
verify-test-react-e2e
3s
verify-test-react-e2e
verify-test-react-router-e2e
2s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

4 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: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/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
🎭 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 skipped 514 passed (3.3m)
🎭 Playwright Run Summary
212 skipped 292 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: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: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 497 passed (3.8m)
🎭 Playwright Run Summary
627 passed (4.1m)
🎭 Playwright Run Summary
10 skipped 482 passed (4.6m)
🎭 Playwright Run Summary
5 skipped 502 passed (4.7m)
🎭 Playwright Run Summary
14 skipped 374 passed (5.1m)
🎭 Playwright Run Summary
498 passed (5.9m)
🎭 Playwright Run Summary
4 skipped 502 passed (6.3m)
🎭 Playwright Run Summary
4 skipped 501 passed (6.1m)
🎭 Playwright Run Summary
5 skipped 551 passed (6.6m)
🎭 Playwright Run Summary
506 passed (6.6m)
🎭 Playwright Run Summary
14 skipped 494 passed (7.0m)
🎭 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.3m)
🎭 Playwright Run Summary
9 skipped 502 passed (7.2m)
🎭 Playwright Run Summary
8 skipped 506 passed (8.3m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
652 KB
sha256:c0a3ea92306002e12a52348a15efff6a026b77a3eadfa81d6d2cdb8a67590313
ionic-angular-server Expired
8.54 KB
sha256:17435576401cca78520b40ac1854a11370b006bec8b8fbf92ad8660ccfe0945b
ionic-core Expired
4.57 MB
sha256:b8bd84630a32b9d3f766802e5c83486c1d3a8e306b9f7507502cdd83f8c06880
ionic-react Expired
199 KB
sha256:5e4d10f096bde1970de5218e541e5c7c7213f3f8525f91a6e12820b94b6fa1a8
ionic-react-router Expired
27.9 KB
sha256:defaf685d64e8b7fa424cedbc864caec581ee044012485c9825a46bb1ea57ff4
ionic-vue Expired
221 KB
sha256:be6584b47ff90ab63d5182701f90606699472257b1668032f399b34c744fe861
ionic-vue-router Expired
17.1 KB
sha256:ab619d5ddc0c7587432644b7db58f8c74cadaf4c432059a6bae02a6cca34aadd
test-results-1-20 Expired
443 KB
sha256:65fddfe386ccc2d242a9623ee8b9a9a7c3ed757c088ee612910896aabbeb692c
test-results-10-20 Expired
419 KB
sha256:3b5d5a29df710c93752a4cd047fd3613685b742282b5b7525448156b0f680431
test-results-11-20 Expired
1.98 MB
sha256:8d7665c5a0e5f57cf3a2f321e7bc53249f65f81b9b301a1b6ded14b4521968b8
test-results-12-20 Expired
437 KB
sha256:266d0b904e3613098f744000354adedef0e813249cd71727a337da40c9e4d192
test-results-13-20 Expired
447 KB
sha256:f57c42f4cb24685a55449fbe14428796995c075483057cd72762d939f455c1e7
test-results-14-20 Expired
401 KB
sha256:965eff7dfd6395477275ac48411e249cc1778979d0b0434eb7b4c08286fc643e
test-results-15-20 Expired
1.31 MB
sha256:1ac57fec14a44944f1bc6aabdbe5c5c590401bbafba34ae54328362ff29241da
test-results-16-20 Expired
421 KB
sha256:333950ba5da84ab74d84c3e14572331f565dd9177ca50423a456f3837ff88d20
test-results-17-20 Expired
542 KB
sha256:633d77e185fe2488d9aa6d285d899079a51002a4688a26b61ad5dd64ed4f3fdf
test-results-18-20 Expired
488 KB
sha256:a84d199fa51c5901c705c22e658a5b488ec23cf52e7069a8ccf071441f79db1e
test-results-19-20 Expired
397 KB
sha256:df696b3afadb1fe657f5302292db011c963f9ee548f1ee4d44426befe3555fbd
test-results-2-20 Expired
477 KB
sha256:a0adb2426b5b3513d379023bbeddd899c525ac535c0df8aedb4ce152bc26de71
test-results-20-20 Expired
347 KB
sha256:96e2623f43c43d1c4b6ee5691d58b0386d8c73d04e58007e5af0042e3704420a
test-results-3-20 Expired
421 KB
sha256:346ccf6a4668b98d4591985e9bd49136725a8d1e717a6eb1bbacc61d37bb3630
test-results-4-20 Expired
527 KB
sha256:79a7d8fa0fc8061f7cc7e2a1fab08c992e818ca0a0f95c79e4fa15dcde038a75
test-results-5-20 Expired
449 KB
sha256:a0f307b6966e4992b1e98d8da6955c88775eca3ea867567d2942bf52dd296eb6
test-results-6-20 Expired
447 KB
sha256:5e79475fd25ef1215e80d243d9f6fd86fcc60db609a04ecd92a526a9d27a49e9
test-results-7-20 Expired
336 KB
sha256:afd4c0df3787ca7517c606030f4753474b9d24c3a8806aec90167e761adca73a
test-results-8-20 Expired
435 KB
sha256:f8e319e707c1028d6475eea9c116c1259b8504fc67f49b5355c5db8cb79837cb
test-results-9-20 Expired
470 KB
sha256:0eda5875daebe335576515527c76a95d263474f52b110a5c8414f559518ffeac