@carbon/ibm-products 2.97.0 → 2.98.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/.playwright/INTERNAL_AVT_REPORT_DO_NOT_USE.json +573 -475
  2. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts.map +1 -1
  3. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +4 -0
  4. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
  5. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +18 -6
  6. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +2 -0
  7. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +3 -1
  8. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +5 -1
  9. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts.map +1 -1
  10. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +8 -4
  11. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +7 -2
  12. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts.map +1 -1
  13. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +9 -3
  14. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts.map +1 -1
  15. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +1 -1
  16. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +11 -1
  17. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
  18. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +12 -2
  19. package/es/components/ConditionBuilder/index.d.ts +1 -0
  20. package/es/components/ConditionBuilder/index.d.ts.map +1 -1
  21. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +5 -2
  22. package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
  23. package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.js +5 -2
  24. package/es/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
  25. package/es/components/PageHeader/next/PageHeaderContent.js +2 -6
  26. package/es/components/PageHeader/next/PageHeaderTagOverflow.d.ts +1 -1
  27. package/es/components/PageHeader/next/PageHeaderTagOverflow.d.ts.map +1 -1
  28. package/es/components/PageHeader/next/PageHeaderTagOverflow.js +3 -1
  29. package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.d.ts.map +1 -1
  30. package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +3 -1
  31. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts.map +1 -1
  32. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +4 -0
  33. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
  34. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +17 -5
  35. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +2 -0
  36. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +3 -1
  37. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +5 -1
  38. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts.map +1 -1
  39. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +8 -4
  40. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +7 -2
  41. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts.map +1 -1
  42. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +9 -3
  43. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts.map +1 -1
  44. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +1 -1
  45. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +11 -1
  46. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
  47. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +12 -2
  48. package/lib/components/ConditionBuilder/index.d.ts +1 -0
  49. package/lib/components/ConditionBuilder/index.d.ts.map +1 -1
  50. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +5 -2
  51. package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
  52. package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.js +5 -2
  53. package/lib/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
  54. package/lib/components/PageHeader/next/PageHeaderContent.js +2 -6
  55. package/lib/components/PageHeader/next/PageHeaderTagOverflow.d.ts +1 -1
  56. package/lib/components/PageHeader/next/PageHeaderTagOverflow.d.ts.map +1 -1
  57. package/lib/components/PageHeader/next/PageHeaderTagOverflow.js +3 -1
  58. package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.d.ts.map +1 -1
  59. package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +3 -1
  60. package/package.json +6 -6
  61. package/telemetry.yml +4 -0
@@ -10,26 +10,26 @@
10
10
  "maxFailures": 0,
11
11
  "metadata": {
12
12
  "ci": {
13
- "commitHref": "https://github.com/carbon-design-system/ibm-products/commit/3c786202beaefd575e1e4de8b2d0f88ddbb6030c",
14
- "commitHash": "3c786202beaefd575e1e4de8b2d0f88ddbb6030c",
15
- "buildHref": "https://github.com/carbon-design-system/ibm-products/actions/runs/32251968125"
13
+ "commitHref": "https://github.com/carbon-design-system/ibm-products/commit/9a2aa618ea4b70728bd6989f40dad0b63e6eb5cc",
14
+ "commitHash": "9a2aa618ea4b70728bd6989f40dad0b63e6eb5cc",
15
+ "buildHref": "https://github.com/carbon-design-system/ibm-products/actions/runs/33376808026"
16
16
  },
17
17
  "gitCommit": {
18
- "shortHash": "3c78620",
19
- "hash": "3c786202beaefd575e1e4de8b2d0f88ddbb6030c",
20
- "subject": "fix(release): ignore untracked files in telemetry git status check",
21
- "body": "fix(release): ignore untracked files in telemetry git status check\n",
18
+ "shortHash": "9a2aa61",
19
+ "hash": "9a2aa618ea4b70728bd6989f40dad0b63e6eb5cc",
20
+ "subject": "chore(telemetry): update telemetry configs",
21
+ "body": "chore(telemetry): update telemetry configs\n",
22
22
  "author": {
23
- "name": "Amal K Joy",
24
- "email": "amal.joy.k@gmail.com",
25
- "time": 1787136822000
23
+ "name": "carbon-bot",
24
+ "email": "carbon@us.ibm.com",
25
+ "time": 1788167191000
26
26
  },
27
27
  "committer": {
28
- "name": "Amal K Joy",
29
- "email": "amal.joy.k@gmail.com",
30
- "time": 1787136822000
28
+ "name": "carbon-bot",
29
+ "email": "carbon@us.ibm.com",
30
+ "time": 1788167191000
31
31
  },
32
- "branch": "release/v2.97.0"
32
+ "branch": "release/v2.98.0"
33
33
  },
34
34
  "actualWorkers": 8
35
35
  },
@@ -87,12 +87,12 @@
87
87
  "workerIndex": 0,
88
88
  "parallelIndex": 0,
89
89
  "status": "passed",
90
- "duration": 4131,
90
+ "duration": 5260,
91
91
  "errors": [],
92
92
  "stdout": [],
93
93
  "stderr": [],
94
94
  "retry": 0,
95
- "startTime": "2026-08-19T12:54:42.400Z",
95
+ "startTime": "2026-08-31T09:37:36.576Z",
96
96
  "annotations": [],
97
97
  "attachments": []
98
98
  }
@@ -123,12 +123,12 @@
123
123
  "workerIndex": 0,
124
124
  "parallelIndex": 0,
125
125
  "status": "passed",
126
- "duration": 1293,
126
+ "duration": 1652,
127
127
  "errors": [],
128
128
  "stdout": [],
129
129
  "stderr": [],
130
130
  "retry": 0,
131
- "startTime": "2026-08-19T12:54:47.102Z",
131
+ "startTime": "2026-08-31T09:37:42.108Z",
132
132
  "annotations": [],
133
133
  "attachments": []
134
134
  }
@@ -159,12 +159,12 @@
159
159
  "workerIndex": 0,
160
160
  "parallelIndex": 0,
161
161
  "status": "passed",
162
- "duration": 3004,
162
+ "duration": 3618,
163
163
  "errors": [],
164
164
  "stdout": [],
165
165
  "stderr": [],
166
166
  "retry": 0,
167
- "startTime": "2026-08-19T12:54:48.408Z",
167
+ "startTime": "2026-08-31T09:37:43.780Z",
168
168
  "annotations": [],
169
169
  "attachments": []
170
170
  }
@@ -212,12 +212,12 @@
212
212
  "workerIndex": 1,
213
213
  "parallelIndex": 1,
214
214
  "status": "passed",
215
- "duration": 4001,
215
+ "duration": 5270,
216
216
  "errors": [],
217
217
  "stdout": [],
218
218
  "stderr": [],
219
219
  "retry": 0,
220
- "startTime": "2026-08-19T12:54:42.394Z",
220
+ "startTime": "2026-08-31T09:37:36.574Z",
221
221
  "annotations": [],
222
222
  "attachments": []
223
223
  }
@@ -265,12 +265,12 @@
265
265
  "workerIndex": 1,
266
266
  "parallelIndex": 1,
267
267
  "status": "passed",
268
- "duration": 1734,
268
+ "duration": 4147,
269
269
  "errors": [],
270
270
  "stdout": [],
271
271
  "stderr": [],
272
272
  "retry": 0,
273
- "startTime": "2026-08-19T12:54:46.975Z",
273
+ "startTime": "2026-08-31T09:37:42.127Z",
274
274
  "annotations": [],
275
275
  "attachments": []
276
276
  }
@@ -318,12 +318,12 @@
318
318
  "workerIndex": 1,
319
319
  "parallelIndex": 1,
320
320
  "status": "passed",
321
- "duration": 1597,
321
+ "duration": 3046,
322
322
  "errors": [],
323
323
  "stdout": [],
324
324
  "stderr": [],
325
325
  "retry": 0,
326
- "startTime": "2026-08-19T12:54:48.726Z",
326
+ "startTime": "2026-08-31T09:37:46.294Z",
327
327
  "annotations": [],
328
328
  "attachments": []
329
329
  }
@@ -368,15 +368,15 @@
368
368
  "projectName": "chromium",
369
369
  "results": [
370
370
  {
371
- "workerIndex": 1,
372
- "parallelIndex": 1,
371
+ "workerIndex": 0,
372
+ "parallelIndex": 0,
373
373
  "status": "passed",
374
- "duration": 1527,
374
+ "duration": 3071,
375
375
  "errors": [],
376
376
  "stdout": [],
377
377
  "stderr": [],
378
378
  "retry": 0,
379
- "startTime": "2026-08-19T12:54:50.339Z",
379
+ "startTime": "2026-08-31T09:37:47.417Z",
380
380
  "annotations": [],
381
381
  "attachments": []
382
382
  }
@@ -404,15 +404,15 @@
404
404
  "projectName": "chromium",
405
405
  "results": [
406
406
  {
407
- "workerIndex": 1,
408
- "parallelIndex": 1,
407
+ "workerIndex": 0,
408
+ "parallelIndex": 0,
409
409
  "status": "passed",
410
- "duration": 4168,
410
+ "duration": 5099,
411
411
  "errors": [],
412
412
  "stdout": [],
413
413
  "stderr": [],
414
414
  "retry": 0,
415
- "startTime": "2026-08-19T12:54:51.880Z",
415
+ "startTime": "2026-08-31T09:37:50.503Z",
416
416
  "annotations": [],
417
417
  "attachments": []
418
418
  }
@@ -457,15 +457,15 @@
457
457
  "projectName": "chromium",
458
458
  "results": [
459
459
  {
460
- "workerIndex": 0,
461
- "parallelIndex": 0,
460
+ "workerIndex": 1,
461
+ "parallelIndex": 1,
462
462
  "status": "passed",
463
- "duration": 848,
463
+ "duration": 1151,
464
464
  "errors": [],
465
465
  "stdout": [],
466
466
  "stderr": [],
467
467
  "retry": 0,
468
- "startTime": "2026-08-19T12:54:51.428Z",
468
+ "startTime": "2026-08-31T09:37:49.356Z",
469
469
  "annotations": [],
470
470
  "attachments": []
471
471
  }
@@ -510,15 +510,15 @@
510
510
  "projectName": "chromium",
511
511
  "results": [
512
512
  {
513
- "workerIndex": 0,
514
- "parallelIndex": 0,
513
+ "workerIndex": 1,
514
+ "parallelIndex": 1,
515
515
  "status": "passed",
516
- "duration": 943,
516
+ "duration": 1220,
517
517
  "errors": [],
518
518
  "stdout": [],
519
519
  "stderr": [],
520
520
  "retry": 0,
521
- "startTime": "2026-08-19T12:54:52.291Z",
521
+ "startTime": "2026-08-31T09:37:50.535Z",
522
522
  "annotations": [],
523
523
  "attachments": []
524
524
  }
@@ -563,15 +563,15 @@
563
563
  "projectName": "chromium",
564
564
  "results": [
565
565
  {
566
- "workerIndex": 0,
567
- "parallelIndex": 0,
566
+ "workerIndex": 1,
567
+ "parallelIndex": 1,
568
568
  "status": "passed",
569
- "duration": 2014,
569
+ "duration": 2805,
570
570
  "errors": [],
571
571
  "stdout": [],
572
572
  "stderr": [],
573
573
  "retry": 0,
574
- "startTime": "2026-08-19T12:54:53.246Z",
574
+ "startTime": "2026-08-31T09:37:51.777Z",
575
575
  "annotations": [],
576
576
  "attachments": []
577
577
  }
@@ -599,15 +599,15 @@
599
599
  "projectName": "chromium",
600
600
  "results": [
601
601
  {
602
- "workerIndex": 0,
603
- "parallelIndex": 0,
602
+ "workerIndex": 1,
603
+ "parallelIndex": 1,
604
604
  "status": "passed",
605
- "duration": 1126,
605
+ "duration": 1659,
606
606
  "errors": [],
607
607
  "stdout": [],
608
608
  "stderr": [],
609
609
  "retry": 0,
610
- "startTime": "2026-08-19T12:54:55.266Z",
610
+ "startTime": "2026-08-31T09:37:54.594Z",
611
611
  "annotations": [],
612
612
  "attachments": []
613
613
  }
@@ -652,15 +652,15 @@
652
652
  "projectName": "chromium",
653
653
  "results": [
654
654
  {
655
- "workerIndex": 1,
656
- "parallelIndex": 1,
655
+ "workerIndex": 0,
656
+ "parallelIndex": 0,
657
657
  "status": "passed",
658
- "duration": 2031,
658
+ "duration": 2822,
659
659
  "errors": [],
660
660
  "stdout": [],
661
661
  "stderr": [],
662
662
  "retry": 0,
663
- "startTime": "2026-08-19T12:54:56.061Z",
663
+ "startTime": "2026-08-31T09:37:55.625Z",
664
664
  "annotations": [],
665
665
  "attachments": []
666
666
  }
@@ -688,15 +688,15 @@
688
688
  "projectName": "chromium",
689
689
  "results": [
690
690
  {
691
- "workerIndex": 1,
692
- "parallelIndex": 1,
691
+ "workerIndex": 0,
692
+ "parallelIndex": 0,
693
693
  "status": "passed",
694
- "duration": 1183,
694
+ "duration": 2328,
695
695
  "errors": [],
696
696
  "stdout": [],
697
697
  "stderr": [],
698
698
  "retry": 0,
699
- "startTime": "2026-08-19T12:54:58.103Z",
699
+ "startTime": "2026-08-31T09:37:58.469Z",
700
700
  "annotations": [],
701
701
  "attachments": []
702
702
  }
@@ -724,15 +724,15 @@
724
724
  "projectName": "chromium",
725
725
  "results": [
726
726
  {
727
- "workerIndex": 1,
728
- "parallelIndex": 1,
727
+ "workerIndex": 0,
728
+ "parallelIndex": 0,
729
729
  "status": "passed",
730
- "duration": 2138,
730
+ "duration": 3130,
731
731
  "errors": [],
732
732
  "stdout": [],
733
733
  "stderr": [],
734
734
  "retry": 0,
735
- "startTime": "2026-08-19T12:54:59.298Z",
735
+ "startTime": "2026-08-31T09:38:00.814Z",
736
736
  "annotations": [],
737
737
  "attachments": []
738
738
  }
@@ -760,15 +760,15 @@
760
760
  "projectName": "chromium",
761
761
  "results": [
762
762
  {
763
- "workerIndex": 1,
764
- "parallelIndex": 1,
763
+ "workerIndex": 0,
764
+ "parallelIndex": 0,
765
765
  "status": "passed",
766
- "duration": 1237,
766
+ "duration": 1830,
767
767
  "errors": [],
768
768
  "stdout": [],
769
769
  "stderr": [],
770
770
  "retry": 0,
771
- "startTime": "2026-08-19T12:55:01.444Z",
771
+ "startTime": "2026-08-31T09:38:03.960Z",
772
772
  "annotations": [],
773
773
  "attachments": []
774
774
  }
@@ -822,7 +822,7 @@
822
822
  "stdout": [],
823
823
  "stderr": [],
824
824
  "retry": 0,
825
- "startTime": "2026-08-19T12:54:56.399Z",
825
+ "startTime": "2026-08-31T09:37:56.269Z",
826
826
  "annotations": [],
827
827
  "attachments": []
828
828
  }
@@ -865,15 +865,15 @@
865
865
  "projectName": "chromium",
866
866
  "results": [
867
867
  {
868
- "workerIndex": 0,
869
- "parallelIndex": 0,
868
+ "workerIndex": 1,
869
+ "parallelIndex": 1,
870
870
  "status": "passed",
871
- "duration": 1686,
871
+ "duration": 1884,
872
872
  "errors": [],
873
873
  "stdout": [],
874
874
  "stderr": [],
875
875
  "retry": 0,
876
- "startTime": "2026-08-19T12:54:56.401Z",
876
+ "startTime": "2026-08-31T09:37:56.272Z",
877
877
  "annotations": [],
878
878
  "attachments": []
879
879
  }
@@ -918,15 +918,15 @@
918
918
  "projectName": "chromium",
919
919
  "results": [
920
920
  {
921
- "workerIndex": 0,
922
- "parallelIndex": 0,
921
+ "workerIndex": 1,
922
+ "parallelIndex": 1,
923
923
  "status": "passed",
924
- "duration": 1985,
924
+ "duration": 5128,
925
925
  "errors": [],
926
926
  "stdout": [],
927
927
  "stderr": [],
928
928
  "retry": 0,
929
- "startTime": "2026-08-19T12:54:58.099Z",
929
+ "startTime": "2026-08-31T09:37:58.171Z",
930
930
  "annotations": [],
931
931
  "attachments": []
932
932
  }
@@ -954,15 +954,15 @@
954
954
  "projectName": "chromium",
955
955
  "results": [
956
956
  {
957
- "workerIndex": 0,
958
- "parallelIndex": 0,
957
+ "workerIndex": 1,
958
+ "parallelIndex": 1,
959
959
  "status": "passed",
960
- "duration": 2604,
960
+ "duration": 3668,
961
961
  "errors": [],
962
962
  "stdout": [],
963
963
  "stderr": [],
964
964
  "retry": 0,
965
- "startTime": "2026-08-19T12:55:00.098Z",
965
+ "startTime": "2026-08-31T09:38:03.317Z",
966
966
  "annotations": [],
967
967
  "attachments": []
968
968
  }
@@ -1007,15 +1007,15 @@
1007
1007
  "projectName": "chromium",
1008
1008
  "results": [
1009
1009
  {
1010
- "workerIndex": 1,
1011
- "parallelIndex": 1,
1010
+ "workerIndex": 0,
1011
+ "parallelIndex": 0,
1012
1012
  "status": "passed",
1013
- "duration": 2397,
1013
+ "duration": 3296,
1014
1014
  "errors": [],
1015
1015
  "stdout": [],
1016
1016
  "stderr": [],
1017
1017
  "retry": 0,
1018
- "startTime": "2026-08-19T12:55:02.696Z",
1018
+ "startTime": "2026-08-31T09:38:05.809Z",
1019
1019
  "annotations": [],
1020
1020
  "attachments": []
1021
1021
  }
@@ -1060,15 +1060,15 @@
1060
1060
  "projectName": "chromium",
1061
1061
  "results": [
1062
1062
  {
1063
- "workerIndex": 0,
1064
- "parallelIndex": 0,
1063
+ "workerIndex": 1,
1064
+ "parallelIndex": 1,
1065
1065
  "status": "passed",
1066
- "duration": 3238,
1066
+ "duration": 4063,
1067
1067
  "errors": [],
1068
1068
  "stdout": [],
1069
1069
  "stderr": [],
1070
1070
  "retry": 0,
1071
- "startTime": "2026-08-19T12:55:02.723Z",
1071
+ "startTime": "2026-08-31T09:38:07.008Z",
1072
1072
  "annotations": [],
1073
1073
  "attachments": []
1074
1074
  }
@@ -1096,15 +1096,15 @@
1096
1096
  "projectName": "chromium",
1097
1097
  "results": [
1098
1098
  {
1099
- "workerIndex": 0,
1100
- "parallelIndex": 0,
1099
+ "workerIndex": 1,
1100
+ "parallelIndex": 1,
1101
1101
  "status": "passed",
1102
- "duration": 6151,
1102
+ "duration": 6837,
1103
1103
  "errors": [],
1104
1104
  "stdout": [],
1105
1105
  "stderr": [],
1106
1106
  "retry": 0,
1107
- "startTime": "2026-08-19T12:55:05.971Z",
1107
+ "startTime": "2026-08-31T09:38:11.088Z",
1108
1108
  "annotations": [],
1109
1109
  "attachments": []
1110
1110
  }
@@ -1132,15 +1132,15 @@
1132
1132
  "projectName": "chromium",
1133
1133
  "results": [
1134
1134
  {
1135
- "workerIndex": 0,
1136
- "parallelIndex": 0,
1135
+ "workerIndex": 1,
1136
+ "parallelIndex": 1,
1137
1137
  "status": "passed",
1138
- "duration": 3541,
1138
+ "duration": 3904,
1139
1139
  "errors": [],
1140
1140
  "stdout": [],
1141
1141
  "stderr": [],
1142
1142
  "retry": 0,
1143
- "startTime": "2026-08-19T12:55:12.129Z",
1143
+ "startTime": "2026-08-31T09:38:17.938Z",
1144
1144
  "annotations": [],
1145
1145
  "attachments": []
1146
1146
  }
@@ -1185,15 +1185,15 @@
1185
1185
  "projectName": "chromium",
1186
1186
  "results": [
1187
1187
  {
1188
- "workerIndex": 1,
1189
- "parallelIndex": 1,
1188
+ "workerIndex": 0,
1189
+ "parallelIndex": 0,
1190
1190
  "status": "passed",
1191
- "duration": 3072,
1191
+ "duration": 3910,
1192
1192
  "errors": [],
1193
1193
  "stdout": [],
1194
1194
  "stderr": [],
1195
1195
  "retry": 0,
1196
- "startTime": "2026-08-19T12:55:05.105Z",
1196
+ "startTime": "2026-08-31T09:38:09.125Z",
1197
1197
  "annotations": [],
1198
1198
  "attachments": []
1199
1199
  }
@@ -1238,15 +1238,15 @@
1238
1238
  "projectName": "chromium",
1239
1239
  "results": [
1240
1240
  {
1241
- "workerIndex": 1,
1242
- "parallelIndex": 1,
1241
+ "workerIndex": 0,
1242
+ "parallelIndex": 0,
1243
1243
  "status": "passed",
1244
- "duration": 2363,
1244
+ "duration": 3186,
1245
1245
  "errors": [],
1246
1246
  "stdout": [],
1247
1247
  "stderr": [],
1248
1248
  "retry": 0,
1249
- "startTime": "2026-08-19T12:55:08.187Z",
1249
+ "startTime": "2026-08-31T09:38:13.050Z",
1250
1250
  "annotations": [],
1251
1251
  "attachments": []
1252
1252
  }
@@ -1291,15 +1291,15 @@
1291
1291
  "projectName": "chromium",
1292
1292
  "results": [
1293
1293
  {
1294
- "workerIndex": 1,
1295
- "parallelIndex": 1,
1294
+ "workerIndex": 0,
1295
+ "parallelIndex": 0,
1296
1296
  "status": "passed",
1297
- "duration": 3047,
1297
+ "duration": 9911,
1298
1298
  "errors": [],
1299
1299
  "stdout": [],
1300
1300
  "stderr": [],
1301
1301
  "retry": 0,
1302
- "startTime": "2026-08-19T12:55:10.560Z",
1302
+ "startTime": "2026-08-31T09:38:16.248Z",
1303
1303
  "annotations": [],
1304
1304
  "attachments": []
1305
1305
  }
@@ -1330,12 +1330,12 @@
1330
1330
  "workerIndex": 1,
1331
1331
  "parallelIndex": 1,
1332
1332
  "status": "passed",
1333
- "duration": 10857,
1333
+ "duration": 12719,
1334
1334
  "errors": [],
1335
1335
  "stdout": [],
1336
1336
  "stderr": [],
1337
1337
  "retry": 0,
1338
- "startTime": "2026-08-19T12:55:13.624Z",
1338
+ "startTime": "2026-08-31T09:38:21.858Z",
1339
1339
  "annotations": [],
1340
1340
  "attachments": []
1341
1341
  }
@@ -1383,12 +1383,12 @@
1383
1383
  "workerIndex": 0,
1384
1384
  "parallelIndex": 0,
1385
1385
  "status": "passed",
1386
- "duration": 2222,
1386
+ "duration": 7742,
1387
1387
  "errors": [],
1388
1388
  "stdout": [],
1389
1389
  "stderr": [],
1390
1390
  "retry": 0,
1391
- "startTime": "2026-08-19T12:55:15.680Z",
1391
+ "startTime": "2026-08-31T09:38:26.176Z",
1392
1392
  "annotations": [],
1393
1393
  "attachments": []
1394
1394
  }
@@ -1436,12 +1436,12 @@
1436
1436
  "workerIndex": 0,
1437
1437
  "parallelIndex": 0,
1438
1438
  "status": "passed",
1439
- "duration": 834,
1439
+ "duration": 1026,
1440
1440
  "errors": [],
1441
1441
  "stdout": [],
1442
1442
  "stderr": [],
1443
1443
  "retry": 0,
1444
- "startTime": "2026-08-19T12:55:17.915Z",
1444
+ "startTime": "2026-08-31T09:38:33.932Z",
1445
1445
  "annotations": [],
1446
1446
  "attachments": []
1447
1447
  }
@@ -1486,15 +1486,15 @@
1486
1486
  "projectName": "chromium",
1487
1487
  "results": [
1488
1488
  {
1489
- "workerIndex": 0,
1490
- "parallelIndex": 0,
1489
+ "workerIndex": 1,
1490
+ "parallelIndex": 1,
1491
1491
  "status": "passed",
1492
- "duration": 845,
1492
+ "duration": 1241,
1493
1493
  "errors": [],
1494
1494
  "stdout": [],
1495
1495
  "stderr": [],
1496
1496
  "retry": 0,
1497
- "startTime": "2026-08-19T12:55:18.759Z",
1497
+ "startTime": "2026-08-31T09:38:34.599Z",
1498
1498
  "annotations": [],
1499
1499
  "attachments": []
1500
1500
  }
@@ -1542,12 +1542,12 @@
1542
1542
  "workerIndex": 0,
1543
1543
  "parallelIndex": 0,
1544
1544
  "status": "passed",
1545
- "duration": 873,
1545
+ "duration": 1249,
1546
1546
  "errors": [],
1547
1547
  "stdout": [],
1548
1548
  "stderr": [],
1549
1549
  "retry": 0,
1550
- "startTime": "2026-08-19T12:55:19.615Z",
1550
+ "startTime": "2026-08-31T09:38:34.973Z",
1551
1551
  "annotations": [],
1552
1552
  "attachments": []
1553
1553
  }
@@ -1592,15 +1592,15 @@
1592
1592
  "projectName": "chromium",
1593
1593
  "results": [
1594
1594
  {
1595
- "workerIndex": 0,
1596
- "parallelIndex": 0,
1595
+ "workerIndex": 1,
1596
+ "parallelIndex": 1,
1597
1597
  "status": "passed",
1598
- "duration": 1563,
1598
+ "duration": 2239,
1599
1599
  "errors": [],
1600
1600
  "stdout": [],
1601
1601
  "stderr": [],
1602
1602
  "retry": 0,
1603
- "startTime": "2026-08-19T12:55:20.501Z",
1603
+ "startTime": "2026-08-31T09:38:35.856Z",
1604
1604
  "annotations": [],
1605
1605
  "attachments": []
1606
1606
  }
@@ -1648,12 +1648,12 @@
1648
1648
  "workerIndex": 0,
1649
1649
  "parallelIndex": 0,
1650
1650
  "status": "passed",
1651
- "duration": 776,
1651
+ "duration": 1822,
1652
1652
  "errors": [],
1653
1653
  "stdout": [],
1654
1654
  "stderr": [],
1655
1655
  "retry": 0,
1656
- "startTime": "2026-08-19T12:55:22.076Z",
1656
+ "startTime": "2026-08-31T09:38:36.237Z",
1657
1657
  "annotations": [],
1658
1658
  "attachments": []
1659
1659
  }
@@ -1683,12 +1683,12 @@
1683
1683
  "workerIndex": 0,
1684
1684
  "parallelIndex": 0,
1685
1685
  "status": "passed",
1686
- "duration": 680,
1686
+ "duration": 823,
1687
1687
  "errors": [],
1688
1688
  "stdout": [],
1689
1689
  "stderr": [],
1690
1690
  "retry": 0,
1691
- "startTime": "2026-08-19T12:55:22.861Z",
1691
+ "startTime": "2026-08-31T09:38:38.075Z",
1692
1692
  "annotations": [],
1693
1693
  "attachments": []
1694
1694
  }
@@ -1718,12 +1718,12 @@
1718
1718
  "workerIndex": 0,
1719
1719
  "parallelIndex": 0,
1720
1720
  "status": "passed",
1721
- "duration": 582,
1721
+ "duration": 732,
1722
1722
  "errors": [],
1723
1723
  "stdout": [],
1724
1724
  "stderr": [],
1725
1725
  "retry": 0,
1726
- "startTime": "2026-08-19T12:55:23.548Z",
1726
+ "startTime": "2026-08-31T09:38:38.911Z",
1727
1727
  "annotations": [],
1728
1728
  "attachments": []
1729
1729
  }
@@ -1753,12 +1753,12 @@
1753
1753
  "workerIndex": 0,
1754
1754
  "parallelIndex": 0,
1755
1755
  "status": "passed",
1756
- "duration": 625,
1756
+ "duration": 720,
1757
1757
  "errors": [],
1758
1758
  "stdout": [],
1759
1759
  "stderr": [],
1760
1760
  "retry": 0,
1761
- "startTime": "2026-08-19T12:55:24.138Z",
1761
+ "startTime": "2026-08-31T09:38:39.653Z",
1762
1762
  "annotations": [],
1763
1763
  "attachments": []
1764
1764
  }
@@ -1788,12 +1788,12 @@
1788
1788
  "workerIndex": 0,
1789
1789
  "parallelIndex": 0,
1790
1790
  "status": "passed",
1791
- "duration": 606,
1791
+ "duration": 718,
1792
1792
  "errors": [],
1793
1793
  "stdout": [],
1794
1794
  "stderr": [],
1795
1795
  "retry": 0,
1796
- "startTime": "2026-08-19T12:55:24.769Z",
1796
+ "startTime": "2026-08-31T09:38:40.383Z",
1797
1797
  "annotations": [],
1798
1798
  "attachments": []
1799
1799
  }
@@ -1823,12 +1823,12 @@
1823
1823
  "workerIndex": 0,
1824
1824
  "parallelIndex": 0,
1825
1825
  "status": "passed",
1826
- "duration": 1041,
1826
+ "duration": 1219,
1827
1827
  "errors": [],
1828
1828
  "stdout": [],
1829
1829
  "stderr": [],
1830
1830
  "retry": 0,
1831
- "startTime": "2026-08-19T12:55:25.385Z",
1831
+ "startTime": "2026-08-31T09:38:41.113Z",
1832
1832
  "annotations": [],
1833
1833
  "attachments": []
1834
1834
  }
@@ -1876,12 +1876,12 @@
1876
1876
  "workerIndex": 0,
1877
1877
  "parallelIndex": 0,
1878
1878
  "status": "passed",
1879
- "duration": 7123,
1879
+ "duration": 7652,
1880
1880
  "errors": [],
1881
1881
  "stdout": [],
1882
1882
  "stderr": [],
1883
1883
  "retry": 0,
1884
- "startTime": "2026-08-19T12:55:15.187Z",
1884
+ "startTime": "2026-08-31T09:37:20.147Z",
1885
1885
  "annotations": [],
1886
1886
  "attachments": []
1887
1887
  }
@@ -1929,12 +1929,12 @@
1929
1929
  "workerIndex": 1,
1930
1930
  "parallelIndex": 1,
1931
1931
  "status": "passed",
1932
- "duration": 6040,
1932
+ "duration": 6879,
1933
1933
  "errors": [],
1934
1934
  "stdout": [],
1935
1935
  "stderr": [],
1936
1936
  "retry": 0,
1937
- "startTime": "2026-08-19T12:55:15.173Z",
1937
+ "startTime": "2026-08-31T09:37:20.170Z",
1938
1938
  "annotations": [],
1939
1939
  "attachments": []
1940
1940
  }
@@ -1982,12 +1982,12 @@
1982
1982
  "workerIndex": 1,
1983
1983
  "parallelIndex": 1,
1984
1984
  "status": "passed",
1985
- "duration": 3737,
1985
+ "duration": 4195,
1986
1986
  "errors": [],
1987
1987
  "stdout": [],
1988
1988
  "stderr": [],
1989
1989
  "retry": 0,
1990
- "startTime": "2026-08-19T12:55:22.610Z",
1990
+ "startTime": "2026-08-31T09:37:27.373Z",
1991
1991
  "annotations": [],
1992
1992
  "attachments": []
1993
1993
  }
@@ -2035,12 +2035,12 @@
2035
2035
  "workerIndex": 0,
2036
2036
  "parallelIndex": 0,
2037
2037
  "status": "passed",
2038
- "duration": 3325,
2038
+ "duration": 2867,
2039
2039
  "errors": [],
2040
2040
  "stdout": [],
2041
2041
  "stderr": [],
2042
2042
  "retry": 0,
2043
- "startTime": "2026-08-19T12:55:23.703Z",
2043
+ "startTime": "2026-08-31T09:37:28.152Z",
2044
2044
  "annotations": [],
2045
2045
  "attachments": []
2046
2046
  }
@@ -2085,15 +2085,15 @@
2085
2085
  "projectName": "chromium",
2086
2086
  "results": [
2087
2087
  {
2088
- "workerIndex": 1,
2089
- "parallelIndex": 1,
2088
+ "workerIndex": 0,
2089
+ "parallelIndex": 0,
2090
2090
  "status": "passed",
2091
- "duration": 3230,
2091
+ "duration": 3303,
2092
2092
  "errors": [],
2093
2093
  "stdout": [],
2094
2094
  "stderr": [],
2095
2095
  "retry": 0,
2096
- "startTime": "2026-08-19T12:55:26.366Z",
2096
+ "startTime": "2026-08-31T09:37:31.048Z",
2097
2097
  "annotations": [],
2098
2098
  "attachments": []
2099
2099
  }
@@ -2138,15 +2138,15 @@
2138
2138
  "projectName": "chromium",
2139
2139
  "results": [
2140
2140
  {
2141
- "workerIndex": 0,
2142
- "parallelIndex": 0,
2141
+ "workerIndex": 1,
2142
+ "parallelIndex": 1,
2143
2143
  "status": "passed",
2144
- "duration": 2148,
2144
+ "duration": 2700,
2145
2145
  "errors": [],
2146
2146
  "stdout": [],
2147
2147
  "stderr": [],
2148
2148
  "retry": 0,
2149
- "startTime": "2026-08-19T12:55:27.054Z",
2149
+ "startTime": "2026-08-31T09:37:31.594Z",
2150
2150
  "annotations": [],
2151
2151
  "attachments": []
2152
2152
  }
@@ -2191,15 +2191,15 @@
2191
2191
  "projectName": "chromium",
2192
2192
  "results": [
2193
2193
  {
2194
- "workerIndex": 0,
2195
- "parallelIndex": 0,
2194
+ "workerIndex": 1,
2195
+ "parallelIndex": 1,
2196
2196
  "status": "passed",
2197
- "duration": 2474,
2197
+ "duration": 1636,
2198
2198
  "errors": [],
2199
2199
  "stdout": [],
2200
2200
  "stderr": [],
2201
2201
  "retry": 0,
2202
- "startTime": "2026-08-19T12:55:29.227Z",
2202
+ "startTime": "2026-08-31T09:37:34.310Z",
2203
2203
  "annotations": [],
2204
2204
  "attachments": []
2205
2205
  }
@@ -2244,15 +2244,15 @@
2244
2244
  "projectName": "chromium",
2245
2245
  "results": [
2246
2246
  {
2247
- "workerIndex": 1,
2248
- "parallelIndex": 1,
2247
+ "workerIndex": 0,
2248
+ "parallelIndex": 0,
2249
2249
  "status": "passed",
2250
- "duration": 2843,
2250
+ "duration": 2719,
2251
2251
  "errors": [],
2252
2252
  "stdout": [],
2253
2253
  "stderr": [],
2254
2254
  "retry": 0,
2255
- "startTime": "2026-08-19T12:55:29.614Z",
2255
+ "startTime": "2026-08-31T09:37:34.374Z",
2256
2256
  "annotations": [],
2257
2257
  "attachments": []
2258
2258
  }
@@ -2297,15 +2297,15 @@
2297
2297
  "projectName": "chromium",
2298
2298
  "results": [
2299
2299
  {
2300
- "workerIndex": 0,
2301
- "parallelIndex": 0,
2300
+ "workerIndex": 1,
2301
+ "parallelIndex": 1,
2302
2302
  "status": "passed",
2303
- "duration": 2322,
2303
+ "duration": 2075,
2304
2304
  "errors": [],
2305
2305
  "stdout": [],
2306
2306
  "stderr": [],
2307
2307
  "retry": 0,
2308
- "startTime": "2026-08-19T12:55:31.717Z",
2308
+ "startTime": "2026-08-31T09:37:35.962Z",
2309
2309
  "annotations": [],
2310
2310
  "attachments": []
2311
2311
  }
@@ -2350,15 +2350,15 @@
2350
2350
  "projectName": "chromium",
2351
2351
  "results": [
2352
2352
  {
2353
- "workerIndex": 1,
2354
- "parallelIndex": 1,
2353
+ "workerIndex": 0,
2354
+ "parallelIndex": 0,
2355
2355
  "status": "passed",
2356
- "duration": 2701,
2356
+ "duration": 2031,
2357
2357
  "errors": [],
2358
2358
  "stdout": [],
2359
2359
  "stderr": [],
2360
2360
  "retry": 0,
2361
- "startTime": "2026-08-19T12:55:32.495Z",
2361
+ "startTime": "2026-08-31T09:37:37.126Z",
2362
2362
  "annotations": [],
2363
2363
  "attachments": []
2364
2364
  }
@@ -2386,15 +2386,15 @@
2386
2386
  "projectName": "chromium",
2387
2387
  "results": [
2388
2388
  {
2389
- "workerIndex": 1,
2390
- "parallelIndex": 1,
2389
+ "workerIndex": 0,
2390
+ "parallelIndex": 0,
2391
2391
  "status": "passed",
2392
- "duration": 2361,
2392
+ "duration": 1849,
2393
2393
  "errors": [],
2394
2394
  "stdout": [],
2395
2395
  "stderr": [],
2396
2396
  "retry": 0,
2397
- "startTime": "2026-08-19T12:55:35.211Z",
2397
+ "startTime": "2026-08-31T09:37:39.174Z",
2398
2398
  "annotations": [],
2399
2399
  "attachments": []
2400
2400
  }
@@ -2422,15 +2422,15 @@
2422
2422
  "projectName": "chromium",
2423
2423
  "results": [
2424
2424
  {
2425
- "workerIndex": 1,
2426
- "parallelIndex": 1,
2425
+ "workerIndex": 0,
2426
+ "parallelIndex": 0,
2427
2427
  "status": "passed",
2428
- "duration": 1530,
2428
+ "duration": 2077,
2429
2429
  "errors": [],
2430
2430
  "stdout": [],
2431
2431
  "stderr": [],
2432
2432
  "retry": 0,
2433
- "startTime": "2026-08-19T12:55:37.589Z",
2433
+ "startTime": "2026-08-31T09:37:41.039Z",
2434
2434
  "annotations": [],
2435
2435
  "attachments": []
2436
2436
  }
@@ -2458,15 +2458,15 @@
2458
2458
  "projectName": "chromium",
2459
2459
  "results": [
2460
2460
  {
2461
- "workerIndex": 1,
2462
- "parallelIndex": 1,
2461
+ "workerIndex": 0,
2462
+ "parallelIndex": 0,
2463
2463
  "status": "passed",
2464
- "duration": 2391,
2464
+ "duration": 2040,
2465
2465
  "errors": [],
2466
2466
  "stdout": [],
2467
2467
  "stderr": [],
2468
2468
  "retry": 0,
2469
- "startTime": "2026-08-19T12:55:39.140Z",
2469
+ "startTime": "2026-08-31T09:37:43.129Z",
2470
2470
  "annotations": [],
2471
2471
  "attachments": []
2472
2472
  }
@@ -2494,15 +2494,15 @@
2494
2494
  "projectName": "chromium",
2495
2495
  "results": [
2496
2496
  {
2497
- "workerIndex": 1,
2498
- "parallelIndex": 1,
2497
+ "workerIndex": 0,
2498
+ "parallelIndex": 0,
2499
2499
  "status": "passed",
2500
- "duration": 1918,
2500
+ "duration": 1957,
2501
2501
  "errors": [],
2502
2502
  "stdout": [],
2503
2503
  "stderr": [],
2504
2504
  "retry": 0,
2505
- "startTime": "2026-08-19T12:55:41.545Z",
2505
+ "startTime": "2026-08-31T09:37:45.181Z",
2506
2506
  "annotations": [],
2507
2507
  "attachments": []
2508
2508
  }
@@ -2530,15 +2530,15 @@
2530
2530
  "projectName": "chromium",
2531
2531
  "results": [
2532
2532
  {
2533
- "workerIndex": 1,
2534
- "parallelIndex": 1,
2533
+ "workerIndex": 0,
2534
+ "parallelIndex": 0,
2535
2535
  "status": "passed",
2536
- "duration": 2039,
2536
+ "duration": 1949,
2537
2537
  "errors": [],
2538
2538
  "stdout": [],
2539
2539
  "stderr": [],
2540
2540
  "retry": 0,
2541
- "startTime": "2026-08-19T12:55:43.477Z",
2541
+ "startTime": "2026-08-31T09:37:47.153Z",
2542
2542
  "annotations": [],
2543
2543
  "attachments": []
2544
2544
  }
@@ -2566,15 +2566,15 @@
2566
2566
  "projectName": "chromium",
2567
2567
  "results": [
2568
2568
  {
2569
- "workerIndex": 1,
2570
- "parallelIndex": 1,
2569
+ "workerIndex": 0,
2570
+ "parallelIndex": 0,
2571
2571
  "status": "passed",
2572
- "duration": 2039,
2572
+ "duration": 2111,
2573
2573
  "errors": [],
2574
2574
  "stdout": [],
2575
2575
  "stderr": [],
2576
2576
  "retry": 0,
2577
- "startTime": "2026-08-19T12:55:45.532Z",
2577
+ "startTime": "2026-08-31T09:37:49.118Z",
2578
2578
  "annotations": [],
2579
2579
  "attachments": []
2580
2580
  }
@@ -2602,15 +2602,15 @@
2602
2602
  "projectName": "chromium",
2603
2603
  "results": [
2604
2604
  {
2605
- "workerIndex": 1,
2606
- "parallelIndex": 1,
2605
+ "workerIndex": 0,
2606
+ "parallelIndex": 0,
2607
2607
  "status": "passed",
2608
- "duration": 2054,
2608
+ "duration": 2118,
2609
2609
  "errors": [],
2610
2610
  "stdout": [],
2611
2611
  "stderr": [],
2612
2612
  "retry": 0,
2613
- "startTime": "2026-08-19T12:55:47.587Z",
2613
+ "startTime": "2026-08-31T09:37:51.244Z",
2614
2614
  "annotations": [],
2615
2615
  "attachments": []
2616
2616
  }
@@ -2638,15 +2638,15 @@
2638
2638
  "projectName": "chromium",
2639
2639
  "results": [
2640
2640
  {
2641
- "workerIndex": 1,
2642
- "parallelIndex": 1,
2641
+ "workerIndex": 0,
2642
+ "parallelIndex": 0,
2643
2643
  "status": "passed",
2644
- "duration": 2136,
2644
+ "duration": 1994,
2645
2645
  "errors": [],
2646
2646
  "stdout": [],
2647
2647
  "stderr": [],
2648
2648
  "retry": 0,
2649
- "startTime": "2026-08-19T12:55:49.660Z",
2649
+ "startTime": "2026-08-31T09:37:53.375Z",
2650
2650
  "annotations": [],
2651
2651
  "attachments": []
2652
2652
  }
@@ -2674,15 +2674,15 @@
2674
2674
  "projectName": "chromium",
2675
2675
  "results": [
2676
2676
  {
2677
- "workerIndex": 1,
2678
- "parallelIndex": 1,
2677
+ "workerIndex": 0,
2678
+ "parallelIndex": 0,
2679
2679
  "status": "passed",
2680
- "duration": 1897,
2680
+ "duration": 1982,
2681
2681
  "errors": [],
2682
2682
  "stdout": [],
2683
2683
  "stderr": [],
2684
2684
  "retry": 0,
2685
- "startTime": "2026-08-19T12:55:51.827Z",
2685
+ "startTime": "2026-08-31T09:37:55.385Z",
2686
2686
  "annotations": [],
2687
2687
  "attachments": []
2688
2688
  }
@@ -2727,15 +2727,15 @@
2727
2727
  "projectName": "chromium",
2728
2728
  "results": [
2729
2729
  {
2730
- "workerIndex": 0,
2731
- "parallelIndex": 0,
2730
+ "workerIndex": 1,
2731
+ "parallelIndex": 1,
2732
2732
  "status": "passed",
2733
- "duration": 5217,
2733
+ "duration": 3847,
2734
2734
  "errors": [],
2735
2735
  "stdout": [],
2736
2736
  "stderr": [],
2737
2737
  "retry": 0,
2738
- "startTime": "2026-08-19T12:55:34.066Z",
2738
+ "startTime": "2026-08-31T09:37:38.054Z",
2739
2739
  "annotations": [],
2740
2740
  "attachments": []
2741
2741
  }
@@ -2780,15 +2780,15 @@
2780
2780
  "projectName": "chromium",
2781
2781
  "results": [
2782
2782
  {
2783
- "workerIndex": 0,
2784
- "parallelIndex": 0,
2783
+ "workerIndex": 1,
2784
+ "parallelIndex": 1,
2785
2785
  "status": "passed",
2786
- "duration": 3981,
2786
+ "duration": 2287,
2787
2787
  "errors": [],
2788
2788
  "stdout": [],
2789
2789
  "stderr": [],
2790
2790
  "retry": 0,
2791
- "startTime": "2026-08-19T12:55:39.303Z",
2791
+ "startTime": "2026-08-31T09:37:41.913Z",
2792
2792
  "annotations": [],
2793
2793
  "attachments": []
2794
2794
  }
@@ -2833,15 +2833,15 @@
2833
2833
  "projectName": "chromium",
2834
2834
  "results": [
2835
2835
  {
2836
- "workerIndex": 0,
2837
- "parallelIndex": 0,
2836
+ "workerIndex": 1,
2837
+ "parallelIndex": 1,
2838
2838
  "status": "passed",
2839
- "duration": 1988,
2839
+ "duration": 1960,
2840
2840
  "errors": [],
2841
2841
  "stdout": [],
2842
2842
  "stderr": [],
2843
2843
  "retry": 0,
2844
- "startTime": "2026-08-19T12:55:43.300Z",
2844
+ "startTime": "2026-08-31T09:37:44.217Z",
2845
2845
  "annotations": [],
2846
2846
  "attachments": []
2847
2847
  }
@@ -2886,15 +2886,15 @@
2886
2886
  "projectName": "chromium",
2887
2887
  "results": [
2888
2888
  {
2889
- "workerIndex": 0,
2890
- "parallelIndex": 0,
2889
+ "workerIndex": 1,
2890
+ "parallelIndex": 1,
2891
2891
  "status": "passed",
2892
- "duration": 1601,
2892
+ "duration": 1586,
2893
2893
  "errors": [],
2894
2894
  "stdout": [],
2895
2895
  "stderr": [],
2896
2896
  "retry": 0,
2897
- "startTime": "2026-08-19T12:55:45.300Z",
2897
+ "startTime": "2026-08-31T09:37:46.194Z",
2898
2898
  "annotations": [],
2899
2899
  "attachments": []
2900
2900
  }
@@ -2939,15 +2939,15 @@
2939
2939
  "projectName": "chromium",
2940
2940
  "results": [
2941
2941
  {
2942
- "workerIndex": 0,
2943
- "parallelIndex": 0,
2942
+ "workerIndex": 1,
2943
+ "parallelIndex": 1,
2944
2944
  "status": "passed",
2945
- "duration": 1552,
2945
+ "duration": 1520,
2946
2946
  "errors": [],
2947
2947
  "stdout": [],
2948
2948
  "stderr": [],
2949
2949
  "retry": 0,
2950
- "startTime": "2026-08-19T12:55:46.919Z",
2950
+ "startTime": "2026-08-31T09:37:47.796Z",
2951
2951
  "annotations": [],
2952
2952
  "attachments": []
2953
2953
  }
@@ -2992,15 +2992,15 @@
2992
2992
  "projectName": "chromium",
2993
2993
  "results": [
2994
2994
  {
2995
- "workerIndex": 0,
2996
- "parallelIndex": 0,
2995
+ "workerIndex": 1,
2996
+ "parallelIndex": 1,
2997
2997
  "status": "passed",
2998
- "duration": 1558,
2998
+ "duration": 1430,
2999
2999
  "errors": [],
3000
3000
  "stdout": [],
3001
3001
  "stderr": [],
3002
3002
  "retry": 0,
3003
- "startTime": "2026-08-19T12:55:48.488Z",
3003
+ "startTime": "2026-08-31T09:37:49.335Z",
3004
3004
  "annotations": [],
3005
3005
  "attachments": []
3006
3006
  }
@@ -3045,15 +3045,15 @@
3045
3045
  "projectName": "chromium",
3046
3046
  "results": [
3047
3047
  {
3048
- "workerIndex": 0,
3049
- "parallelIndex": 0,
3048
+ "workerIndex": 1,
3049
+ "parallelIndex": 1,
3050
3050
  "status": "passed",
3051
- "duration": 1518,
3051
+ "duration": 1506,
3052
3052
  "errors": [],
3053
3053
  "stdout": [],
3054
3054
  "stderr": [],
3055
3055
  "retry": 0,
3056
- "startTime": "2026-08-19T12:55:50.064Z",
3056
+ "startTime": "2026-08-31T09:37:50.778Z",
3057
3057
  "annotations": [],
3058
3058
  "attachments": []
3059
3059
  }
@@ -3098,15 +3098,15 @@
3098
3098
  "projectName": "chromium",
3099
3099
  "results": [
3100
3100
  {
3101
- "workerIndex": 0,
3102
- "parallelIndex": 0,
3101
+ "workerIndex": 1,
3102
+ "parallelIndex": 1,
3103
3103
  "status": "passed",
3104
- "duration": 3123,
3104
+ "duration": 2673,
3105
3105
  "errors": [],
3106
3106
  "stdout": [],
3107
3107
  "stderr": [],
3108
3108
  "retry": 0,
3109
- "startTime": "2026-08-19T12:55:51.597Z",
3109
+ "startTime": "2026-08-31T09:37:52.295Z",
3110
3110
  "annotations": [],
3111
3111
  "attachments": []
3112
3112
  }
@@ -3154,12 +3154,12 @@
3154
3154
  "workerIndex": 1,
3155
3155
  "parallelIndex": 1,
3156
3156
  "status": "passed",
3157
- "duration": 1248,
3157
+ "duration": 1245,
3158
3158
  "errors": [],
3159
3159
  "stdout": [],
3160
3160
  "stderr": [],
3161
3161
  "retry": 0,
3162
- "startTime": "2026-08-19T12:55:53.740Z",
3162
+ "startTime": "2026-08-31T09:37:54.992Z",
3163
3163
  "annotations": [],
3164
3164
  "attachments": []
3165
3165
  }
@@ -3204,15 +3204,15 @@
3204
3204
  "projectName": "chromium",
3205
3205
  "results": [
3206
3206
  {
3207
- "workerIndex": 0,
3208
- "parallelIndex": 0,
3207
+ "workerIndex": 1,
3208
+ "parallelIndex": 1,
3209
3209
  "status": "passed",
3210
- "duration": 1171,
3210
+ "duration": 1797,
3211
3211
  "errors": [],
3212
3212
  "stdout": [],
3213
3213
  "stderr": [],
3214
3214
  "retry": 0,
3215
- "startTime": "2026-08-19T12:55:54.734Z",
3215
+ "startTime": "2026-08-31T09:37:56.264Z",
3216
3216
  "annotations": [],
3217
3217
  "attachments": []
3218
3218
  }
@@ -3240,15 +3240,15 @@
3240
3240
  "projectName": "chromium",
3241
3241
  "results": [
3242
3242
  {
3243
- "workerIndex": 0,
3244
- "parallelIndex": 0,
3243
+ "workerIndex": 1,
3244
+ "parallelIndex": 1,
3245
3245
  "status": "passed",
3246
- "duration": 1074,
3246
+ "duration": 1628,
3247
3247
  "errors": [],
3248
3248
  "stdout": [],
3249
3249
  "stderr": [],
3250
3250
  "retry": 0,
3251
- "startTime": "2026-08-19T12:55:55.917Z",
3251
+ "startTime": "2026-08-31T09:37:58.073Z",
3252
3252
  "annotations": [],
3253
3253
  "attachments": []
3254
3254
  }
@@ -3276,15 +3276,15 @@
3276
3276
  "projectName": "chromium",
3277
3277
  "results": [
3278
3278
  {
3279
- "workerIndex": 0,
3280
- "parallelIndex": 0,
3279
+ "workerIndex": 1,
3280
+ "parallelIndex": 1,
3281
3281
  "status": "passed",
3282
- "duration": 3127,
3282
+ "duration": 3046,
3283
3283
  "errors": [],
3284
3284
  "stdout": [],
3285
3285
  "stderr": [],
3286
3286
  "retry": 0,
3287
- "startTime": "2026-08-19T12:55:57.003Z",
3287
+ "startTime": "2026-08-31T09:37:59.710Z",
3288
3288
  "annotations": [],
3289
3289
  "attachments": []
3290
3290
  }
@@ -3312,15 +3312,15 @@
3312
3312
  "projectName": "chromium",
3313
3313
  "results": [
3314
3314
  {
3315
- "workerIndex": 0,
3316
- "parallelIndex": 0,
3315
+ "workerIndex": 1,
3316
+ "parallelIndex": 1,
3317
3317
  "status": "passed",
3318
- "duration": 4881,
3318
+ "duration": 4736,
3319
3319
  "errors": [],
3320
3320
  "stdout": [],
3321
3321
  "stderr": [],
3322
3322
  "retry": 0,
3323
- "startTime": "2026-08-19T12:56:00.141Z",
3323
+ "startTime": "2026-08-31T09:38:02.767Z",
3324
3324
  "annotations": [],
3325
3325
  "attachments": []
3326
3326
  }
@@ -3348,15 +3348,15 @@
3348
3348
  "projectName": "chromium",
3349
3349
  "results": [
3350
3350
  {
3351
- "workerIndex": 0,
3352
- "parallelIndex": 0,
3351
+ "workerIndex": 1,
3352
+ "parallelIndex": 1,
3353
3353
  "status": "passed",
3354
- "duration": 3862,
3354
+ "duration": 3518,
3355
3355
  "errors": [],
3356
3356
  "stdout": [],
3357
3357
  "stderr": [],
3358
3358
  "retry": 0,
3359
- "startTime": "2026-08-19T12:56:05.030Z",
3359
+ "startTime": "2026-08-31T09:38:07.513Z",
3360
3360
  "annotations": [],
3361
3361
  "attachments": []
3362
3362
  }
@@ -3384,15 +3384,15 @@
3384
3384
  "projectName": "chromium",
3385
3385
  "results": [
3386
3386
  {
3387
- "workerIndex": 0,
3388
- "parallelIndex": 0,
3387
+ "workerIndex": 1,
3388
+ "parallelIndex": 1,
3389
3389
  "status": "passed",
3390
- "duration": 1132,
3390
+ "duration": 1112,
3391
3391
  "errors": [],
3392
3392
  "stdout": [],
3393
3393
  "stderr": [],
3394
3394
  "retry": 0,
3395
- "startTime": "2026-08-19T12:56:08.902Z",
3395
+ "startTime": "2026-08-31T09:38:11.043Z",
3396
3396
  "annotations": [],
3397
3397
  "attachments": []
3398
3398
  }
@@ -3440,12 +3440,12 @@
3440
3440
  "workerIndex": 0,
3441
3441
  "parallelIndex": 0,
3442
3442
  "status": "passed",
3443
- "duration": 5267,
3443
+ "duration": 3554,
3444
3444
  "errors": [],
3445
3445
  "stdout": [],
3446
3446
  "stderr": [],
3447
3447
  "retry": 0,
3448
- "startTime": "2026-08-19T12:55:03.493Z",
3448
+ "startTime": "2026-08-31T09:36:51.166Z",
3449
3449
  "annotations": [],
3450
3450
  "attachments": []
3451
3451
  }
@@ -3493,12 +3493,12 @@
3493
3493
  "workerIndex": 1,
3494
3494
  "parallelIndex": 1,
3495
3495
  "status": "passed",
3496
- "duration": 4407,
3496
+ "duration": 3346,
3497
3497
  "errors": [],
3498
3498
  "stdout": [],
3499
3499
  "stderr": [],
3500
3500
  "retry": 0,
3501
- "startTime": "2026-08-19T12:55:03.501Z",
3501
+ "startTime": "2026-08-31T09:36:51.169Z",
3502
3502
  "annotations": [],
3503
3503
  "attachments": []
3504
3504
  }
@@ -3546,12 +3546,12 @@
3546
3546
  "workerIndex": 1,
3547
3547
  "parallelIndex": 1,
3548
3548
  "status": "passed",
3549
- "duration": 1826,
3549
+ "duration": 1989,
3550
3550
  "errors": [],
3551
3551
  "stdout": [],
3552
3552
  "stderr": [],
3553
3553
  "retry": 0,
3554
- "startTime": "2026-08-19T12:55:08.141Z",
3554
+ "startTime": "2026-08-31T09:36:54.738Z",
3555
3555
  "annotations": [],
3556
3556
  "attachments": []
3557
3557
  }
@@ -3599,12 +3599,12 @@
3599
3599
  "workerIndex": 0,
3600
3600
  "parallelIndex": 0,
3601
3601
  "status": "passed",
3602
- "duration": 2710,
3602
+ "duration": 1487,
3603
3603
  "errors": [],
3604
3604
  "stdout": [],
3605
3605
  "stderr": [],
3606
3606
  "retry": 0,
3607
- "startTime": "2026-08-19T12:55:09.019Z",
3607
+ "startTime": "2026-08-31T09:36:54.937Z",
3608
3608
  "annotations": [],
3609
3609
  "attachments": []
3610
3610
  }
@@ -3649,15 +3649,15 @@
3649
3649
  "projectName": "chromium",
3650
3650
  "results": [
3651
3651
  {
3652
- "workerIndex": 1,
3653
- "parallelIndex": 1,
3652
+ "workerIndex": 0,
3653
+ "parallelIndex": 0,
3654
3654
  "status": "passed",
3655
- "duration": 9990,
3655
+ "duration": 6316,
3656
3656
  "errors": [],
3657
3657
  "stdout": [],
3658
3658
  "stderr": [],
3659
3659
  "retry": 0,
3660
- "startTime": "2026-08-19T12:55:09.993Z",
3660
+ "startTime": "2026-08-31T09:36:56.445Z",
3661
3661
  "annotations": [],
3662
3662
  "attachments": []
3663
3663
  }
@@ -3685,15 +3685,15 @@
3685
3685
  "projectName": "chromium",
3686
3686
  "results": [
3687
3687
  {
3688
- "workerIndex": 1,
3689
- "parallelIndex": 1,
3688
+ "workerIndex": 0,
3689
+ "parallelIndex": 0,
3690
3690
  "status": "passed",
3691
- "duration": 1885,
3691
+ "duration": 1352,
3692
3692
  "errors": [],
3693
3693
  "stdout": [],
3694
3694
  "stderr": [],
3695
3695
  "retry": 0,
3696
- "startTime": "2026-08-19T12:55:19.999Z",
3696
+ "startTime": "2026-08-31T09:37:02.772Z",
3697
3697
  "annotations": [],
3698
3698
  "attachments": []
3699
3699
  }
@@ -3721,15 +3721,15 @@
3721
3721
  "projectName": "chromium",
3722
3722
  "results": [
3723
3723
  {
3724
- "workerIndex": 1,
3725
- "parallelIndex": 1,
3724
+ "workerIndex": 0,
3725
+ "parallelIndex": 0,
3726
3726
  "status": "passed",
3727
- "duration": 5875,
3727
+ "duration": 5004,
3728
3728
  "errors": [],
3729
3729
  "stdout": [],
3730
3730
  "stderr": [],
3731
3731
  "retry": 0,
3732
- "startTime": "2026-08-19T12:55:21.902Z",
3732
+ "startTime": "2026-08-31T09:37:04.134Z",
3733
3733
  "annotations": [],
3734
3734
  "attachments": []
3735
3735
  }
@@ -3757,15 +3757,15 @@
3757
3757
  "projectName": "chromium",
3758
3758
  "results": [
3759
3759
  {
3760
- "workerIndex": 1,
3761
- "parallelIndex": 1,
3760
+ "workerIndex": 0,
3761
+ "parallelIndex": 0,
3762
3762
  "status": "passed",
3763
- "duration": 1191,
3763
+ "duration": 1301,
3764
3764
  "errors": [],
3765
3765
  "stdout": [],
3766
3766
  "stderr": [],
3767
3767
  "retry": 0,
3768
- "startTime": "2026-08-19T12:55:27.790Z",
3768
+ "startTime": "2026-08-31T09:37:09.148Z",
3769
3769
  "annotations": [],
3770
3770
  "attachments": []
3771
3771
  }
@@ -3810,15 +3810,15 @@
3810
3810
  "projectName": "chromium",
3811
3811
  "results": [
3812
3812
  {
3813
- "workerIndex": 0,
3814
- "parallelIndex": 0,
3813
+ "workerIndex": 1,
3814
+ "parallelIndex": 1,
3815
3815
  "status": "passed",
3816
- "duration": 3275,
3816
+ "duration": 2191,
3817
3817
  "errors": [],
3818
3818
  "stdout": [],
3819
3819
  "stderr": [],
3820
3820
  "retry": 0,
3821
- "startTime": "2026-08-19T12:55:11.750Z",
3821
+ "startTime": "2026-08-31T09:36:56.739Z",
3822
3822
  "annotations": [],
3823
3823
  "attachments": []
3824
3824
  }
@@ -3846,15 +3846,15 @@
3846
3846
  "projectName": "chromium",
3847
3847
  "results": [
3848
3848
  {
3849
- "workerIndex": 0,
3850
- "parallelIndex": 0,
3849
+ "workerIndex": 1,
3850
+ "parallelIndex": 1,
3851
3851
  "status": "passed",
3852
- "duration": 3015,
3852
+ "duration": 1810,
3853
3853
  "errors": [],
3854
3854
  "stdout": [],
3855
3855
  "stderr": [],
3856
3856
  "retry": 0,
3857
- "startTime": "2026-08-19T12:55:15.037Z",
3857
+ "startTime": "2026-08-31T09:36:58.941Z",
3858
3858
  "annotations": [],
3859
3859
  "attachments": []
3860
3860
  }
@@ -3899,15 +3899,15 @@
3899
3899
  "projectName": "chromium",
3900
3900
  "results": [
3901
3901
  {
3902
- "workerIndex": 0,
3903
- "parallelIndex": 0,
3902
+ "workerIndex": 1,
3903
+ "parallelIndex": 1,
3904
3904
  "status": "passed",
3905
- "duration": 2087,
3905
+ "duration": 1684,
3906
3906
  "errors": [],
3907
3907
  "stdout": [],
3908
3908
  "stderr": [],
3909
3909
  "retry": 0,
3910
- "startTime": "2026-08-19T12:55:18.114Z",
3910
+ "startTime": "2026-08-31T09:37:00.776Z",
3911
3911
  "annotations": [],
3912
3912
  "attachments": []
3913
3913
  }
@@ -3935,15 +3935,15 @@
3935
3935
  "projectName": "chromium",
3936
3936
  "results": [
3937
3937
  {
3938
- "workerIndex": 0,
3939
- "parallelIndex": 0,
3938
+ "workerIndex": 1,
3939
+ "parallelIndex": 1,
3940
3940
  "status": "passed",
3941
- "duration": 4334,
3941
+ "duration": 3408,
3942
3942
  "errors": [],
3943
3943
  "stdout": [],
3944
3944
  "stderr": [],
3945
3945
  "retry": 0,
3946
- "startTime": "2026-08-19T12:55:20.224Z",
3946
+ "startTime": "2026-08-31T09:37:02.473Z",
3947
3947
  "annotations": [],
3948
3948
  "attachments": []
3949
3949
  }
@@ -3971,15 +3971,15 @@
3971
3971
  "projectName": "chromium",
3972
3972
  "results": [
3973
3973
  {
3974
- "workerIndex": 0,
3975
- "parallelIndex": 0,
3974
+ "workerIndex": 1,
3975
+ "parallelIndex": 1,
3976
3976
  "status": "passed",
3977
- "duration": 3766,
3977
+ "duration": 3339,
3978
3978
  "errors": [],
3979
3979
  "stdout": [],
3980
3980
  "stderr": [],
3981
3981
  "retry": 0,
3982
- "startTime": "2026-08-19T12:55:24.585Z",
3982
+ "startTime": "2026-08-31T09:37:05.892Z",
3983
3983
  "annotations": [],
3984
3984
  "attachments": []
3985
3985
  }
@@ -4007,15 +4007,15 @@
4007
4007
  "projectName": "chromium",
4008
4008
  "results": [
4009
4009
  {
4010
- "workerIndex": 0,
4011
- "parallelIndex": 0,
4010
+ "workerIndex": 1,
4011
+ "parallelIndex": 1,
4012
4012
  "status": "passed",
4013
- "duration": 4110,
4013
+ "duration": 3439,
4014
4014
  "errors": [],
4015
4015
  "stdout": [],
4016
4016
  "stderr": [],
4017
4017
  "retry": 0,
4018
- "startTime": "2026-08-19T12:55:28.372Z",
4018
+ "startTime": "2026-08-31T09:37:09.242Z",
4019
4019
  "annotations": [],
4020
4020
  "attachments": []
4021
4021
  }
@@ -4043,15 +4043,15 @@
4043
4043
  "projectName": "chromium",
4044
4044
  "results": [
4045
4045
  {
4046
- "workerIndex": 0,
4047
- "parallelIndex": 0,
4046
+ "workerIndex": 1,
4047
+ "parallelIndex": 1,
4048
4048
  "status": "passed",
4049
- "duration": 4498,
4049
+ "duration": 3704,
4050
4050
  "errors": [],
4051
4051
  "stdout": [],
4052
4052
  "stderr": [],
4053
4053
  "retry": 0,
4054
- "startTime": "2026-08-19T12:55:32.501Z",
4054
+ "startTime": "2026-08-31T09:37:12.690Z",
4055
4055
  "annotations": [],
4056
4056
  "attachments": []
4057
4057
  }
@@ -4079,15 +4079,15 @@
4079
4079
  "projectName": "chromium",
4080
4080
  "results": [
4081
4081
  {
4082
- "workerIndex": 0,
4083
- "parallelIndex": 0,
4082
+ "workerIndex": 1,
4083
+ "parallelIndex": 1,
4084
4084
  "status": "passed",
4085
- "duration": 4645,
4085
+ "duration": 3848,
4086
4086
  "errors": [],
4087
4087
  "stdout": [],
4088
4088
  "stderr": [],
4089
4089
  "retry": 0,
4090
- "startTime": "2026-08-19T12:55:37.013Z",
4090
+ "startTime": "2026-08-31T09:37:16.406Z",
4091
4091
  "annotations": [],
4092
4092
  "attachments": []
4093
4093
  }
@@ -4115,15 +4115,15 @@
4115
4115
  "projectName": "chromium",
4116
4116
  "results": [
4117
4117
  {
4118
- "workerIndex": 0,
4119
- "parallelIndex": 0,
4118
+ "workerIndex": 1,
4119
+ "parallelIndex": 1,
4120
4120
  "status": "passed",
4121
- "duration": 4647,
4121
+ "duration": 3919,
4122
4122
  "errors": [],
4123
4123
  "stdout": [],
4124
4124
  "stderr": [],
4125
4125
  "retry": 0,
4126
- "startTime": "2026-08-19T12:55:41.673Z",
4126
+ "startTime": "2026-08-31T09:37:20.263Z",
4127
4127
  "annotations": [],
4128
4128
  "attachments": []
4129
4129
  }
@@ -4168,15 +4168,15 @@
4168
4168
  "projectName": "chromium",
4169
4169
  "results": [
4170
4170
  {
4171
- "workerIndex": 1,
4172
- "parallelIndex": 1,
4171
+ "workerIndex": 0,
4172
+ "parallelIndex": 0,
4173
4173
  "status": "passed",
4174
- "duration": 2136,
4174
+ "duration": 1784,
4175
4175
  "errors": [],
4176
4176
  "stdout": [],
4177
4177
  "stderr": [],
4178
4178
  "retry": 0,
4179
- "startTime": "2026-08-19T12:55:28.999Z",
4179
+ "startTime": "2026-08-31T09:37:10.470Z",
4180
4180
  "annotations": [],
4181
4181
  "attachments": []
4182
4182
  }
@@ -4204,15 +4204,15 @@
4204
4204
  "projectName": "chromium",
4205
4205
  "results": [
4206
4206
  {
4207
- "workerIndex": 1,
4208
- "parallelIndex": 1,
4207
+ "workerIndex": 0,
4208
+ "parallelIndex": 0,
4209
4209
  "status": "passed",
4210
- "duration": 1455,
4210
+ "duration": 1777,
4211
4211
  "errors": [],
4212
4212
  "stdout": [],
4213
4213
  "stderr": [],
4214
4214
  "retry": 0,
4215
- "startTime": "2026-08-19T12:55:31.151Z",
4215
+ "startTime": "2026-08-31T09:37:12.264Z",
4216
4216
  "annotations": [],
4217
4217
  "attachments": []
4218
4218
  }
@@ -4240,15 +4240,15 @@
4240
4240
  "projectName": "chromium",
4241
4241
  "results": [
4242
4242
  {
4243
- "workerIndex": 1,
4244
- "parallelIndex": 1,
4243
+ "workerIndex": 0,
4244
+ "parallelIndex": 0,
4245
4245
  "status": "passed",
4246
- "duration": 2285,
4246
+ "duration": 1406,
4247
4247
  "errors": [],
4248
4248
  "stdout": [],
4249
4249
  "stderr": [],
4250
4250
  "retry": 0,
4251
- "startTime": "2026-08-19T12:55:32.626Z",
4251
+ "startTime": "2026-08-31T09:37:14.050Z",
4252
4252
  "annotations": [],
4253
4253
  "attachments": []
4254
4254
  }
@@ -4276,15 +4276,15 @@
4276
4276
  "projectName": "chromium",
4277
4277
  "results": [
4278
4278
  {
4279
- "workerIndex": 1,
4280
- "parallelIndex": 1,
4279
+ "workerIndex": 0,
4280
+ "parallelIndex": 0,
4281
4281
  "status": "passed",
4282
- "duration": 2497,
4282
+ "duration": 1919,
4283
4283
  "errors": [],
4284
4284
  "stdout": [],
4285
4285
  "stderr": [],
4286
4286
  "retry": 0,
4287
- "startTime": "2026-08-19T12:55:34.927Z",
4287
+ "startTime": "2026-08-31T09:37:15.466Z",
4288
4288
  "annotations": [],
4289
4289
  "attachments": []
4290
4290
  }
@@ -4312,15 +4312,15 @@
4312
4312
  "projectName": "chromium",
4313
4313
  "results": [
4314
4314
  {
4315
- "workerIndex": 1,
4316
- "parallelIndex": 1,
4315
+ "workerIndex": 0,
4316
+ "parallelIndex": 0,
4317
4317
  "status": "passed",
4318
- "duration": 8593,
4318
+ "duration": 6411,
4319
4319
  "errors": [],
4320
4320
  "stdout": [],
4321
4321
  "stderr": [],
4322
4322
  "retry": 0,
4323
- "startTime": "2026-08-19T12:55:37.439Z",
4323
+ "startTime": "2026-08-31T09:37:17.395Z",
4324
4324
  "annotations": [],
4325
4325
  "attachments": []
4326
4326
  }
@@ -4348,15 +4348,15 @@
4348
4348
  "projectName": "chromium",
4349
4349
  "results": [
4350
4350
  {
4351
- "workerIndex": 1,
4352
- "parallelIndex": 1,
4351
+ "workerIndex": 0,
4352
+ "parallelIndex": 0,
4353
4353
  "status": "passed",
4354
- "duration": 4517,
4354
+ "duration": 2933,
4355
4355
  "errors": [],
4356
4356
  "stdout": [],
4357
4357
  "stderr": [],
4358
4358
  "retry": 0,
4359
- "startTime": "2026-08-19T12:55:46.045Z",
4359
+ "startTime": "2026-08-31T09:37:23.816Z",
4360
4360
  "annotations": [],
4361
4361
  "attachments": []
4362
4362
  }
@@ -4401,15 +4401,15 @@
4401
4401
  "projectName": "chromium",
4402
4402
  "results": [
4403
4403
  {
4404
- "workerIndex": 0,
4405
- "parallelIndex": 0,
4404
+ "workerIndex": 1,
4405
+ "parallelIndex": 1,
4406
4406
  "status": "passed",
4407
- "duration": 2646,
4407
+ "duration": 2302,
4408
4408
  "errors": [],
4409
4409
  "stdout": [],
4410
4410
  "stderr": [],
4411
4411
  "retry": 0,
4412
- "startTime": "2026-08-19T12:55:46.335Z",
4412
+ "startTime": "2026-08-31T09:37:24.194Z",
4413
4413
  "annotations": [],
4414
4414
  "attachments": []
4415
4415
  }
@@ -4454,15 +4454,15 @@
4454
4454
  "projectName": "chromium",
4455
4455
  "results": [
4456
4456
  {
4457
- "workerIndex": 0,
4458
- "parallelIndex": 0,
4457
+ "workerIndex": 1,
4458
+ "parallelIndex": 1,
4459
4459
  "status": "passed",
4460
- "duration": 2230,
4460
+ "duration": 1730,
4461
4461
  "errors": [],
4462
4462
  "stdout": [],
4463
4463
  "stderr": [],
4464
4464
  "retry": 0,
4465
- "startTime": "2026-08-19T12:55:48.997Z",
4465
+ "startTime": "2026-08-31T09:37:26.505Z",
4466
4466
  "annotations": [],
4467
4467
  "attachments": []
4468
4468
  }
@@ -4507,15 +4507,15 @@
4507
4507
  "projectName": "chromium",
4508
4508
  "results": [
4509
4509
  {
4510
- "workerIndex": 1,
4511
- "parallelIndex": 1,
4510
+ "workerIndex": 0,
4511
+ "parallelIndex": 0,
4512
4512
  "status": "passed",
4513
- "duration": 1108,
4513
+ "duration": 991,
4514
4514
  "errors": [],
4515
4515
  "stdout": [],
4516
4516
  "stderr": [],
4517
4517
  "retry": 0,
4518
- "startTime": "2026-08-19T12:55:50.576Z",
4518
+ "startTime": "2026-08-31T09:37:26.761Z",
4519
4519
  "annotations": [],
4520
4520
  "attachments": []
4521
4521
  }
@@ -4563,12 +4563,12 @@
4563
4563
  "workerIndex": 0,
4564
4564
  "parallelIndex": 0,
4565
4565
  "status": "passed",
4566
- "duration": 1823,
4566
+ "duration": 929,
4567
4567
  "errors": [],
4568
4568
  "stdout": [],
4569
4569
  "stderr": [],
4570
4570
  "retry": 0,
4571
- "startTime": "2026-08-19T12:55:51.246Z",
4571
+ "startTime": "2026-08-31T09:37:27.764Z",
4572
4572
  "annotations": [],
4573
4573
  "attachments": []
4574
4574
  }
@@ -4616,12 +4616,12 @@
4616
4616
  "workerIndex": 1,
4617
4617
  "parallelIndex": 1,
4618
4618
  "status": "passed",
4619
- "duration": 3141,
4619
+ "duration": 1446,
4620
4620
  "errors": [],
4621
4621
  "stdout": [],
4622
4622
  "stderr": [],
4623
4623
  "retry": 0,
4624
- "startTime": "2026-08-19T12:55:51.700Z",
4624
+ "startTime": "2026-08-31T09:37:28.251Z",
4625
4625
  "annotations": [],
4626
4626
  "attachments": []
4627
4627
  }
@@ -4652,12 +4652,12 @@
4652
4652
  "workerIndex": 1,
4653
4653
  "parallelIndex": 1,
4654
4654
  "status": "passed",
4655
- "duration": 2000,
4655
+ "duration": 1597,
4656
4656
  "errors": [],
4657
4657
  "stdout": [],
4658
4658
  "stderr": [],
4659
4659
  "retry": 0,
4660
- "startTime": "2026-08-19T12:55:54.856Z",
4660
+ "startTime": "2026-08-31T09:37:29.709Z",
4661
4661
  "annotations": [],
4662
4662
  "attachments": []
4663
4663
  }
@@ -4688,12 +4688,12 @@
4688
4688
  "workerIndex": 1,
4689
4689
  "parallelIndex": 1,
4690
4690
  "status": "passed",
4691
- "duration": 2224,
4691
+ "duration": 1738,
4692
4692
  "errors": [],
4693
4693
  "stdout": [],
4694
4694
  "stderr": [],
4695
4695
  "retry": 0,
4696
- "startTime": "2026-08-19T12:55:56.867Z",
4696
+ "startTime": "2026-08-31T09:37:31.314Z",
4697
4697
  "annotations": [],
4698
4698
  "attachments": []
4699
4699
  }
@@ -4724,12 +4724,12 @@
4724
4724
  "workerIndex": 1,
4725
4725
  "parallelIndex": 1,
4726
4726
  "status": "passed",
4727
- "duration": 2160,
4727
+ "duration": 1887,
4728
4728
  "errors": [],
4729
4729
  "stdout": [],
4730
4730
  "stderr": [],
4731
4731
  "retry": 0,
4732
- "startTime": "2026-08-19T12:55:59.101Z",
4732
+ "startTime": "2026-08-31T09:37:33.059Z",
4733
4733
  "annotations": [],
4734
4734
  "attachments": []
4735
4735
  }
@@ -4760,12 +4760,12 @@
4760
4760
  "workerIndex": 1,
4761
4761
  "parallelIndex": 1,
4762
4762
  "status": "passed",
4763
- "duration": 2246,
4763
+ "duration": 1916,
4764
4764
  "errors": [],
4765
4765
  "stdout": [],
4766
4766
  "stderr": [],
4767
4767
  "retry": 0,
4768
- "startTime": "2026-08-19T12:56:01.272Z",
4768
+ "startTime": "2026-08-31T09:37:34.955Z",
4769
4769
  "annotations": [],
4770
4770
  "attachments": []
4771
4771
  }
@@ -4795,18 +4795,67 @@
4795
4795
  {
4796
4796
  "workerIndex": 1,
4797
4797
  "parallelIndex": 1,
4798
+ "status": "failed",
4799
+ "duration": 1466,
4800
+ "error": {
4801
+ "message": "Error: Scan: SidePanel @avt-resizer-feature-enabled\n- Message: Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content\n Level: manual\n XPath: /html[1]/head[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_highcontrast_visible.html#%7B%22message%22%3A%22Confirm%20Windows%20high%20contrast%20mode%20is%20supported%20when%20using%20CSS%20to%20include%2C%20position%20or%20alter%20non-decorative%20content%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22MANUAL%22%5D%2C%22reasonId%22%3A%22Manual_1%22%2C%22ruleId%22%3A%22style_highcontrast_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify color is not used as the only visual means of conveying information\n Level: potentialviolation\n XPath: /html[1]/head[1]/style[2]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_color_misuse.html#%7B%22message%22%3A%22Verify%20color%20is%20not%20used%20as%20the%20only%20visual%20means%20of%20conveying%20information%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_color_misuse%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_hover_persistent.html#%7B%22message%22%3A%22Confirm%20the%20margin%20style%20attribute%20has%20not%20prevented%20the%20pointer%20from%20hovering%20over%20the%20displayed%20element%2C%20not%20just%20the%20trigger%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_3%22%2C%22ruleId%22%3A%22style_hover_persistent%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify that text sized using viewport units can be resized up to 200%\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_viewport_resizable.html#%7B%22message%22%3A%22Verify%20that%20text%20sized%20using%20viewport%20units%20can%20be%20resized%20up%20to%20200%25%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_viewport_resizable%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/header[1]/a[1]\n Snippet: <a class=\"cds--header__name\" href=\"/\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Ca%20class%3D%5C%22cds--header__name%5C%22%20href%3D%5C%22%2F%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/span[1]/a[1]\n Snippet: <a href=\"http://localhost:3000/iframe?path=/story/ibm-products-components-featureflags--docs\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Ca%20href%3D%5C%22http%3A%2F%2Flocalhost%3A3000%2Fiframe%3Fpath%3D%2Fstory%2Fibm-products-components-featureflags--docs%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/span[1]/a[1]\n Snippet: <a href=\"http://localhost:3000/iframe?path=/story/ibm-products-components-featureflags--docs\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Ca%20href%3D%5C%22http%3A%2F%2Flocalhost%3A3000%2Fiframe%3Fpath%3D%2Fstory%2Fibm-products-components-featureflags--docs%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/button[1]\n Snippet: <button type=\"button\" class=\"side-panel-stories__toggle cds--btn cds--btn--primary\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22side-panel-stories__toggle%20cds--btn%20cds--btn--primary%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Element with \"complementary\" role does not have a visible label\n Level: recommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]\n Snippet: <aside aria-label=\"Incident management for your application, testing a very long title to see how this behaves with a longer title\" class=\"c4p--side-panel c4p--side-panel c4p--side-panel--md c4p--side-panel--right-placement c4p--side-panel--enable-sidepanel-resizer c4p--side-panel--has-overlay c4p--side-panel--open\" id=\"storybook-sidepanel\" data-carbon-devtools-id=\"c4p--SidePanel\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/aria_complementary_label_visible.html#%7B%22message%22%3A%22Element%20with%20%5C%22complementary%5C%22%20role%20does%20not%20have%20a%20visible%20label%22%2C%22snippet%22%3A%22%3Caside%20aria-label%3D%5C%22Incident%20management%20for%20your%20application%2C%20testing%20a%20very%20long%20title%20to%20see%20how%20this%20behaves%20with%20a%20longer%20title%5C%22%20class%3D%5C%22c4p--side-panel%20c4p--side-panel%20c4p--side-panel--md%20c4p--side-panel--right-placement%20c4p--side-panel--enable-sidepanel-resizer%20c4p--side-panel--has-overlay%20c4p--side-panel--open%5C%22%20id%3D%5C%22storybook-sidepanel%5C%22%20data-carbon-devtools-id%3D%5C%22c4p--SidePanel%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22Fail_1%22%2C%22ruleId%22%3A%22aria_complementary_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[1]\n Snippet: <div style=\"inline-size: 0.25rem;\" class=\"c4p--side-panel__resizer clabs__resizer clabs__resizer--vertical\" aria-live=\"assertive\" aria-orientation=\"vertical\" tabindex=\"0\" role=\"separator\" aria-valuenow=\"0\" aria-valuemax=\"75\" aria-valuemin=\"20\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cdiv%20style%3D%5C%22inline-size%3A%200.25rem%3B%5C%22%20class%3D%5C%22c4p--side-panel__resizer%20clabs__resizer%20clabs__resizer--vertical%5C%22%20aria-live%3D%5C%22assertive%5C%22%20aria-orientation%3D%5C%22vertical%5C%22%20tabindex%3D%5C%220%5C%22%20role%3D%5C%22separator%5C%22%20aria-valuenow%3D%5C%220%5C%22%20aria-valuemax%3D%5C%2275%5C%22%20aria-valuemin%3D%5C%2220%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the user instruction is still understandable without the word(s) 'larger'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[1]/span[1]\n Snippet: <span class=\"sr-only\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_sensory_misuse.html#%7B%22message%22%3A%22Confirm%20the%20user%20instruction%20is%20still%20understandable%20without%20the%20word(s)%20'larger'%22%2C%22snippet%22%3A%22%3Cspan%20class%3D%5C%22sr-only%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_other%22%2C%22ruleId%22%3A%22text_sensory_misuse%22%2C%22msgArgs%22%3A%5B%22larger%22%5D%7D\n- Message: The input element does not have an associated visible label\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[2]/div[2]/span[1]/div[1]/button[1]\n Snippet: <button type=\"button\" class=\"c4p--side-panel__close-button cds--btn cds--btn--primary cds--btn--icon-only\" aria-labelledby=\"tooltip-«r2»\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_label_visible.html#%7B%22message%22%3A%22The%20input%20element%20does%20not%20have%20an%20associated%20visible%20label%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22c4p--side-panel__close-button%20cds--btn%20cds--btn--primary%20cds--btn--icon-only%5C%22%20aria-labelledby%3D%5C%22tooltip-%C2%ABr2%C2%BB%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_no_label%22%2C%22ruleId%22%3A%22input_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[3]/div[1]/label[1]\n Snippet: <label for=\"downshift-«r7»-toggle-button\" id=\"downshift-«r7»-label\" class=\"cds--label\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20for%3D%5C%22downshift-%C2%ABr7%C2%BB-toggle-button%5C%22%20id%3D%5C%22downshift-%C2%ABr7%C2%BB-label%5C%22%20class%3D%5C%22cds--label%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: The input element does not have an associated visible label\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_label_visible.html#%7B%22message%22%3A%22The%20input%20element%20does%20not%20have%20an%20associated%20visible%20label%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_no_label%22%2C%22ruleId%22%3A%22input_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[1]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[1]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[2]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[2]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[3]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[3]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[4]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[4]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[5]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[5]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[6]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[6]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[7]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[7]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[8]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[8]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n",
4802
+ "stack": "Error: Scan: SidePanel @avt-resizer-feature-enabled\n- Message: Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content\n Level: manual\n XPath: /html[1]/head[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_highcontrast_visible.html#%7B%22message%22%3A%22Confirm%20Windows%20high%20contrast%20mode%20is%20supported%20when%20using%20CSS%20to%20include%2C%20position%20or%20alter%20non-decorative%20content%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22MANUAL%22%5D%2C%22reasonId%22%3A%22Manual_1%22%2C%22ruleId%22%3A%22style_highcontrast_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify color is not used as the only visual means of conveying information\n Level: potentialviolation\n XPath: /html[1]/head[1]/style[2]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_color_misuse.html#%7B%22message%22%3A%22Verify%20color%20is%20not%20used%20as%20the%20only%20visual%20means%20of%20conveying%20information%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_color_misuse%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_hover_persistent.html#%7B%22message%22%3A%22Confirm%20the%20margin%20style%20attribute%20has%20not%20prevented%20the%20pointer%20from%20hovering%20over%20the%20displayed%20element%2C%20not%20just%20the%20trigger%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_3%22%2C%22ruleId%22%3A%22style_hover_persistent%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify that text sized using viewport units can be resized up to 200%\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_viewport_resizable.html#%7B%22message%22%3A%22Verify%20that%20text%20sized%20using%20viewport%20units%20can%20be%20resized%20up%20to%20200%25%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_viewport_resizable%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/header[1]/a[1]\n Snippet: <a class=\"cds--header__name\" href=\"/\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Ca%20class%3D%5C%22cds--header__name%5C%22%20href%3D%5C%22%2F%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/span[1]/a[1]\n Snippet: <a href=\"http://localhost:3000/iframe?path=/story/ibm-products-components-featureflags--docs\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Ca%20href%3D%5C%22http%3A%2F%2Flocalhost%3A3000%2Fiframe%3Fpath%3D%2Fstory%2Fibm-products-components-featureflags--docs%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/span[1]/a[1]\n Snippet: <a href=\"http://localhost:3000/iframe?path=/story/ibm-products-components-featureflags--docs\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Ca%20href%3D%5C%22http%3A%2F%2Flocalhost%3A3000%2Fiframe%3Fpath%3D%2Fstory%2Fibm-products-components-featureflags--docs%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/button[1]\n Snippet: <button type=\"button\" class=\"side-panel-stories__toggle cds--btn cds--btn--primary\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22side-panel-stories__toggle%20cds--btn%20cds--btn--primary%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Element with \"complementary\" role does not have a visible label\n Level: recommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]\n Snippet: <aside aria-label=\"Incident management for your application, testing a very long title to see how this behaves with a longer title\" class=\"c4p--side-panel c4p--side-panel c4p--side-panel--md c4p--side-panel--right-placement c4p--side-panel--enable-sidepanel-resizer c4p--side-panel--has-overlay c4p--side-panel--open\" id=\"storybook-sidepanel\" data-carbon-devtools-id=\"c4p--SidePanel\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/aria_complementary_label_visible.html#%7B%22message%22%3A%22Element%20with%20%5C%22complementary%5C%22%20role%20does%20not%20have%20a%20visible%20label%22%2C%22snippet%22%3A%22%3Caside%20aria-label%3D%5C%22Incident%20management%20for%20your%20application%2C%20testing%20a%20very%20long%20title%20to%20see%20how%20this%20behaves%20with%20a%20longer%20title%5C%22%20class%3D%5C%22c4p--side-panel%20c4p--side-panel%20c4p--side-panel--md%20c4p--side-panel--right-placement%20c4p--side-panel--enable-sidepanel-resizer%20c4p--side-panel--has-overlay%20c4p--side-panel--open%5C%22%20id%3D%5C%22storybook-sidepanel%5C%22%20data-carbon-devtools-id%3D%5C%22c4p--SidePanel%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22Fail_1%22%2C%22ruleId%22%3A%22aria_complementary_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[1]\n Snippet: <div style=\"inline-size: 0.25rem;\" class=\"c4p--side-panel__resizer clabs__resizer clabs__resizer--vertical\" aria-live=\"assertive\" aria-orientation=\"vertical\" tabindex=\"0\" role=\"separator\" aria-valuenow=\"0\" aria-valuemax=\"75\" aria-valuemin=\"20\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cdiv%20style%3D%5C%22inline-size%3A%200.25rem%3B%5C%22%20class%3D%5C%22c4p--side-panel__resizer%20clabs__resizer%20clabs__resizer--vertical%5C%22%20aria-live%3D%5C%22assertive%5C%22%20aria-orientation%3D%5C%22vertical%5C%22%20tabindex%3D%5C%220%5C%22%20role%3D%5C%22separator%5C%22%20aria-valuenow%3D%5C%220%5C%22%20aria-valuemax%3D%5C%2275%5C%22%20aria-valuemin%3D%5C%2220%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the user instruction is still understandable without the word(s) 'larger'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[1]/span[1]\n Snippet: <span class=\"sr-only\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_sensory_misuse.html#%7B%22message%22%3A%22Confirm%20the%20user%20instruction%20is%20still%20understandable%20without%20the%20word(s)%20'larger'%22%2C%22snippet%22%3A%22%3Cspan%20class%3D%5C%22sr-only%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_other%22%2C%22ruleId%22%3A%22text_sensory_misuse%22%2C%22msgArgs%22%3A%5B%22larger%22%5D%7D\n- Message: The input element does not have an associated visible label\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[2]/div[2]/span[1]/div[1]/button[1]\n Snippet: <button type=\"button\" class=\"c4p--side-panel__close-button cds--btn cds--btn--primary cds--btn--icon-only\" aria-labelledby=\"tooltip-«r2»\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_label_visible.html#%7B%22message%22%3A%22The%20input%20element%20does%20not%20have%20an%20associated%20visible%20label%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22c4p--side-panel__close-button%20cds--btn%20cds--btn--primary%20cds--btn--icon-only%5C%22%20aria-labelledby%3D%5C%22tooltip-%C2%ABr2%C2%BB%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_no_label%22%2C%22ruleId%22%3A%22input_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[3]/div[1]/label[1]\n Snippet: <label for=\"downshift-«r7»-toggle-button\" id=\"downshift-«r7»-label\" class=\"cds--label\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20for%3D%5C%22downshift-%C2%ABr7%C2%BB-toggle-button%5C%22%20id%3D%5C%22downshift-%C2%ABr7%C2%BB-label%5C%22%20class%3D%5C%22cds--label%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: The input element does not have an associated visible label\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_label_visible.html#%7B%22message%22%3A%22The%20input%20element%20does%20not%20have%20an%20associated%20visible%20label%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_no_label%22%2C%22ruleId%22%3A%22input_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[1]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[1]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[2]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[2]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[3]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[3]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[4]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[4]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[5]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[5]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[6]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[6]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[7]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[7]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[8]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[8]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n\n at /home/runner/work/ibm-products/ibm-products/e2e/components/SidePanel/SidePanel-test.avt.e2e.js:109:24",
4803
+ "location": {
4804
+ "file": "/home/runner/work/ibm-products/ibm-products/e2e/components/SidePanel/SidePanel-test.avt.e2e.js",
4805
+ "column": 24,
4806
+ "line": 109
4807
+ },
4808
+ "snippet": "\u001b[0m \u001b[90m 107 |\u001b[39m }\u001b[33m,\u001b[39m\n \u001b[90m 108 |\u001b[39m })\u001b[33m;\u001b[39m\n\u001b[31m\u001b[1m>\u001b[22m\u001b[39m\u001b[90m 109 |\u001b[39m \u001b[36mawait\u001b[39m expect(page)\u001b[33m.\u001b[39mtoHaveNoACViolations(\n \u001b[90m |\u001b[39m \u001b[31m\u001b[1m^\u001b[22m\u001b[39m\n \u001b[90m 110 |\u001b[39m \u001b[32m'SidePanel @avt-resizer-feature-enabled'\u001b[39m\n \u001b[90m 111 |\u001b[39m )\u001b[33m;\u001b[39m\n \u001b[90m 112 |\u001b[39m })\u001b[33m;\u001b[39m\u001b[0m"
4809
+ },
4810
+ "errors": [
4811
+ {
4812
+ "location": {
4813
+ "file": "/home/runner/work/ibm-products/ibm-products/e2e/components/SidePanel/SidePanel-test.avt.e2e.js",
4814
+ "column": 24,
4815
+ "line": 109
4816
+ },
4817
+ "message": "Error: Scan: SidePanel @avt-resizer-feature-enabled\n- Message: Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content\n Level: manual\n XPath: /html[1]/head[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_highcontrast_visible.html#%7B%22message%22%3A%22Confirm%20Windows%20high%20contrast%20mode%20is%20supported%20when%20using%20CSS%20to%20include%2C%20position%20or%20alter%20non-decorative%20content%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22MANUAL%22%5D%2C%22reasonId%22%3A%22Manual_1%22%2C%22ruleId%22%3A%22style_highcontrast_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify color is not used as the only visual means of conveying information\n Level: potentialviolation\n XPath: /html[1]/head[1]/style[2]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_color_misuse.html#%7B%22message%22%3A%22Verify%20color%20is%20not%20used%20as%20the%20only%20visual%20means%20of%20conveying%20information%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_color_misuse%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_hover_persistent.html#%7B%22message%22%3A%22Confirm%20the%20margin%20style%20attribute%20has%20not%20prevented%20the%20pointer%20from%20hovering%20over%20the%20displayed%20element%2C%20not%20just%20the%20trigger%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_3%22%2C%22ruleId%22%3A%22style_hover_persistent%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify that text sized using viewport units can be resized up to 200%\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_viewport_resizable.html#%7B%22message%22%3A%22Verify%20that%20text%20sized%20using%20viewport%20units%20can%20be%20resized%20up%20to%20200%25%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_viewport_resizable%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/header[1]/a[1]\n Snippet: <a class=\"cds--header__name\" href=\"/\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Ca%20class%3D%5C%22cds--header__name%5C%22%20href%3D%5C%22%2F%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/span[1]/a[1]\n Snippet: <a href=\"http://localhost:3000/iframe?path=/story/ibm-products-components-featureflags--docs\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Ca%20href%3D%5C%22http%3A%2F%2Flocalhost%3A3000%2Fiframe%3Fpath%3D%2Fstory%2Fibm-products-components-featureflags--docs%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/span[1]/a[1]\n Snippet: <a href=\"http://localhost:3000/iframe?path=/story/ibm-products-components-featureflags--docs\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Ca%20href%3D%5C%22http%3A%2F%2Flocalhost%3A3000%2Fiframe%3Fpath%3D%2Fstory%2Fibm-products-components-featureflags--docs%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/button[1]\n Snippet: <button type=\"button\" class=\"side-panel-stories__toggle cds--btn cds--btn--primary\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22side-panel-stories__toggle%20cds--btn%20cds--btn--primary%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Element with \"complementary\" role does not have a visible label\n Level: recommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]\n Snippet: <aside aria-label=\"Incident management for your application, testing a very long title to see how this behaves with a longer title\" class=\"c4p--side-panel c4p--side-panel c4p--side-panel--md c4p--side-panel--right-placement c4p--side-panel--enable-sidepanel-resizer c4p--side-panel--has-overlay c4p--side-panel--open\" id=\"storybook-sidepanel\" data-carbon-devtools-id=\"c4p--SidePanel\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/aria_complementary_label_visible.html#%7B%22message%22%3A%22Element%20with%20%5C%22complementary%5C%22%20role%20does%20not%20have%20a%20visible%20label%22%2C%22snippet%22%3A%22%3Caside%20aria-label%3D%5C%22Incident%20management%20for%20your%20application%2C%20testing%20a%20very%20long%20title%20to%20see%20how%20this%20behaves%20with%20a%20longer%20title%5C%22%20class%3D%5C%22c4p--side-panel%20c4p--side-panel%20c4p--side-panel--md%20c4p--side-panel--right-placement%20c4p--side-panel--enable-sidepanel-resizer%20c4p--side-panel--has-overlay%20c4p--side-panel--open%5C%22%20id%3D%5C%22storybook-sidepanel%5C%22%20data-carbon-devtools-id%3D%5C%22c4p--SidePanel%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22Fail_1%22%2C%22ruleId%22%3A%22aria_complementary_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[1]\n Snippet: <div style=\"inline-size: 0.25rem;\" class=\"c4p--side-panel__resizer clabs__resizer clabs__resizer--vertical\" aria-live=\"assertive\" aria-orientation=\"vertical\" tabindex=\"0\" role=\"separator\" aria-valuenow=\"0\" aria-valuemax=\"75\" aria-valuemin=\"20\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cdiv%20style%3D%5C%22inline-size%3A%200.25rem%3B%5C%22%20class%3D%5C%22c4p--side-panel__resizer%20clabs__resizer%20clabs__resizer--vertical%5C%22%20aria-live%3D%5C%22assertive%5C%22%20aria-orientation%3D%5C%22vertical%5C%22%20tabindex%3D%5C%220%5C%22%20role%3D%5C%22separator%5C%22%20aria-valuenow%3D%5C%220%5C%22%20aria-valuemax%3D%5C%2275%5C%22%20aria-valuemin%3D%5C%2220%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the user instruction is still understandable without the word(s) 'larger'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[1]/span[1]\n Snippet: <span class=\"sr-only\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_sensory_misuse.html#%7B%22message%22%3A%22Confirm%20the%20user%20instruction%20is%20still%20understandable%20without%20the%20word(s)%20'larger'%22%2C%22snippet%22%3A%22%3Cspan%20class%3D%5C%22sr-only%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_other%22%2C%22ruleId%22%3A%22text_sensory_misuse%22%2C%22msgArgs%22%3A%5B%22larger%22%5D%7D\n- Message: The input element does not have an associated visible label\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[2]/div[2]/span[1]/div[1]/button[1]\n Snippet: <button type=\"button\" class=\"c4p--side-panel__close-button cds--btn cds--btn--primary cds--btn--icon-only\" aria-labelledby=\"tooltip-«r2»\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_label_visible.html#%7B%22message%22%3A%22The%20input%20element%20does%20not%20have%20an%20associated%20visible%20label%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22c4p--side-panel__close-button%20cds--btn%20cds--btn--primary%20cds--btn--icon-only%5C%22%20aria-labelledby%3D%5C%22tooltip-%C2%ABr2%C2%BB%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_no_label%22%2C%22ruleId%22%3A%22input_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-a\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-a%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-b\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-b%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-c\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-c%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input type=\"text\" class=\"cds--text-input\" id=\"side-panel-story-text-input-d\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22side-panel-story-text-input-d%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[3]/div[1]/label[1]\n Snippet: <label for=\"downshift-«r7»-toggle-button\" id=\"downshift-«r7»-label\" class=\"cds--label\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20for%3D%5C%22downshift-%C2%ABr7%C2%BB-toggle-button%5C%22%20id%3D%5C%22downshift-%C2%ABr7%C2%BB-label%5C%22%20class%3D%5C%22cds--label%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.32 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.32%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.32%22%2C12%2C400%2C%22%23767676%22%2C%22%23f9f9f9%22%2Cfalse%2Cfalse%5D%7D\n- Message: Use the <fieldset> element to group logically related input elements\n Level: potentialrecommendation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_fields_grouped.html#%7B%22message%22%3A%22Use%20the%20%3Cfieldset%3E%20element%20to%20group%20logically%20related%20input%20elements%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22input_fields_grouped%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: The input element does not have an associated visible label\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/div[4]/div[1]/div[2]/textarea[1]\n Snippet: <textarea style=\"width: 100%;\" rows=\"4\" aria-invalid=\"false\" class=\"cds--text-area\" placeholder=\"\" id=\"side-panel-textarea\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/input_label_visible.html#%7B%22message%22%3A%22The%20input%20element%20does%20not%20have%20an%20associated%20visible%20label%22%2C%22snippet%22%3A%22%3Ctextarea%20style%3D%5C%22width%3A%20100%25%3B%5C%22%20rows%3D%5C%224%5C%22%20aria-invalid%3D%5C%22false%5C%22%20class%3D%5C%22cds--text-area%5C%22%20placeholder%3D%5C%22%5C%22%20id%3D%5C%22side-panel-textarea%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_no_label%22%2C%22ruleId%22%3A%22input_label_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[1]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[1]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[2]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[2]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[3]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[3]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[4]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[4]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[5]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[5]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[6]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[6]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[7]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[7]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[8]/td[1]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.15 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[2]/aside[1]/div[3]/div[1]/div[1]/section[1]/div[1]/table[1]/tbody[1]/tr[8]/td[2]\n Snippet: <td>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.15%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2014px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Ctd%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.15%22%2C14%2C400%2C%22%23767676%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n\n\n 107 | },\n 108 | });\n> 109 | await expect(page).toHaveNoACViolations(\n | ^\n 110 | 'SidePanel @avt-resizer-feature-enabled'\n 111 | );\n 112 | });\n at /home/runner/work/ibm-products/ibm-products/e2e/components/SidePanel/SidePanel-test.avt.e2e.js:109:24"
4818
+ }
4819
+ ],
4820
+ "stdout": [],
4821
+ "stderr": [],
4822
+ "retry": 0,
4823
+ "startTime": "2026-08-31T09:37:36.879Z",
4824
+ "annotations": [],
4825
+ "attachments": [
4826
+ {
4827
+ "name": "error-context",
4828
+ "contentType": "text/markdown",
4829
+ "path": "/home/runner/work/ibm-products/ibm-products/all-blob-reports/resources/b73c2ab4989cbff18857b5a54cab17d067e0fcce.markdown"
4830
+ }
4831
+ ],
4832
+ "errorLocation": {
4833
+ "file": "/home/runner/work/ibm-products/ibm-products/e2e/components/SidePanel/SidePanel-test.avt.e2e.js",
4834
+ "column": 24,
4835
+ "line": 109
4836
+ }
4837
+ },
4838
+ {
4839
+ "workerIndex": 2,
4840
+ "parallelIndex": 0,
4798
4841
  "status": "passed",
4799
- "duration": 2038,
4842
+ "duration": 3923,
4800
4843
  "errors": [],
4801
4844
  "stdout": [],
4802
4845
  "stderr": [],
4803
- "retry": 0,
4804
- "startTime": "2026-08-19T12:56:03.529Z",
4846
+ "retry": 1,
4847
+ "startTime": "2026-08-31T09:37:39.140Z",
4805
4848
  "annotations": [],
4806
- "attachments": []
4849
+ "attachments": [
4850
+ {
4851
+ "name": "trace",
4852
+ "contentType": "application/zip",
4853
+ "path": "/home/runner/work/ibm-products/ibm-products/all-blob-reports/resources/4a9a96d746c6997403d90f004577748b70affc30.zip"
4854
+ }
4855
+ ]
4807
4856
  }
4808
4857
  ],
4809
- "status": "expected"
4858
+ "status": "flaky"
4810
4859
  }
4811
4860
  ],
4812
4861
  "id": "7b875fb48d45102b1401-b097f991b8ff11551e60",
@@ -4849,12 +4898,12 @@
4849
4898
  "workerIndex": 0,
4850
4899
  "parallelIndex": 0,
4851
4900
  "status": "passed",
4852
- "duration": 3956,
4901
+ "duration": 4279,
4853
4902
  "errors": [],
4854
4903
  "stdout": [],
4855
4904
  "stderr": [],
4856
4905
  "retry": 0,
4857
- "startTime": "2026-08-19T12:55:17.996Z",
4906
+ "startTime": "2026-08-31T09:37:37.244Z",
4858
4907
  "annotations": [],
4859
4908
  "attachments": []
4860
4909
  }
@@ -4902,12 +4951,12 @@
4902
4951
  "workerIndex": 1,
4903
4952
  "parallelIndex": 1,
4904
4953
  "status": "passed",
4905
- "duration": 4261,
4954
+ "duration": 4692,
4906
4955
  "errors": [],
4907
4956
  "stdout": [],
4908
4957
  "stderr": [],
4909
4958
  "retry": 0,
4910
- "startTime": "2026-08-19T12:55:17.998Z",
4959
+ "startTime": "2026-08-31T09:37:37.247Z",
4911
4960
  "annotations": [],
4912
4961
  "attachments": []
4913
4962
  }
@@ -4955,12 +5004,12 @@
4955
5004
  "workerIndex": 0,
4956
5005
  "parallelIndex": 0,
4957
5006
  "status": "passed",
4958
- "duration": 1127,
5007
+ "duration": 1276,
4959
5008
  "errors": [],
4960
5009
  "stdout": [],
4961
5010
  "stderr": [],
4962
5011
  "retry": 0,
4963
- "startTime": "2026-08-19T12:55:24.273Z",
5012
+ "startTime": "2026-08-31T09:37:41.789Z",
4964
5013
  "annotations": [],
4965
5014
  "attachments": []
4966
5015
  }
@@ -5008,12 +5057,12 @@
5008
5057
  "workerIndex": 1,
5009
5058
  "parallelIndex": 1,
5010
5059
  "status": "passed",
5011
- "duration": 1230,
5060
+ "duration": 1415,
5012
5061
  "errors": [],
5013
5062
  "stdout": [],
5014
5063
  "stderr": [],
5015
5064
  "retry": 0,
5016
- "startTime": "2026-08-19T12:55:24.578Z",
5065
+ "startTime": "2026-08-31T09:37:42.195Z",
5017
5066
  "annotations": [],
5018
5067
  "attachments": []
5019
5068
  }
@@ -5061,12 +5110,12 @@
5061
5110
  "workerIndex": 0,
5062
5111
  "parallelIndex": 0,
5063
5112
  "status": "passed",
5064
- "duration": 2128,
5113
+ "duration": 2494,
5065
5114
  "errors": [],
5066
5115
  "stdout": [],
5067
5116
  "stderr": [],
5068
5117
  "retry": 0,
5069
- "startTime": "2026-08-19T12:55:25.415Z",
5118
+ "startTime": "2026-08-31T09:37:43.103Z",
5070
5119
  "annotations": [],
5071
5120
  "attachments": []
5072
5121
  }
@@ -5114,12 +5163,12 @@
5114
5163
  "workerIndex": 1,
5115
5164
  "parallelIndex": 1,
5116
5165
  "status": "passed",
5117
- "duration": 1920,
5166
+ "duration": 2137,
5118
5167
  "errors": [],
5119
5168
  "stdout": [],
5120
5169
  "stderr": [],
5121
5170
  "retry": 0,
5122
- "startTime": "2026-08-19T12:55:25.832Z",
5171
+ "startTime": "2026-08-31T09:37:43.638Z",
5123
5172
  "annotations": [],
5124
5173
  "attachments": []
5125
5174
  }
@@ -5150,12 +5199,12 @@
5150
5199
  "workerIndex": 1,
5151
5200
  "parallelIndex": 1,
5152
5201
  "status": "passed",
5153
- "duration": 1349,
5202
+ "duration": 1611,
5154
5203
  "errors": [],
5155
5204
  "stdout": [],
5156
5205
  "stderr": [],
5157
5206
  "retry": 0,
5158
- "startTime": "2026-08-19T12:55:27.763Z",
5207
+ "startTime": "2026-08-31T09:37:45.788Z",
5159
5208
  "annotations": [],
5160
5209
  "attachments": []
5161
5210
  }
@@ -5186,12 +5235,12 @@
5186
5235
  "workerIndex": 1,
5187
5236
  "parallelIndex": 1,
5188
5237
  "status": "passed",
5189
- "duration": 1460,
5238
+ "duration": 2788,
5190
5239
  "errors": [],
5191
5240
  "stdout": [],
5192
5241
  "stderr": [],
5193
5242
  "retry": 0,
5194
- "startTime": "2026-08-19T12:55:29.123Z",
5243
+ "startTime": "2026-08-31T09:37:47.411Z",
5195
5244
  "annotations": [],
5196
5245
  "attachments": []
5197
5246
  }
@@ -5222,12 +5271,12 @@
5222
5271
  "workerIndex": 1,
5223
5272
  "parallelIndex": 1,
5224
5273
  "status": "passed",
5225
- "duration": 1952,
5274
+ "duration": 2505,
5226
5275
  "errors": [],
5227
5276
  "stdout": [],
5228
5277
  "stderr": [],
5229
5278
  "retry": 0,
5230
- "startTime": "2026-08-19T12:55:30.594Z",
5279
+ "startTime": "2026-08-31T09:37:50.210Z",
5231
5280
  "annotations": [],
5232
5281
  "attachments": []
5233
5282
  }
@@ -5258,12 +5307,12 @@
5258
5307
  "workerIndex": 1,
5259
5308
  "parallelIndex": 1,
5260
5309
  "status": "passed",
5261
- "duration": 1736,
5310
+ "duration": 1867,
5262
5311
  "errors": [],
5263
5312
  "stdout": [],
5264
5313
  "stderr": [],
5265
5314
  "retry": 0,
5266
- "startTime": "2026-08-19T12:55:32.570Z",
5315
+ "startTime": "2026-08-31T09:37:52.741Z",
5267
5316
  "annotations": [],
5268
5317
  "attachments": []
5269
5318
  }
@@ -5294,12 +5343,12 @@
5294
5343
  "workerIndex": 1,
5295
5344
  "parallelIndex": 1,
5296
5345
  "status": "passed",
5297
- "duration": 1580,
5346
+ "duration": 1904,
5298
5347
  "errors": [],
5299
5348
  "stdout": [],
5300
5349
  "stderr": [],
5301
5350
  "retry": 0,
5302
- "startTime": "2026-08-19T12:55:34.319Z",
5351
+ "startTime": "2026-08-31T09:37:54.622Z",
5303
5352
  "annotations": [],
5304
5353
  "attachments": []
5305
5354
  }
@@ -5330,12 +5379,12 @@
5330
5379
  "workerIndex": 1,
5331
5380
  "parallelIndex": 1,
5332
5381
  "status": "passed",
5333
- "duration": 1997,
5382
+ "duration": 2377,
5334
5383
  "errors": [],
5335
5384
  "stdout": [],
5336
5385
  "stderr": [],
5337
5386
  "retry": 0,
5338
- "startTime": "2026-08-19T12:55:35.910Z",
5387
+ "startTime": "2026-08-31T09:37:56.539Z",
5339
5388
  "annotations": [],
5340
5389
  "attachments": []
5341
5390
  }
@@ -5366,12 +5415,12 @@
5366
5415
  "workerIndex": 1,
5367
5416
  "parallelIndex": 1,
5368
5417
  "status": "passed",
5369
- "duration": 2481,
5418
+ "duration": 3062,
5370
5419
  "errors": [],
5371
5420
  "stdout": [],
5372
5421
  "stderr": [],
5373
5422
  "retry": 0,
5374
- "startTime": "2026-08-19T12:55:37.921Z",
5423
+ "startTime": "2026-08-31T09:37:58.932Z",
5375
5424
  "annotations": [],
5376
5425
  "attachments": []
5377
5426
  }
@@ -5402,12 +5451,12 @@
5402
5451
  "workerIndex": 1,
5403
5452
  "parallelIndex": 1,
5404
5453
  "status": "passed",
5405
- "duration": 1671,
5454
+ "duration": 1118,
5406
5455
  "errors": [],
5407
5456
  "stdout": [],
5408
5457
  "stderr": [],
5409
5458
  "retry": 0,
5410
- "startTime": "2026-08-19T12:55:40.410Z",
5459
+ "startTime": "2026-08-31T09:38:02.009Z",
5411
5460
  "annotations": [],
5412
5461
  "attachments": []
5413
5462
  }
@@ -5438,12 +5487,12 @@
5438
5487
  "workerIndex": 1,
5439
5488
  "parallelIndex": 1,
5440
5489
  "status": "passed",
5441
- "duration": 2719,
5490
+ "duration": 3665,
5442
5491
  "errors": [],
5443
5492
  "stdout": [],
5444
5493
  "stderr": [],
5445
5494
  "retry": 0,
5446
- "startTime": "2026-08-19T12:55:42.093Z",
5495
+ "startTime": "2026-08-31T09:38:03.143Z",
5447
5496
  "annotations": [],
5448
5497
  "attachments": []
5449
5498
  }
@@ -5490,18 +5539,67 @@
5490
5539
  {
5491
5540
  "workerIndex": 0,
5492
5541
  "parallelIndex": 0,
5542
+ "status": "failed",
5543
+ "duration": 1797,
5544
+ "error": {
5545
+ "message": "Error: Scan: Tearsheet @avt-default-state\n- Message: Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content\n Level: manual\n XPath: /html[1]/head[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_highcontrast_visible.html#%7B%22message%22%3A%22Confirm%20Windows%20high%20contrast%20mode%20is%20supported%20when%20using%20CSS%20to%20include%2C%20position%20or%20alter%20non-decorative%20content%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22MANUAL%22%5D%2C%22reasonId%22%3A%22Manual_1%22%2C%22ruleId%22%3A%22style_highcontrast_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify color is not used as the only visual means of conveying information\n Level: potentialviolation\n XPath: /html[1]/head[1]/style[2]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_color_misuse.html#%7B%22message%22%3A%22Verify%20color%20is%20not%20used%20as%20the%20only%20visual%20means%20of%20conveying%20information%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_color_misuse%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_hover_persistent.html#%7B%22message%22%3A%22Confirm%20the%20margin%20style%20attribute%20has%20not%20prevented%20the%20pointer%20from%20hovering%20over%20the%20displayed%20element%2C%20not%20just%20the%20trigger%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_3%22%2C%22ruleId%22%3A%22style_hover_persistent%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify that text sized using viewport units can be resized up to 200%\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_viewport_resizable.html#%7B%22message%22%3A%22Verify%20that%20text%20sized%20using%20viewport%20units%20can%20be%20resized%20up%20to%20200%25%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_viewport_resizable%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/main[1]/button[1]\n Snippet: <button type=\"button\" class=\"cds--btn cds--btn--primary\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22cds--btn%20cds--btn--primary%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify the <form> element has a submit button or an image button\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]\n Snippet: <form class=\"cds--form\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/form_submit_button_exists.html#%7B%22message%22%3A%22Verify%20the%20%3Cform%3E%20element%20has%20a%20submit%20button%20or%20an%20image%20button%22%2C%22snippet%22%3A%22%3Cform%20class%3D%5C%22cds--form%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22form_submit_button_exists%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/legend[1]\n Snippet: <legend id=\"tearsheet-form-group\" class=\"cds--label\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clegend%20id%3D%5C%22tearsheet-form-group%5C%22%20class%3D%5C%22cds--label%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"tss-ft1\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22tss-ft1%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input style=\"margin-bottom: 1em;\" type=\"text\" class=\"cds--text-input\" id=\"tss-ft1\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20style%3D%5C%22margin-bottom%3A%201em%3B%5C%22%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22tss-ft1%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"tss-ft2\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22tss-ft2%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input style=\"margin-bottom: 1em;\" type=\"text\" class=\"cds--text-input\" id=\"tss-ft2\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20style%3D%5C%22margin-bottom%3A%201em%3B%5C%22%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22tss-ft2%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n",
5546
+ "stack": "Error: Scan: Tearsheet @avt-default-state\n- Message: Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content\n Level: manual\n XPath: /html[1]/head[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_highcontrast_visible.html#%7B%22message%22%3A%22Confirm%20Windows%20high%20contrast%20mode%20is%20supported%20when%20using%20CSS%20to%20include%2C%20position%20or%20alter%20non-decorative%20content%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22MANUAL%22%5D%2C%22reasonId%22%3A%22Manual_1%22%2C%22ruleId%22%3A%22style_highcontrast_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify color is not used as the only visual means of conveying information\n Level: potentialviolation\n XPath: /html[1]/head[1]/style[2]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_color_misuse.html#%7B%22message%22%3A%22Verify%20color%20is%20not%20used%20as%20the%20only%20visual%20means%20of%20conveying%20information%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_color_misuse%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_hover_persistent.html#%7B%22message%22%3A%22Confirm%20the%20margin%20style%20attribute%20has%20not%20prevented%20the%20pointer%20from%20hovering%20over%20the%20displayed%20element%2C%20not%20just%20the%20trigger%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_3%22%2C%22ruleId%22%3A%22style_hover_persistent%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify that text sized using viewport units can be resized up to 200%\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_viewport_resizable.html#%7B%22message%22%3A%22Verify%20that%20text%20sized%20using%20viewport%20units%20can%20be%20resized%20up%20to%20200%25%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_viewport_resizable%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/main[1]/button[1]\n Snippet: <button type=\"button\" class=\"cds--btn cds--btn--primary\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22cds--btn%20cds--btn--primary%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify the <form> element has a submit button or an image button\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]\n Snippet: <form class=\"cds--form\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/form_submit_button_exists.html#%7B%22message%22%3A%22Verify%20the%20%3Cform%3E%20element%20has%20a%20submit%20button%20or%20an%20image%20button%22%2C%22snippet%22%3A%22%3Cform%20class%3D%5C%22cds--form%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22form_submit_button_exists%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/legend[1]\n Snippet: <legend id=\"tearsheet-form-group\" class=\"cds--label\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clegend%20id%3D%5C%22tearsheet-form-group%5C%22%20class%3D%5C%22cds--label%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"tss-ft1\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22tss-ft1%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input style=\"margin-bottom: 1em;\" type=\"text\" class=\"cds--text-input\" id=\"tss-ft1\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20style%3D%5C%22margin-bottom%3A%201em%3B%5C%22%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22tss-ft1%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"tss-ft2\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22tss-ft2%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input style=\"margin-bottom: 1em;\" type=\"text\" class=\"cds--text-input\" id=\"tss-ft2\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20style%3D%5C%22margin-bottom%3A%201em%3B%5C%22%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22tss-ft2%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n\n at /home/runner/work/ibm-products/ibm-products/e2e/components/Tearsheet/Tearsheet-test.avt.e2e.js:26:24",
5547
+ "location": {
5548
+ "file": "/home/runner/work/ibm-products/ibm-products/e2e/components/Tearsheet/Tearsheet-test.avt.e2e.js",
5549
+ "column": 24,
5550
+ "line": 26
5551
+ },
5552
+ "snippet": "\u001b[0m \u001b[90m 24 |\u001b[39m })\u001b[33m;\u001b[39m\n \u001b[90m 25 |\u001b[39m\n\u001b[31m\u001b[1m>\u001b[22m\u001b[39m\u001b[90m 26 |\u001b[39m \u001b[36mawait\u001b[39m expect(page)\u001b[33m.\u001b[39mtoHaveNoACViolations(\u001b[32m'Tearsheet @avt-default-state'\u001b[39m)\u001b[33m;\u001b[39m\n \u001b[90m |\u001b[39m \u001b[31m\u001b[1m^\u001b[22m\u001b[39m\n \u001b[90m 27 |\u001b[39m })\u001b[33m;\u001b[39m\n \u001b[90m 28 |\u001b[39m\n \u001b[90m 29 |\u001b[39m test(\u001b[32m'@avt-open-and-close'\u001b[39m\u001b[33m,\u001b[39m \u001b[36masync\u001b[39m ({ page }) \u001b[33m=>\u001b[39m {\u001b[0m"
5553
+ },
5554
+ "errors": [
5555
+ {
5556
+ "location": {
5557
+ "file": "/home/runner/work/ibm-products/ibm-products/e2e/components/Tearsheet/Tearsheet-test.avt.e2e.js",
5558
+ "column": 24,
5559
+ "line": 26
5560
+ },
5561
+ "message": "Error: Scan: Tearsheet @avt-default-state\n- Message: Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content\n Level: manual\n XPath: /html[1]/head[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_highcontrast_visible.html#%7B%22message%22%3A%22Confirm%20Windows%20high%20contrast%20mode%20is%20supported%20when%20using%20CSS%20to%20include%2C%20position%20or%20alter%20non-decorative%20content%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22MANUAL%22%5D%2C%22reasonId%22%3A%22Manual_1%22%2C%22ruleId%22%3A%22style_highcontrast_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify color is not used as the only visual means of conveying information\n Level: potentialviolation\n XPath: /html[1]/head[1]/style[2]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_color_misuse.html#%7B%22message%22%3A%22Verify%20color%20is%20not%20used%20as%20the%20only%20visual%20means%20of%20conveying%20information%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_color_misuse%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_hover_persistent.html#%7B%22message%22%3A%22Confirm%20the%20margin%20style%20attribute%20has%20not%20prevented%20the%20pointer%20from%20hovering%20over%20the%20displayed%20element%2C%20not%20just%20the%20trigger%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_3%22%2C%22ruleId%22%3A%22style_hover_persistent%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify that text sized using viewport units can be resized up to 200%\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/style[1]\n Snippet: <style>\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_viewport_resizable.html#%7B%22message%22%3A%22Verify%20that%20text%20sized%20using%20viewport%20units%20can%20be%20resized%20up%20to%20200%25%22%2C%22snippet%22%3A%22%3Cstyle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22style_viewport_resizable%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[5]/div[1]/main[1]/button[1]\n Snippet: <button type=\"button\" class=\"cds--btn cds--btn--primary\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/element_tabbable_unobscured.html#%7B%22message%22%3A%22Confirm%20that%20when%20the%20element%20receives%20focus%2C%20it%20is%20not%20covered%20or%2C%20if%20covered%20by%20user%20action%2C%20can%20be%20uncovered%20without%20moving%20focus%22%2C%22snippet%22%3A%22%3Cbutton%20type%3D%5C%22button%5C%22%20class%3D%5C%22cds--btn%20cds--btn--primary%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_obscured%22%2C%22ruleId%22%3A%22element_tabbable_unobscured%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Verify the <form> element has a submit button or an image button\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]\n Snippet: <form class=\"cds--form\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/form_submit_button_exists.html#%7B%22message%22%3A%22Verify%20the%20%3Cform%3E%20element%20has%20a%20submit%20button%20or%20an%20image%20button%22%2C%22snippet%22%3A%22%3Cform%20class%3D%5C%22cds--form%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22Potential_1%22%2C%22ruleId%22%3A%22form_submit_button_exists%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/legend[1]\n Snippet: <legend id=\"tearsheet-form-group\" class=\"cds--label\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clegend%20id%3D%5C%22tearsheet-form-group%5C%22%20class%3D%5C%22cds--label%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[1]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"tss-ft1\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22tss-ft1%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[1]/div[2]/div[1]/input[1]\n Snippet: <input style=\"margin-bottom: 1em;\" type=\"text\" class=\"cds--text-input\" id=\"tss-ft1\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20style%3D%5C%22margin-bottom%3A%201em%3B%5C%22%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22tss-ft1%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n- Message: Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400\n Level: violation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[2]/div[1]/label[1]\n Snippet: <label dir=\"auto\" class=\"cds--label\" for=\"tss-ft2\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%204.29%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2012px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Clabel%20dir%3D%5C%22auto%5C%22%20class%3D%5C%22cds--label%5C%22%20for%3D%5C%22tss-ft2%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%224.29%22%2C12%2C400%2C%22%23737373%22%2C%22%23f4f4f4%22%2Cfalse%2Cfalse%5D%7D\n- Message: Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'\n Level: potentialviolation\n XPath: /html[1]/body[1]/div[8]/div[1]/div[1]/div[2]/div[1]/div[1]/section[1]/section[1]/form[1]/fieldset[1]/div[2]/div[2]/div[1]/input[1]\n Snippet: <input style=\"margin-bottom: 1em;\" type=\"text\" class=\"cds--text-input\" id=\"tss-ft2\">\n Help: https://able.ibm.com/rules/archives/2026.07.13/doc/en-US/style_focus_visible.html#%7B%22message%22%3A%22Check%20the%20keyboard%20focus%20indicator%20is%20visible%20when%20using%20CSS%20declaration%20for%20'border'%20or%20'outline'%22%2C%22snippet%22%3A%22%3Cinput%20style%3D%5C%22margin-bottom%3A%201em%3B%5C%22%20type%3D%5C%22text%5C%22%20class%3D%5C%22cds--text-input%5C%22%20id%3D%5C%22tss-ft2%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22POTENTIAL%22%5D%2C%22reasonId%22%3A%22potential_focus_not_visible%22%2C%22ruleId%22%3A%22style_focus_visible%22%2C%22msgArgs%22%3A%5B%5D%7D\n\n\n 24 | });\n 25 |\n> 26 | await expect(page).toHaveNoACViolations('Tearsheet @avt-default-state');\n | ^\n 27 | });\n 28 |\n 29 | test('@avt-open-and-close', async ({ page }) => {\n at /home/runner/work/ibm-products/ibm-products/e2e/components/Tearsheet/Tearsheet-test.avt.e2e.js:26:24"
5562
+ }
5563
+ ],
5564
+ "stdout": [],
5565
+ "stderr": [],
5566
+ "retry": 0,
5567
+ "startTime": "2026-08-31T09:37:45.618Z",
5568
+ "annotations": [],
5569
+ "attachments": [
5570
+ {
5571
+ "name": "error-context",
5572
+ "contentType": "text/markdown",
5573
+ "path": "/home/runner/work/ibm-products/ibm-products/all-blob-reports/resources/ff2423e0ed9eec4b88c1768baf2b9303e52d2664.markdown"
5574
+ }
5575
+ ],
5576
+ "errorLocation": {
5577
+ "file": "/home/runner/work/ibm-products/ibm-products/e2e/components/Tearsheet/Tearsheet-test.avt.e2e.js",
5578
+ "column": 24,
5579
+ "line": 26
5580
+ }
5581
+ },
5582
+ {
5583
+ "workerIndex": 2,
5584
+ "parallelIndex": 0,
5493
5585
  "status": "passed",
5494
- "duration": 1672,
5586
+ "duration": 5702,
5495
5587
  "errors": [],
5496
5588
  "stdout": [],
5497
5589
  "stderr": [],
5498
- "retry": 0,
5499
- "startTime": "2026-08-19T12:55:27.566Z",
5590
+ "retry": 1,
5591
+ "startTime": "2026-08-31T09:37:48.718Z",
5500
5592
  "annotations": [],
5501
- "attachments": []
5593
+ "attachments": [
5594
+ {
5595
+ "name": "trace",
5596
+ "contentType": "application/zip",
5597
+ "path": "/home/runner/work/ibm-products/ibm-products/all-blob-reports/resources/abe7615c2881e192442cd78dc57e85ec1524be9e.zip"
5598
+ }
5599
+ ]
5502
5600
  }
5503
5601
  ],
5504
- "status": "expected"
5602
+ "status": "flaky"
5505
5603
  }
5506
5604
  ],
5507
5605
  "id": "df77df09c8370e996f33-7fffc6a1d8c5d2b7dc90",
@@ -5524,15 +5622,15 @@
5524
5622
  "projectName": "chromium",
5525
5623
  "results": [
5526
5624
  {
5527
- "workerIndex": 0,
5625
+ "workerIndex": 2,
5528
5626
  "parallelIndex": 0,
5529
5627
  "status": "passed",
5530
- "duration": 1099,
5628
+ "duration": 1212,
5531
5629
  "errors": [],
5532
5630
  "stdout": [],
5533
5631
  "stderr": [],
5534
5632
  "retry": 0,
5535
- "startTime": "2026-08-19T12:55:29.249Z",
5633
+ "startTime": "2026-08-31T09:37:54.693Z",
5536
5634
  "annotations": [],
5537
5635
  "attachments": []
5538
5636
  }
@@ -5560,15 +5658,15 @@
5560
5658
  "projectName": "chromium",
5561
5659
  "results": [
5562
5660
  {
5563
- "workerIndex": 0,
5661
+ "workerIndex": 2,
5564
5662
  "parallelIndex": 0,
5565
5663
  "status": "passed",
5566
- "duration": 1350,
5664
+ "duration": 1617,
5567
5665
  "errors": [],
5568
5666
  "stdout": [],
5569
5667
  "stderr": [],
5570
5668
  "retry": 0,
5571
- "startTime": "2026-08-19T12:55:30.358Z",
5669
+ "startTime": "2026-08-31T09:37:55.926Z",
5572
5670
  "annotations": [],
5573
5671
  "attachments": []
5574
5672
  }
@@ -5596,15 +5694,15 @@
5596
5694
  "projectName": "chromium",
5597
5695
  "results": [
5598
5696
  {
5599
- "workerIndex": 0,
5697
+ "workerIndex": 2,
5600
5698
  "parallelIndex": 0,
5601
5699
  "status": "passed",
5602
- "duration": 1138,
5700
+ "duration": 1195,
5603
5701
  "errors": [],
5604
5702
  "stdout": [],
5605
5703
  "stderr": [],
5606
5704
  "retry": 0,
5607
- "startTime": "2026-08-19T12:55:31.720Z",
5705
+ "startTime": "2026-08-31T09:37:57.559Z",
5608
5706
  "annotations": [],
5609
5707
  "attachments": []
5610
5708
  }
@@ -5632,15 +5730,15 @@
5632
5730
  "projectName": "chromium",
5633
5731
  "results": [
5634
5732
  {
5635
- "workerIndex": 0,
5733
+ "workerIndex": 2,
5636
5734
  "parallelIndex": 0,
5637
5735
  "status": "passed",
5638
- "duration": 1176,
5736
+ "duration": 1266,
5639
5737
  "errors": [],
5640
5738
  "stdout": [],
5641
5739
  "stderr": [],
5642
5740
  "retry": 0,
5643
- "startTime": "2026-08-19T12:55:32.871Z",
5741
+ "startTime": "2026-08-31T09:37:58.769Z",
5644
5742
  "annotations": [],
5645
5743
  "attachments": []
5646
5744
  }
@@ -5677,7 +5775,7 @@
5677
5775
  "projectName": "chromium",
5678
5776
  "results": [
5679
5777
  {
5680
- "workerIndex": 0,
5778
+ "workerIndex": 2,
5681
5779
  "parallelIndex": 0,
5682
5780
  "status": "skipped",
5683
5781
  "duration": 0,
@@ -5685,7 +5783,7 @@
5685
5783
  "stdout": [],
5686
5784
  "stderr": [],
5687
5785
  "retry": 0,
5688
- "startTime": "2026-08-19T12:55:34.061Z",
5786
+ "startTime": "2026-08-31T09:38:00.054Z",
5689
5787
  "annotations": [
5690
5788
  {
5691
5789
  "type": "skip",
@@ -5731,7 +5829,7 @@
5731
5829
  "projectName": "chromium",
5732
5830
  "results": [
5733
5831
  {
5734
- "workerIndex": 0,
5832
+ "workerIndex": 2,
5735
5833
  "parallelIndex": 0,
5736
5834
  "status": "skipped",
5737
5835
  "duration": 0,
@@ -5739,7 +5837,7 @@
5739
5837
  "stdout": [],
5740
5838
  "stderr": [],
5741
5839
  "retry": 0,
5742
- "startTime": "2026-08-19T12:55:34.062Z",
5840
+ "startTime": "2026-08-31T09:38:00.055Z",
5743
5841
  "annotations": [
5744
5842
  {
5745
5843
  "type": "skip",
@@ -5793,15 +5891,15 @@
5793
5891
  "projectName": "chromium",
5794
5892
  "results": [
5795
5893
  {
5796
- "workerIndex": 0,
5894
+ "workerIndex": 2,
5797
5895
  "parallelIndex": 0,
5798
5896
  "status": "passed",
5799
- "duration": 2266,
5897
+ "duration": 2551,
5800
5898
  "errors": [],
5801
5899
  "stdout": [],
5802
5900
  "stderr": [],
5803
5901
  "retry": 0,
5804
- "startTime": "2026-08-19T12:55:34.067Z",
5902
+ "startTime": "2026-08-31T09:38:00.064Z",
5805
5903
  "annotations": [],
5806
5904
  "attachments": []
5807
5905
  }
@@ -5829,15 +5927,15 @@
5829
5927
  "projectName": "chromium",
5830
5928
  "results": [
5831
5929
  {
5832
- "workerIndex": 0,
5930
+ "workerIndex": 2,
5833
5931
  "parallelIndex": 0,
5834
5932
  "status": "passed",
5835
- "duration": 1846,
5933
+ "duration": 1828,
5836
5934
  "errors": [],
5837
5935
  "stdout": [],
5838
5936
  "stderr": [],
5839
5937
  "retry": 0,
5840
- "startTime": "2026-08-19T12:55:36.344Z",
5938
+ "startTime": "2026-08-31T09:38:02.629Z",
5841
5939
  "annotations": [],
5842
5940
  "attachments": []
5843
5941
  }
@@ -5865,15 +5963,15 @@
5865
5963
  "projectName": "chromium",
5866
5964
  "results": [
5867
5965
  {
5868
- "workerIndex": 0,
5966
+ "workerIndex": 2,
5869
5967
  "parallelIndex": 0,
5870
5968
  "status": "passed",
5871
- "duration": 1885,
5969
+ "duration": 2094,
5872
5970
  "errors": [],
5873
5971
  "stdout": [],
5874
5972
  "stderr": [],
5875
5973
  "retry": 0,
5876
- "startTime": "2026-08-19T12:55:38.200Z",
5974
+ "startTime": "2026-08-31T09:38:04.470Z",
5877
5975
  "annotations": [],
5878
5976
  "attachments": []
5879
5977
  }
@@ -5901,15 +5999,15 @@
5901
5999
  "projectName": "chromium",
5902
6000
  "results": [
5903
6001
  {
5904
- "workerIndex": 0,
6002
+ "workerIndex": 2,
5905
6003
  "parallelIndex": 0,
5906
6004
  "status": "passed",
5907
- "duration": 2317,
6005
+ "duration": 2647,
5908
6006
  "errors": [],
5909
6007
  "stdout": [],
5910
6008
  "stderr": [],
5911
6009
  "retry": 0,
5912
- "startTime": "2026-08-19T12:55:40.094Z",
6010
+ "startTime": "2026-08-31T09:38:06.576Z",
5913
6011
  "annotations": [],
5914
6012
  "attachments": []
5915
6013
  }
@@ -5946,7 +6044,7 @@
5946
6044
  "projectName": "chromium",
5947
6045
  "results": [
5948
6046
  {
5949
- "workerIndex": 0,
6047
+ "workerIndex": 2,
5950
6048
  "parallelIndex": 0,
5951
6049
  "status": "skipped",
5952
6050
  "duration": 0,
@@ -5954,7 +6052,7 @@
5954
6052
  "stdout": [],
5955
6053
  "stderr": [],
5956
6054
  "retry": 0,
5957
- "startTime": "2026-08-19T12:55:42.419Z",
6055
+ "startTime": "2026-08-31T09:38:09.236Z",
5958
6056
  "annotations": [
5959
6057
  {
5960
6058
  "type": "skip",
@@ -6008,15 +6106,15 @@
6008
6106
  "projectName": "chromium",
6009
6107
  "results": [
6010
6108
  {
6011
- "workerIndex": 0,
6012
- "parallelIndex": 0,
6109
+ "workerIndex": 1,
6110
+ "parallelIndex": 1,
6013
6111
  "status": "passed",
6014
- "duration": 2776,
6112
+ "duration": 3185,
6015
6113
  "errors": [],
6016
6114
  "stdout": [],
6017
6115
  "stderr": [],
6018
6116
  "retry": 0,
6019
- "startTime": "2026-08-19T12:55:42.423Z",
6117
+ "startTime": "2026-08-31T09:38:06.824Z",
6020
6118
  "annotations": [],
6021
6119
  "attachments": []
6022
6120
  }
@@ -6061,15 +6159,15 @@
6061
6159
  "projectName": "chromium",
6062
6160
  "results": [
6063
6161
  {
6064
- "workerIndex": 1,
6065
- "parallelIndex": 1,
6162
+ "workerIndex": 2,
6163
+ "parallelIndex": 0,
6066
6164
  "status": "passed",
6067
- "duration": 1157,
6165
+ "duration": 1151,
6068
6166
  "errors": [],
6069
6167
  "stdout": [],
6070
6168
  "stderr": [],
6071
6169
  "retry": 0,
6072
- "startTime": "2026-08-19T12:55:44.824Z",
6170
+ "startTime": "2026-08-31T09:38:09.239Z",
6073
6171
  "annotations": [],
6074
6172
  "attachments": []
6075
6173
  }
@@ -6114,15 +6212,15 @@
6114
6212
  "projectName": "chromium",
6115
6213
  "results": [
6116
6214
  {
6117
- "workerIndex": 0,
6118
- "parallelIndex": 0,
6215
+ "workerIndex": 1,
6216
+ "parallelIndex": 1,
6119
6217
  "status": "passed",
6120
- "duration": 1840,
6218
+ "duration": 2265,
6121
6219
  "errors": [],
6122
6220
  "stdout": [],
6123
6221
  "stderr": [],
6124
6222
  "retry": 0,
6125
- "startTime": "2026-08-19T12:55:45.214Z",
6223
+ "startTime": "2026-08-31T09:38:10.021Z",
6126
6224
  "annotations": [],
6127
6225
  "attachments": []
6128
6226
  }
@@ -6167,15 +6265,15 @@
6167
6265
  "projectName": "chromium",
6168
6266
  "results": [
6169
6267
  {
6170
- "workerIndex": 1,
6171
- "parallelIndex": 1,
6268
+ "workerIndex": 2,
6269
+ "parallelIndex": 0,
6172
6270
  "status": "passed",
6173
- "duration": 1431,
6271
+ "duration": 1519,
6174
6272
  "errors": [],
6175
6273
  "stdout": [],
6176
6274
  "stderr": [],
6177
6275
  "retry": 0,
6178
- "startTime": "2026-08-19T12:55:46.000Z",
6276
+ "startTime": "2026-08-31T09:38:10.410Z",
6179
6277
  "annotations": [],
6180
6278
  "attachments": []
6181
6279
  }
@@ -6203,15 +6301,15 @@
6203
6301
  "projectName": "chromium",
6204
6302
  "results": [
6205
6303
  {
6206
- "workerIndex": 1,
6207
- "parallelIndex": 1,
6304
+ "workerIndex": 2,
6305
+ "parallelIndex": 0,
6208
6306
  "status": "passed",
6209
- "duration": 738,
6307
+ "duration": 828,
6210
6308
  "errors": [],
6211
6309
  "stdout": [],
6212
6310
  "stderr": [],
6213
6311
  "retry": 0,
6214
- "startTime": "2026-08-19T12:55:47.445Z",
6312
+ "startTime": "2026-08-31T09:38:11.943Z",
6215
6313
  "annotations": [],
6216
6314
  "attachments": []
6217
6315
  }
@@ -6239,15 +6337,15 @@
6239
6337
  "projectName": "chromium",
6240
6338
  "results": [
6241
6339
  {
6242
- "workerIndex": 1,
6243
- "parallelIndex": 1,
6340
+ "workerIndex": 2,
6341
+ "parallelIndex": 0,
6244
6342
  "status": "passed",
6245
- "duration": 1527,
6343
+ "duration": 1783,
6246
6344
  "errors": [],
6247
6345
  "stdout": [],
6248
6346
  "stderr": [],
6249
6347
  "retry": 0,
6250
- "startTime": "2026-08-19T12:55:48.194Z",
6348
+ "startTime": "2026-08-31T09:38:12.782Z",
6251
6349
  "annotations": [],
6252
6350
  "attachments": []
6253
6351
  }
@@ -6292,15 +6390,15 @@
6292
6390
  "projectName": "chromium",
6293
6391
  "results": [
6294
6392
  {
6295
- "workerIndex": 0,
6296
- "parallelIndex": 0,
6393
+ "workerIndex": 1,
6394
+ "parallelIndex": 1,
6297
6395
  "status": "passed",
6298
- "duration": 1133,
6396
+ "duration": 1260,
6299
6397
  "errors": [],
6300
6398
  "stdout": [],
6301
6399
  "stderr": [],
6302
6400
  "retry": 0,
6303
- "startTime": "2026-08-19T12:55:47.068Z",
6401
+ "startTime": "2026-08-31T09:38:12.301Z",
6304
6402
  "annotations": [],
6305
6403
  "attachments": []
6306
6404
  }
@@ -6345,15 +6443,15 @@
6345
6443
  "projectName": "chromium",
6346
6444
  "results": [
6347
6445
  {
6348
- "workerIndex": 0,
6349
- "parallelIndex": 0,
6446
+ "workerIndex": 1,
6447
+ "parallelIndex": 1,
6350
6448
  "status": "passed",
6351
- "duration": 2788,
6449
+ "duration": 2950,
6352
6450
  "errors": [],
6353
6451
  "stdout": [],
6354
6452
  "stderr": [],
6355
6453
  "retry": 0,
6356
- "startTime": "2026-08-19T12:55:48.217Z",
6454
+ "startTime": "2026-08-31T09:38:13.576Z",
6357
6455
  "annotations": [],
6358
6456
  "attachments": []
6359
6457
  }
@@ -6373,11 +6471,11 @@
6373
6471
  ],
6374
6472
  "errors": [],
6375
6473
  "stats": {
6376
- "startTime": "2026-08-19T12:54:41.145Z",
6377
- "duration": 88971.90502929688,
6378
- "expected": 137,
6474
+ "startTime": "2026-08-31T09:36:49.955Z",
6475
+ "duration": 112459.125,
6476
+ "expected": 135,
6379
6477
  "skipped": 4,
6380
6478
  "unexpected": 0,
6381
- "flaky": 0
6479
+ "flaky": 2
6382
6480
  }
6383
6481
  }