Skip to content

Update Reference Screenshots #1946

Update Reference Screenshots

Update Reference Screenshots #1946

Manually triggered June 30, 2025 19:19
Status Success
Total duration 10m 40s
Artifacts 31

update-screenshots.yml

on: workflow_dispatch
Matrix: test-core-screenshot
update-reference-screenshots
10s
update-reference-screenshots
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 notices
[Mobile Chrome] › 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 Chrome] › 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 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
3) [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
3) [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
2) [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 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/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
🎭 Playwright Run Summary
216 skipped 246 passed (2.4m)
🎭 Playwright Run Summary
1 flaky [Mobile Chrome] › 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 499 passed (2.9m)
🎭 Playwright Run Summary
514 passed (3.1m)
🎭 Playwright Run Summary
526 passed (3.1m)
🎭 Playwright Run Summary
5 skipped 519 passed (3.5m)
🎭 Playwright Run Summary
212 skipped 292 passed (3.9m)
🎭 Playwright Run Summary
3 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: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 4 skipped 506 passed (4.0m)
🎭 Playwright Run Summary
627 passed (4.1m)
🎭 Playwright Run Summary
10 skipped 503 passed (4.9m)
🎭 Playwright Run Summary
14 skipped 375 passed (5.1m)
🎭 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 515 passed (5.3m)
🎭 Playwright Run Summary
1 skipped 497 passed (6.1m)
🎭 Playwright Run Summary
8 skipped 510 passed (6.4m)
🎭 Playwright Run Summary
4 skipped 528 passed (6.8m)
🎭 Playwright Run Summary
510 passed (6.8m)
🎭 Playwright Run Summary
2 skipped 509 passed (7.1m)
🎭 Playwright Run Summary
5 skipped 503 passed (7.1m)
🎭 Playwright Run Summary
5 skipped 563 passed (7.1m)
🎭 Playwright Run Summary
14 skipped 504 passed (7.5m)
🎭 Playwright Run Summary
7 skipped 506 passed (8.0m)

Artifacts

Produced during runtime
Name Size Digest
ionic-core
4.45 MB
sha256:c953f0a31b24cb72798331713a9ad1070395b0c32174001470d620e05b05224e
test-results-1-20
430 KB
sha256:ae19e14b3f5f8f492512505d30cd27ecdcedaf588a7cce01b392e6580a8a00e5
test-results-10-20
1.15 MB
sha256:a46cf611126fc5acc7cf89411c730d192f44600c65014806c2f4ae510c5a4f57
test-results-11-20
2.32 MB
sha256:f3b1eabe92058898a087945f15aa6b3b49d3a61275ae5c6ac9a787810ec88c43
test-results-12-20
438 KB
sha256:463b67ac6d6603aaed6685a330a61c0a54fc551093661558cc15327b8ee78f80
test-results-13-20
432 KB
sha256:6d86b1ec92ad699825f1fad880b9ab465909dad759dfe2c942e7e47b2892cb5f
test-results-14-20
390 KB
sha256:1f231e147c8ce9473bd0b485cc871c6509fa32a3438a7d544a06c7571e6027ff
test-results-15-20
415 KB
sha256:f212861d3bd39db7d304a07be08c742e41cdd9edc37114cf3d1c755065c0df14
test-results-16-20
1.14 MB
sha256:84ca5f5f82ac820c3d2745a35c901676108ff5a0df9f33267fa9a673c3036282
test-results-17-20
516 KB
sha256:80d6e5b4cf9e8132631e90c5859e6f97f0d077a359ba0d8ccb106d778ae0e1bb
test-results-18-20
489 KB
sha256:ee5bf40fc94dfc14043acb5d7d333c0c910c3d77ab04a9185ef22a730406d0cb
test-results-19-20
389 KB
sha256:0b92dd57542fd6f242d6914eed08f458b0954e6adbfdba378676df5fb8548637
test-results-2-20
465 KB
sha256:97fd30ab046a8c6d457bc8447b45390471d4a429c408c8a1b8276e40e54a57cc
test-results-20-20
340 KB
sha256:9ed684e36d5a2a83a8f05c46de4b09332d7fc8e2852eb4a1e580d09a1d2f68f4
test-results-3-20
403 KB
sha256:a2cd23eab199272ca3f9603a25c81fa1943fe539085f97244eea5e9ad77bb4d2
test-results-4-20
522 KB
sha256:dfaf45516b14aa75f2e32d3431299620a2b2fcf044bfb1f6f13e45e6da185f0f
test-results-5-20
439 KB
sha256:3ddfb87553b73cc82a9c7a9a5b3468e2304420d4577e4e942c5082b997216968
test-results-6-20
435 KB
sha256:19226bdbd3f66e52f18744d89895dd2f517fc4f7e52c68ef24c4264965841610
test-results-7-20
335 KB
sha256:8373fcf523fba1eac94bc0202fba016c355b0baf9efda360f2dfe80758328ab3
test-results-8-20
408 KB
sha256:d9693c39e1a22bc55a8dfc65db15668d1df6f6dbbfe45cf3351919b14227cd29
test-results-9-20
435 KB
sha256:8139fea22da9b0b56325e08d8bb19870fc73a86c75a76b351b0d5b17c12c7510
updated-screenshots-10-20
133 KB
sha256:4dacde76776b8af53525312010772da0e75d8d0413b60cdafdd0b4142415b7e9
updated-screenshots-11-20
81.2 KB
sha256:6713fa809373f81c5ca81d351925d94ac9cbf1b111889e98c50d0e2161732d1b
updated-screenshots-12-20
30.1 KB
sha256:a20153293c834d1066b303c95a14e80dfc7495d704bdeb0a05ba9d5e2f2ab0a3
updated-screenshots-13-20
25.2 KB
sha256:d57c75d54e7283231a6578226e6d9333a81cc3267a6915c6f655a6e0ba127c0a
updated-screenshots-14-20
283 KB
sha256:b2f841dfc63809a68b3f9fe0da97be6433410e376d1aa3c25ce5133fbc8ed527
updated-screenshots-18-20
188 KB
sha256:97ddc100f597eab8cf1a864b01d6c454034185b880ba8686c701063fb7cff75e
updated-screenshots-20-20
42.7 KB
sha256:f8641781618468239d24d2cbb86ee2c73442cf7191e1374fe03472a4858a7238
updated-screenshots-5-20
6.17 KB
sha256:d61997a81277eada21c9af54cbb51169ab3435e95f5858198d558bb18a9a3ef7
updated-screenshots-8-20
26.3 KB
sha256:cd9edaf1fa30272ebc20b81bdd49920875f4c1cab7cf52bee5cc69981d4adf28
updated-screenshots-9-20
23.8 KB
sha256:1ca590a4ccb2ccc55a1315cbf0db01a2f226539ad7809bff487b2b6ac2cdbbde