Update Reference Screenshots #2160
update-screenshots.yml
on: workflow_dispatch
build-core
1m 45s
Matrix: test-core-screenshot
update-reference-screenshots
16s
Annotations
4 errors and 20 notices
|
[Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard:
src/components/action-sheet/test/a11y/action-sheet.e2e.ts#L188
1) [Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Cancel"
Received: "Option 1"
186 |
187 | focusedElement = await page.evaluate(() => document.activeElement?.textContent?.trim());
> 188 | expect(focusedElement).toBe('Cancel');
| ^
189 | });
190 | });
191 | });
at /ionic/src/components/action-sheet/test/a11y/action-sheet.e2e.ts:188:30
|
|
[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: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
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 Firefox] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard:
src/components/action-sheet/test/a11y/action-sheet.e2e.ts#L188
1) [Mobile Firefox] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Cancel"
Received: "Option 1"
186 |
187 | focusedElement = await page.evaluate(() => document.activeElement?.textContent?.trim());
> 188 | expect(focusedElement).toBe('Cancel');
| ^
189 | });
190 | });
191 | });
at /ionic/src/components/action-sheet/test/a11y/action-sheet.e2e.ts:188:30
|
|
[Mobile Safari] › src/components/checkbox/test/a11y/checkbox.e2e.ts:7:9 › checkbox: a11y - ios/ltr › should not have accessibility violations:
src/components/checkbox/test/a11y/checkbox.e2e.ts#L23
1) [Mobile Safari] › src/components/checkbox/test/a11y/checkbox.e2e.ts:7:9 › checkbox: a11y - ios/ltr › should not have accessibility violations
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 69
- Array []
+ Array [
+ Object {
+ "description": "Ensure every ARIA toggle field has an accessible name",
+ "help": "ARIA toggle fields must have an accessible name",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
+ "id": "aria-toggle-field-name",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "has-visible-text",
+ "impact": "serious",
+ "message": "Element does not have text that is visible to screen readers",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-label",
+ "impact": "serious",
+ "message": "aria-label attribute does not exist or is empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-labelledby",
+ "impact": "serious",
+ "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": Object {
+ "messageKey": "noAttr",
+ },
+ "id": "non-empty-title",
+ "impact": "serious",
+ "message": "Element has no title attribute",
+ "relatedNodes": Array [],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element does not have text that is visible to screen readers
+ aria-label attribute does not exist or is empty
+ aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
+ Element has no title attribute",
+ "html": "<ion-checkbox role=\"checkbox\" aria-checked=\"false\" tabindex=\"0\" class=\"ios in-item ion-focusable interactive checkbox-label-placement-start checkbox-shape-soft hydrated\">Checkbox in item<input type=\"hidden\" class=\"aux-input\" name=\"ion-cb-3\" value=\"\"></ion-checkbox>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ".in-item",
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.aria",
+ "wcag2a",
+ "wcag412",
+ "TTv5",
+ "TT5.c",
+ "EN-301-549",
+ "EN-9.4.1.2",
+ "ACT",
+ "RGAAv4",
+ "RGAA-7.1.1",
+ ],
+ },
+ ]
21 |
22 | const results = await new AxeBuilder({ page }).analyze();
> 23 | expect(results.violations).toEqual([]);
| ^
24 | });
25 | });
26 | });
at /ionic/src/components/checkbox/test/a11y/checkbox.e2e.ts:23:34
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
360 skipped
284 passed (2.5m)
|
|
🎭 Playwright Run Summary
368 skipped
318 passed (3.6m)
|
|
🎭 Playwright Run Summary
2 skipped
578 passed (4.0m)
|
|
🎭 Playwright Run Summary
8 skipped
713 passed (4.3m)
|
|
🎭 Playwright Run Summary
1 skipped
711 passed (4.4m)
|
|
🎭 Playwright Run Summary
8 skipped
797 passed (5.1m)
|
|
🎭 Playwright Run Summary
1 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
4 skipped
694 passed (5.4m)
|
|
🎭 Playwright Run Summary
36 skipped
841 passed (6.2m)
|
|
🎭 Playwright Run Summary
14 skipped
498 passed (6.4m)
|
|
🎭 Playwright Run Summary
5 skipped
695 passed (7.3m)
|
|
🎭 Playwright Run Summary
10 skipped
704 passed (7.4m)
|
|
🎭 Playwright Run Summary
3 skipped
684 passed (8.4m)
|
|
🎭 Playwright Run Summary
1 skipped
671 passed (8.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
4 skipped
742 passed (8.5m)
|
|
🎭 Playwright Run Summary
12 skipped
689 passed (8.9m)
|
|
🎭 Playwright Run Summary
5 skipped
757 passed (9.5m)
|
|
🎭 Playwright Run Summary
5 skipped
697 passed (9.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/checkbox/test/a11y/checkbox.e2e.ts:7:9 › checkbox: a11y - ios/ltr › should not have accessibility violations
13 skipped
688 passed (9.7m)
|
|
🎭 Playwright Run Summary
18 skipped
656 passed (10.6m)
|
|
🎭 Playwright Run Summary
14 skipped
716 passed (11.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
|
5.1 MB |
sha256:72089072f36af4044080204d668808da548f48b5afff32a974ba725267840659
|
|
|
test-results-1-20
|
1.33 MB |
sha256:00bb2e4f8eb06298e89efa72175ff3ba89fbd54a4c132ed963f84a7e496d089e
|
|
|
test-results-10-20
|
443 KB |
sha256:80e99b9efeee0b0803aa06b818704994446dd1f93d1af5afbfd4899ec292ca94
|
|
|
test-results-11-20
|
1.36 MB |
sha256:798f5faaceeccdbd340caef927b7131c592b386797dc3f0f787beb6c5fb5943d
|
|
|
test-results-12-20
|
523 KB |
sha256:e0bc7e04c7d911b220d1adf734de1bd52f4a1f8940f9906fa15aa8201e279fcf
|
|
|
test-results-13-20
|
534 KB |
sha256:383bffdaf81d2f518e5182f7c03d8e075699e1fbb63322b500dd0a77e154917b
|
|
|
test-results-14-20
|
461 KB |
sha256:02072f450f86f38e12e6ce40f3dc09c6d38786597a3287638b94736e563a2a9f
|
|
|
test-results-15-20
|
2.5 MB |
sha256:ead80d37409a65f0f501cd196339eb1113d5b1c59d5cf013ee098d89fc2d64e2
|
|
|
test-results-16-20
|
504 KB |
sha256:ffad36b95cf913d3f1dd03fdb6b09f9dacb40535d59855ec239257f72a66da3c
|
|
|
test-results-17-20
|
603 KB |
sha256:4cdce2f2b4065dad2389a549c29b371adeb9415f827eaf27073042dc0410dc88
|
|
|
test-results-18-20
|
588 KB |
sha256:2d9fab55ac0a0f30b7b9020c2a4e9df4e63110fa8d6d875092c79231f91d6711
|
|
|
test-results-19-20
|
491 KB |
sha256:75b3a684414751f7b58af6c6b7ae53865ab2dc16f1369b0aee1be4c6517abba9
|
|
|
test-results-2-20
|
539 KB |
sha256:ba0d31894197f563d00c327213f389383d976de8693d09be1f974b65007b7743
|
|
|
test-results-20-20
|
365 KB |
sha256:33c4e5bda0f7148def39f7d0fa6f966fe65e5ad9f50e266e41d00f453313da8c
|
|
|
test-results-3-20
|
470 KB |
sha256:fadb346c7f31ee294fc150bbd246ce161db49d10415d3d7345a027f8c0efcde4
|
|
|
test-results-4-20
|
631 KB |
sha256:b5d7209eaf747e0f70bb227f90657fabdc688d8c743c7e20e194467bf632f0d2
|
|
|
test-results-5-20
|
518 KB |
sha256:9e48dc34eb46faee46def19ff76a7296a67b7c34014408c8e6d934a214dc7b3b
|
|
|
test-results-6-20
|
520 KB |
sha256:8b6c3caa3b0bee73b28bbb74e7fe384f2eb439096abb178dfa5071a778bbd8d9
|
|
|
test-results-7-20
|
1.23 MB |
sha256:ea3bef3104a40bdbb5e6279f1cb70ae05f91142bfbb50febcd66eb09ab8a447b
|
|
|
test-results-8-20
|
478 KB |
sha256:8a6033fa96ab65c7d3168e9c38e2f2b46b44d1465898f74a02458ead419f38bb
|
|
|
test-results-9-20
|
558 KB |
sha256:5c2ef6a082b5b29e1b3f551f5d1b789fb0f86366a2affd1b98f187830ee85a77
|
|
|
updated-screenshots-1-20
|
9.89 KB |
sha256:7443ce3fa06840b7875b22840ccde43e464c09f0bd7e75ae35c8528d7468e452
|
|
|
updated-screenshots-14-20
|
12.7 KB |
sha256:a0875aaeefb95277d1b4a88267f8d453a4ee852ea86758a6ba3f5e8d003326e2
|
|
|
updated-screenshots-7-20
|
7.99 KB |
sha256:4256e00c8027c16fe349160b06f77e6007ea914b515bec0e170d5148d4a40684
|
|