fix(tab-button): update dark palette focused background color #18783
build.yml
on: pull_request
build-core
1m 12s
Matrix: test-core-screenshot
test-core-clean-build
14s
test-core-lint
50s
test-core-spec
52s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-react-e2e
2s
verify-test-react-router-e2e
4s
verify-test-vue-e2e
3s
Annotations
1 error and 20 notices
|
[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 interactive checkbox-label-placement-start 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
418 passed (2.8m)
|
|
🎭 Playwright Run Summary
216 skipped
320 passed (3.0m)
|
|
🎭 Playwright Run Summary
1 skipped
555 passed (3.7m)
|
|
🎭 Playwright Run Summary
212 skipped
333 passed (3.8m)
|
|
🎭 Playwright Run Summary
1 skipped
541 passed (3.8m)
|
|
🎭 Playwright Run Summary
4 skipped
541 passed (4.2m)
|
|
🎭 Playwright Run Summary
4 skipped
659 passed (4.3m)
|
|
🎭 Playwright Run Summary
685 passed (4.8m)
|
|
🎭 Playwright Run Summary
10 skipped
505 passed (4.9m)
|
|
🎭 Playwright Run Summary
14 skipped
403 passed (5.2m)
|
|
🎭 Playwright Run Summary
5 skipped
528 passed (5.2m)
|
|
🎭 Playwright Run Summary
1 skipped
555 passed (6.4m)
|
|
🎭 Playwright Run Summary
5 skipped
530 passed (6.5m)
|
|
🎭 Playwright Run Summary
4 skipped
547 passed (6.7m)
|
|
🎭 Playwright Run Summary
1 skipped
558 passed (7.1m)
|
|
🎭 Playwright Run Summary
10 skipped
565 passed (7.1m)
|
|
🎭 Playwright Run Summary
5 skipped
540 passed (7.5m)
|
|
🎭 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
2 skipped
542 passed (7.6m)
|
|
🎭 Playwright Run Summary
14 skipped
525 passed (8.1m)
|
|
🎭 Playwright Run Summary
7 skipped
535 passed (8.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
672 KB |
sha256:bb1f88ed7825844d6d1eb988a903862be261019faabd4617af06827b9f0a448a
|
|
|
ionic-angular-server
|
8.54 KB |
sha256:f23175713eba7030698e2b316bbbb1c9e0206e3c2766032c4bd2053af40a9a0a
|
|
|
ionic-core
|
4.52 MB |
sha256:99c626ae380abff2a1935f6cb55b4fcde99b01407eb229889fc0841d03653e89
|
|
|
ionic-react
|
212 KB |
sha256:70368c02c241633e43b5aa8941bcaa2e151fe85d43f81c820e80bd323c23458f
|
|
|
ionic-react-router
|
27.9 KB |
sha256:0e1c256cd1d747690f04dbbc68be45f83365cfec97634352436d4482f25dce06
|
|
|
ionic-vue
|
234 KB |
sha256:a11ec587d03d96cccf33912b0ce851aba39abab7728a8f85a08b81464d06bf5c
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:4d6a1b6d5c688f42d5cc8f1ea32c03f03096e42dcf8254b5a3199f051873337e
|
|
|
test-results-1-20
|
451 KB |
sha256:0da1091387719c9bc0a706934ea8897fdb334661049db747facdf737fd3d706e
|
|
|
test-results-10-20
|
423 KB |
sha256:aa5345d5aa4e9560a77b4414e8c31a4a032b3851073c33d4fbcc14a461b505ce
|
|
|
test-results-11-20
|
525 KB |
sha256:dbab654654e8d38c28892e170fb167c4a85bc962c0f9dd42c87d87c443e4358f
|
|
|
test-results-12-20
|
469 KB |
sha256:ead6c3afaede03a626032497fdfe1dd130c67b0fabc727d24f856b7a1e6f74f7
|
|
|
test-results-13-20
|
469 KB |
sha256:aabd80a34a751ca44e3a533e60d473cc47e6921efd00b9ca61c3121f50df739a
|
|
|
test-results-14-20
|
413 KB |
sha256:2b826335a9b77bd98a1ea84ad6c7422037962e266425dc17fb1d5f5f045c8fa0
|
|
|
test-results-15-20
|
2.46 MB |
sha256:e83c15bf0965be64047879bf0eeae6ff68dd62dd1690f3c59572b2c0271ce071
|
|
|
test-results-16-20
|
446 KB |
sha256:05a04d1aeac9e6ad5890005699ef0eb95dde5cea867178223e46947277cdee9c
|
|
|
test-results-17-20
|
554 KB |
sha256:286bf849ae2a8248e81e44322540b8ccdbd0484ba3ec6bb89170026d0ea1043f
|
|
|
test-results-18-20
|
536 KB |
sha256:385e2e066efac94710e107e93f2f0629c2646e9f6e3370cfda26251c145f6466
|
|
|
test-results-19-20
|
404 KB |
sha256:a8c4f4bb07b66ca6bf720359aff93725d0a663ec518d5f05c97a218fbc2f9f40
|
|
|
test-results-2-20
|
488 KB |
sha256:01b50f8bdd9c85e1ef2dc1922837666b28844c1dae8168addb374f52db761e78
|
|
|
test-results-20-20
|
372 KB |
sha256:fa0b226c5b914797dd6851c2fe6295cd8dcfaa171a7df522490dd642fdc5e4d9
|
|
|
test-results-3-20
|
450 KB |
sha256:cbb5944a203e300041aaa18867e252ec8449cbb4bfc49567fb20cc66f5a1996f
|
|
|
test-results-4-20
|
553 KB |
sha256:3ee8e0ddc8bcad831adb7f7e38e47b3edd819a2c49987dbb6af5f4b600291fd3
|
|
|
test-results-5-20
|
478 KB |
sha256:800b470f5aa1ba27075355aa2ef23e93887b8e12723c033bdf8c250d491ced1e
|
|
|
test-results-6-20
|
443 KB |
sha256:8bcaa36327232174729ecafc7a18edecdfd9b3e6f03233fb10cbdf3a2ce7eb50
|
|
|
test-results-7-20
|
376 KB |
sha256:e70ce0bb42e8ee988e24ff872b4d348089aab04f255c840a4161dd8bb39493ad
|
|
|
test-results-8-20
|
441 KB |
sha256:071585f96327a01ff60ec6fdc65344220d202366ad346c8b493ed8c25047ba07
|
|
|
test-results-9-20
|
507 KB |
sha256:9f21affe25dd3df7f79c59d282eff414de8fe61c801dff6aa384c16e06a8b36e
|
|