Update Reference Screenshots #2324
update-screenshots.yml
on: workflow_dispatch
build-core
2m 4s
Matrix: test-core-screenshot
update-reference-screenshots
15s
Annotations
2 errors and 42 notices
|
[Mobile Safari] › src/components/item/test/a11y/item.e2e.ts:36:9 › item: axe - md/ltr › should not have accessibility violations:
src/components/item/test/a11y/item.e2e.ts#L40
2) [Mobile Safari] › src/components/item/test/a11y/item.e2e.ts:36:9 › item: axe - md/ltr › should not have accessibility violations
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 64
- Array []
+ Array [
+ Object {
+ "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
+ "help": "Elements must meet minimum color contrast ratio thresholds",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
+ "id": "color-contrast",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": Object {
+ "bgColor": "#ffffff",
+ "contrastRatio": 2.67,
+ "expectedContrastRatio": "4.5:1",
+ "fgColor": "#9e9e9e",
+ "fontSize": "12.0pt (16px)",
+ "fontWeight": "normal",
+ "messageKey": null,
+ },
+ "id": "color-contrast",
+ "impact": "serious",
+ "message": "Element has insufficient color contrast of 2.67 (foreground color: #9e9e9e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "relatedNodes": Array [
+ Object {
+ "html": "<div class=\"item-native\" part=\"native\"><slot name=\"start\"></slot><div class=\"item-inner\" part=\"inner\"><div class=\"input-wrapper\" part=\"container\"><slot></slot></div><slot name=\"end\"></slot></div><ion-ripple-effect role=\"presentation\" class=\"md hydrated\"></ion-ripple-effect></div>",
+ "target": Array [
+ Array [
+ ".ion-activatable:nth-child(7)",
+ ".item-native[part=\"native\"]",
+ ],
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has insufficient color contrast of 2.67 (foreground color: #9e9e9e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "html": "<div class=\"label-text\">Item with Select disabled</div>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ Array [
+ ".select-disabled",
+ ".label-text",
+ ],
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.color",
+ "wcag2aa",
+ "wcag143",
+ "TTv5",
+ "TT13.c",
+ "EN-301-549",
+ "EN-9.1.4.3",
+ "ACT",
+ "RGAAv4",
+ "RGAA-3.2.1",
+ ],
+ },
+ ]
38 |
39 | const results = await new AxeBuilder({ page }).analyze();
> 40 | expect(results.violations).toEqual([]);
| ^
41 | });
42 |
43 | test('should reflect aria-label', async ({ page }) => {
at /ionic/src/components/item/test/a11y/item.e2e.ts:40:34
|
|
[Mobile Safari] › src/components/item/test/a11y/item.e2e.ts:36:9 › item: axe - ios/ltr › should not have accessibility violations:
src/components/item/test/a11y/item.e2e.ts#L40
1) [Mobile Safari] › src/components/item/test/a11y/item.e2e.ts:36:9 › item: axe - ios/ltr › should not have accessibility violations
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 64
- Array []
+ Array [
+ Object {
+ "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
+ "help": "Elements must meet minimum color contrast ratio thresholds",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
+ "id": "color-contrast",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": Object {
+ "bgColor": "#ffffff",
+ "contrastRatio": 2.09,
+ "expectedContrastRatio": "4.5:1",
+ "fgColor": "#b3b3b3",
+ "fontSize": "12.0pt (16px)",
+ "fontWeight": "normal",
+ "messageKey": null,
+ },
+ "id": "color-contrast",
+ "impact": "serious",
+ "message": "Element has insufficient color contrast of 2.09 (foreground color: #b3b3b3, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "relatedNodes": Array [
+ Object {
+ "html": "<div class=\"item-native\" part=\"native\"><slot name=\"start\"></slot><div class=\"item-inner\" part=\"inner\"><div class=\"input-wrapper\" part=\"container\"><slot></slot></div><slot name=\"end\"></slot></div></div>",
+ "target": Array [
+ Array [
+ ".ion-activatable:nth-child(7)",
+ ".item-native[part=\"native\"]",
+ ],
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has insufficient color contrast of 2.09 (foreground color: #b3b3b3, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
+ "html": "<div class=\"label-text\">Item with Select disabled</div>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ Array [
+ ".select-disabled",
+ ".label-text",
+ ],
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.color",
+ "wcag2aa",
+ "wcag143",
+ "TTv5",
+ "TT13.c",
+ "EN-301-549",
+ "EN-9.1.4.3",
+ "ACT",
+ "RGAAv4",
+ "RGAA-3.2.1",
+ ],
+ },
+ ]
38 |
39 | const results = await new AxeBuilder({ page }).analyze();
> 40 | expect(results.violations).toEqual([]);
| ^
41 | });
42 |
43 | test('should reflect aria-label', async ({ page }) => {
at /ionic/src/components/item/test/a11y/item.e2e.ts:40:34
|
|
build-core
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
360 skipped
425 passed (3.1m)
|
|
test-core-screenshot (7, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
368 skipped
439 passed (4.6m)
|
|
test-core-screenshot (20, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
36 skipped
818 passed (5.1m)
|
|
test-core-screenshot (13, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
2 skipped
830 passed (5.2m)
|
|
test-core-screenshot (10, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
7 skipped
828 passed (5.1m)
|
|
test-core-screenshot (9, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
9 skipped
815 passed (5.3m)
|
|
test-core-screenshot (8, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
14 skipped
841 passed (5.9m)
|
|
test-core-screenshot (19, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
1 skipped
832 passed (6.5m)
|
|
test-core-screenshot (12, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
5 skipped
834 passed (7.0m)
|
|
test-core-screenshot (11, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
3 skipped
833 passed (7.3m)
|
|
test-core-screenshot (16, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
7 skipped
827 passed (8.3m)
|
|
test-core-screenshot (6, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › src/components/item/test/a11y/item.e2e.ts:36:9 › item: axe - ios/ltr › should not have accessibility violations
[Mobile Safari] › src/components/item/test/a11y/item.e2e.ts:36:9 › item: axe - md/ltr › should not have accessibility violations
7 skipped
813 passed (8.4m)
|
|
test-core-screenshot (17, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
14 skipped
808 passed (9.5m)
|
|
test-core-screenshot (14, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
31 skipped
803 passed (9.9m)
|
|
test-core-screenshot (18, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
14 skipped
809 passed (10.1m)
|
|
test-core-screenshot (15, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
3 skipped
822 passed (10.6m)
|
|
test-core-screenshot (3, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
4 skipped
851 passed (10.7m)
|
|
test-core-screenshot (1, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
15 skipped
804 passed (11.6m)
|
|
test-core-screenshot (4, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
18 skipped
822 passed (12.2m)
|
|
test-core-screenshot (2, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
1 skipped
881 passed (12.8m)
|
|
test-core-screenshot (5, 20)
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
update-reference-screenshots
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
|
5.48 MB |
sha256:d7874ebff7d06215f9f1420a8aca63c96de53e4107f4c2fc2d8480ad68963f66
|
|
|
test-results-1-20
|
569 KB |
sha256:6bf19c067b39c3e62b3b47dfea77d79235def60a2b6d67e1108e135742dd166b
|
|
|
test-results-10-20
|
569 KB |
sha256:c3f8c9f77e7b054d686611def13002266e426dcf5b9c5d09b46f585ae822e5d6
|
|
|
test-results-11-20
|
693 KB |
sha256:d04c6a2628bcac3f088100b37dd6be1bc56825eec5cc32d6eca24bfc8cf1cae8
|
|
|
test-results-12-20
|
589 KB |
sha256:98a5e2502c7e40bedde284488b42651d7001ec7433dc759ce17157d57f89a973
|
|
|
test-results-13-20
|
521 KB |
sha256:8b6bdfd4f01f07d98ec9f080c8a2b490f4a37bd62fbce4a5ef34812af2f68422
|
|
|
test-results-14-20
|
591 KB |
sha256:431f6aa08809318e175f132aa46ddd71a77f32203d2fa0274be0fcce13ecb55e
|
|
|
test-results-15-20
|
565 KB |
sha256:906b66993d345a10fdaf960c92204db6c12ecc28587eeabdab512987096241f6
|
|
|
test-results-16-20
|
569 KB |
sha256:509b1ee03593d87aa13529260f581bb667030a9a9e92700088a51f698b036142
|
|
|
test-results-17-20
|
4.49 MB |
sha256:e169cef8f7fad1bf0f4df137ae6abaa9a652b738287e1baeed9ac977d9e33580
|
|
|
test-results-18-20
|
666 KB |
sha256:c7d02f4e530f969a029145a495a882271c1718a720eaf174858e829edddaf79a
|
|
|
test-results-19-20
|
544 KB |
sha256:d028b828dd58146819765573ae1bab33642de00980b15abb5d7ce6e64533fcae
|
|
|
test-results-2-20
|
634 KB |
sha256:059a80f75f89283c207ef9b6c834cd88d59da96b8deba7fc5cd4b07a1259a38a
|
|
|
test-results-20-20
|
424 KB |
sha256:26e8496cb562f97424ed4af2835d96af188ccb868bec75901dca07fd1e50d887
|
|
|
test-results-3-20
|
547 KB |
sha256:96d1513f628ca796a4a603f6c8d3eddf80446cffe4dbe7171ca0663257c40d9a
|
|
|
test-results-4-20
|
677 KB |
sha256:6c540acab67457dfa2d02e4e21f5cb4bdf5f4e6205b4adf18db66b83fb24376e
|
|
|
test-results-5-20
|
643 KB |
sha256:b8bf2f4acba4f7570ac7a78dac9a89b19db38512bb23c62cb12a5d1f3be2a1c7
|
|
|
test-results-6-20
|
561 KB |
sha256:e681eb132a9c95a400e5827b90635d469465d1981dac06e1570d0969c9e42458
|
|
|
test-results-7-20
|
436 KB |
sha256:12f3b77d18011ca5f1ee3a136d6e741e37a5ff87b12cbfb90b78b79f9af419e0
|
|
|
test-results-8-20
|
535 KB |
sha256:b4b072969891128b566d2b4425f2d52bc722da28ddce5f4787fca478fee3e640
|
|
|
test-results-9-20
|
580 KB |
sha256:171af9b08e245334f3f71c3f9314d868a4e41afe10f5d41253a08ff49b78a75b
|
|
|
updated-screenshots-10-20
|
26.2 KB |
sha256:96d741940cb3c24caab22bd2f315a940ad2212b97278ee21d7f73d1da567a253
|
|
|
updated-screenshots-16-20
|
28.4 KB |
sha256:ae47fdaff4aa6ef9d9a2e28b822336ef929243b58382b4607df533e5dc94b4d9
|
|
|
updated-screenshots-3-20
|
34 KB |
sha256:0c2acee380c8d7e0ebbcc6a4d5b22b49e91fee2b876f75798d9c68f300138e00
|
|