@carbon/react 1.37.0 → 1.38.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 (68) hide show
  1. package/.playwright/INTERNAL_AVT_REPORT_DO_NOT_USE.json +924 -660
  2. package/es/components/DataTable/DataTable.js +1 -1
  3. package/es/components/DataTable/Table.js +21 -1
  4. package/es/components/Grid/CSSGrid.js +1 -1
  5. package/es/components/Grid/ColumnHang.js +1 -1
  6. package/es/components/Grid/GridContext.d.ts +2 -2
  7. package/es/components/Grid/GridContext.js +1 -1
  8. package/es/components/Heading/index.d.ts +5 -40
  9. package/es/components/Heading/index.js +11 -6
  10. package/es/components/Icon/Icon.Skeleton.d.ts +25 -0
  11. package/es/components/Icon/Icon.Skeleton.js +1 -4
  12. package/es/components/Icon/index.d.ts +7 -0
  13. package/es/components/IconButton/index.js +9 -1
  14. package/es/components/Layer/index.js +5 -3
  15. package/es/components/ListBox/ListBoxMenuItem.js +2 -1
  16. package/es/components/Menu/Menu.js +14 -2
  17. package/es/components/Menu/MenuItem.js +28 -7
  18. package/es/components/MenuButton/index.js +1 -1
  19. package/es/components/MultiSelect/FilterableMultiSelect.js +6 -6
  20. package/es/components/MultiSelect/MultiSelect.js +6 -0
  21. package/es/components/Notification/Notification.js +4 -2
  22. package/es/components/Slider/Slider.d.ts +1 -0
  23. package/es/components/Slider/Slider.js +16 -5
  24. package/es/components/Tabs/Tabs.js +6 -8
  25. package/es/components/Tag/Tag.Skeleton.js +6 -3
  26. package/es/components/Tag/Tag.js +2 -2
  27. package/es/components/Text/Text.js +1 -1
  28. package/es/components/TextInput/PasswordInput.js +3 -1
  29. package/es/components/Theme/index.d.ts +3 -15
  30. package/es/components/Theme/index.js +6 -3
  31. package/es/components/TreeView/TreeNode.js +2 -2
  32. package/es/components/UIShell/HeaderMenu.js +11 -11
  33. package/es/components/UIShell/HeaderMenuItem.d.ts +9 -5
  34. package/es/components/UIShell/HeaderMenuItem.js +2 -3
  35. package/lib/components/DataTable/DataTable.js +1 -1
  36. package/lib/components/DataTable/Table.js +20 -0
  37. package/lib/components/Grid/CSSGrid.js +1 -1
  38. package/lib/components/Grid/ColumnHang.js +1 -1
  39. package/lib/components/Grid/GridContext.d.ts +2 -2
  40. package/lib/components/Grid/GridContext.js +1 -1
  41. package/lib/components/Heading/index.d.ts +5 -40
  42. package/lib/components/Heading/index.js +11 -6
  43. package/lib/components/Icon/Icon.Skeleton.d.ts +25 -0
  44. package/lib/components/Icon/Icon.Skeleton.js +1 -4
  45. package/lib/components/Icon/index.d.ts +7 -0
  46. package/lib/components/IconButton/index.js +9 -1
  47. package/lib/components/Layer/index.js +5 -3
  48. package/lib/components/ListBox/ListBoxMenuItem.js +2 -1
  49. package/lib/components/Menu/Menu.js +14 -2
  50. package/lib/components/Menu/MenuItem.js +30 -9
  51. package/lib/components/MenuButton/index.js +1 -1
  52. package/lib/components/MultiSelect/FilterableMultiSelect.js +5 -5
  53. package/lib/components/MultiSelect/MultiSelect.js +6 -0
  54. package/lib/components/Notification/Notification.js +4 -2
  55. package/lib/components/Slider/Slider.d.ts +1 -0
  56. package/lib/components/Slider/Slider.js +16 -5
  57. package/lib/components/Tabs/Tabs.js +6 -8
  58. package/lib/components/Tag/Tag.Skeleton.js +6 -3
  59. package/lib/components/Tag/Tag.js +2 -2
  60. package/lib/components/Text/Text.js +1 -1
  61. package/lib/components/TextInput/PasswordInput.js +3 -1
  62. package/lib/components/Theme/index.d.ts +3 -15
  63. package/lib/components/Theme/index.js +6 -3
  64. package/lib/components/TreeView/TreeNode.js +2 -2
  65. package/lib/components/UIShell/HeaderMenu.js +11 -11
  66. package/lib/components/UIShell/HeaderMenuItem.d.ts +9 -5
  67. package/lib/components/UIShell/HeaderMenuItem.js +2 -3
  68. package/package.json +5 -5
@@ -12,7 +12,7 @@
12
12
  "maxFailures": 0,
13
13
  "metadata": {
14
14
  "actualWorkers": 1,
15
- "totalTime": 543030.0739999998
15
+ "totalTime": 607458.25
16
16
  },
17
17
  "preserveOutput": "always",
18
18
  "reporter": [
@@ -96,12 +96,12 @@
96
96
  {
97
97
  "workerIndex": 0,
98
98
  "status": "passed",
99
- "duration": 4049,
99
+ "duration": 4229,
100
100
  "errors": [],
101
101
  "stdout": [],
102
102
  "stderr": [],
103
103
  "retry": 0,
104
- "startTime": "2023-08-31T17:47:21.566Z",
104
+ "startTime": "2023-09-15T14:43:15.941Z",
105
105
  "attachments": []
106
106
  }
107
107
  ],
@@ -130,12 +130,12 @@
130
130
  {
131
131
  "workerIndex": 0,
132
132
  "status": "passed",
133
- "duration": 2475,
133
+ "duration": 2302,
134
134
  "errors": [],
135
135
  "stdout": [],
136
136
  "stderr": [],
137
137
  "retry": 0,
138
- "startTime": "2023-08-31T17:47:26.338Z",
138
+ "startTime": "2023-09-15T14:43:20.941Z",
139
139
  "attachments": []
140
140
  }
141
141
  ],
@@ -164,12 +164,12 @@
164
164
  {
165
165
  "workerIndex": 0,
166
166
  "status": "passed",
167
- "duration": 4360,
167
+ "duration": 4528,
168
168
  "errors": [],
169
169
  "stdout": [],
170
170
  "stderr": [],
171
171
  "retry": 0,
172
- "startTime": "2023-08-31T17:47:28.819Z",
172
+ "startTime": "2023-09-15T14:43:23.246Z",
173
173
  "attachments": []
174
174
  }
175
175
  ],
@@ -198,12 +198,12 @@
198
198
  {
199
199
  "workerIndex": 0,
200
200
  "status": "passed",
201
- "duration": 1857,
201
+ "duration": 1991,
202
202
  "errors": [],
203
203
  "stdout": [],
204
204
  "stderr": [],
205
205
  "retry": 0,
206
- "startTime": "2023-08-31T17:47:33.180Z",
206
+ "startTime": "2023-09-15T14:43:27.776Z",
207
207
  "attachments": []
208
208
  }
209
209
  ],
@@ -232,12 +232,12 @@
232
232
  {
233
233
  "workerIndex": 0,
234
234
  "status": "passed",
235
- "duration": 2800,
235
+ "duration": 3318,
236
236
  "errors": [],
237
237
  "stdout": [],
238
238
  "stderr": [],
239
239
  "retry": 0,
240
- "startTime": "2023-08-31T17:47:35.040Z",
240
+ "startTime": "2023-09-15T14:43:29.768Z",
241
241
  "attachments": []
242
242
  }
243
243
  ],
@@ -266,12 +266,12 @@
266
266
  {
267
267
  "workerIndex": 0,
268
268
  "status": "passed",
269
- "duration": 2391,
269
+ "duration": 3316,
270
270
  "errors": [],
271
271
  "stdout": [],
272
272
  "stderr": [],
273
273
  "retry": 0,
274
- "startTime": "2023-08-31T17:47:37.841Z",
274
+ "startTime": "2023-09-15T14:43:33.087Z",
275
275
  "attachments": []
276
276
  }
277
277
  ],
@@ -300,12 +300,12 @@
300
300
  {
301
301
  "workerIndex": 0,
302
302
  "status": "passed",
303
- "duration": 2192,
303
+ "duration": 2578,
304
304
  "errors": [],
305
305
  "stdout": [],
306
306
  "stderr": [],
307
307
  "retry": 0,
308
- "startTime": "2023-08-31T17:47:40.233Z",
308
+ "startTime": "2023-09-15T14:43:36.411Z",
309
309
  "attachments": []
310
310
  }
311
311
  ],
@@ -351,12 +351,12 @@
351
351
  {
352
352
  "workerIndex": 0,
353
353
  "status": "passed",
354
- "duration": 2066,
354
+ "duration": 2293,
355
355
  "errors": [],
356
356
  "stdout": [],
357
357
  "stderr": [],
358
358
  "retry": 0,
359
- "startTime": "2023-08-31T17:47:42.439Z",
359
+ "startTime": "2023-09-15T14:43:38.998Z",
360
360
  "attachments": []
361
361
  }
362
362
  ],
@@ -402,12 +402,12 @@
402
402
  {
403
403
  "workerIndex": 0,
404
404
  "status": "passed",
405
- "duration": 2020,
405
+ "duration": 2219,
406
406
  "errors": [],
407
407
  "stdout": [],
408
408
  "stderr": [],
409
409
  "retry": 0,
410
- "startTime": "2023-08-31T17:47:44.511Z",
410
+ "startTime": "2023-09-15T14:43:41.296Z",
411
411
  "attachments": []
412
412
  }
413
413
  ],
@@ -451,12 +451,12 @@
451
451
  {
452
452
  "workerIndex": 0,
453
453
  "status": "passed",
454
- "duration": 2051,
454
+ "duration": 2283,
455
455
  "errors": [],
456
456
  "stdout": [],
457
457
  "stderr": [],
458
458
  "retry": 0,
459
- "startTime": "2023-08-31T17:47:46.537Z",
459
+ "startTime": "2023-09-15T14:43:43.521Z",
460
460
  "attachments": []
461
461
  }
462
462
  ],
@@ -483,12 +483,12 @@
483
483
  {
484
484
  "workerIndex": 0,
485
485
  "status": "passed",
486
- "duration": 2179,
486
+ "duration": 2382,
487
487
  "errors": [],
488
488
  "stdout": [],
489
489
  "stderr": [],
490
490
  "retry": 0,
491
- "startTime": "2023-08-31T17:47:48.591Z",
491
+ "startTime": "2023-09-15T14:43:45.805Z",
492
492
  "attachments": []
493
493
  }
494
494
  ],
@@ -515,12 +515,12 @@
515
515
  {
516
516
  "workerIndex": 0,
517
517
  "status": "passed",
518
- "duration": 2008,
518
+ "duration": 2278,
519
519
  "errors": [],
520
520
  "stdout": [],
521
521
  "stderr": [],
522
522
  "retry": 0,
523
- "startTime": "2023-08-31T17:47:50.771Z",
523
+ "startTime": "2023-09-15T14:43:48.188Z",
524
524
  "attachments": []
525
525
  }
526
526
  ],
@@ -547,12 +547,12 @@
547
547
  {
548
548
  "workerIndex": 0,
549
549
  "status": "passed",
550
- "duration": 1993,
550
+ "duration": 2157,
551
551
  "errors": [],
552
552
  "stdout": [],
553
553
  "stderr": [],
554
554
  "retry": 0,
555
- "startTime": "2023-08-31T17:47:52.781Z",
555
+ "startTime": "2023-09-15T14:43:50.467Z",
556
556
  "attachments": []
557
557
  }
558
558
  ],
@@ -579,12 +579,12 @@
579
579
  {
580
580
  "workerIndex": 0,
581
581
  "status": "passed",
582
- "duration": 2010,
582
+ "duration": 2335,
583
583
  "errors": [],
584
584
  "stdout": [],
585
585
  "stderr": [],
586
586
  "retry": 0,
587
- "startTime": "2023-08-31T17:47:54.777Z",
587
+ "startTime": "2023-09-15T14:43:52.625Z",
588
588
  "attachments": []
589
589
  }
590
590
  ],
@@ -611,12 +611,12 @@
611
611
  {
612
612
  "workerIndex": 0,
613
613
  "status": "passed",
614
- "duration": 2209,
614
+ "duration": 2342,
615
615
  "errors": [],
616
616
  "stdout": [],
617
617
  "stderr": [],
618
618
  "retry": 0,
619
- "startTime": "2023-08-31T17:47:56.788Z",
619
+ "startTime": "2023-09-15T14:43:54.961Z",
620
620
  "attachments": []
621
621
  }
622
622
  ],
@@ -643,12 +643,12 @@
643
643
  {
644
644
  "workerIndex": 0,
645
645
  "status": "passed",
646
- "duration": 2013,
646
+ "duration": 2080,
647
647
  "errors": [],
648
648
  "stdout": [],
649
649
  "stderr": [],
650
650
  "retry": 0,
651
- "startTime": "2023-08-31T17:47:58.998Z",
651
+ "startTime": "2023-09-15T14:43:57.305Z",
652
652
  "attachments": []
653
653
  }
654
654
  ],
@@ -675,12 +675,12 @@
675
675
  {
676
676
  "workerIndex": 0,
677
677
  "status": "passed",
678
- "duration": 2230,
678
+ "duration": 2245,
679
679
  "errors": [],
680
680
  "stdout": [],
681
681
  "stderr": [],
682
682
  "retry": 0,
683
- "startTime": "2023-08-31T17:48:01.012Z",
683
+ "startTime": "2023-09-15T14:43:59.386Z",
684
684
  "attachments": []
685
685
  }
686
686
  ],
@@ -707,12 +707,12 @@
707
707
  {
708
708
  "workerIndex": 0,
709
709
  "status": "passed",
710
- "duration": 2066,
710
+ "duration": 2143,
711
711
  "errors": [],
712
712
  "stdout": [],
713
713
  "stderr": [],
714
714
  "retry": 0,
715
- "startTime": "2023-08-31T17:48:03.244Z",
715
+ "startTime": "2023-09-15T14:44:01.632Z",
716
716
  "attachments": []
717
717
  }
718
718
  ],
@@ -739,12 +739,12 @@
739
739
  {
740
740
  "workerIndex": 0,
741
741
  "status": "passed",
742
- "duration": 1443,
742
+ "duration": 1623,
743
743
  "errors": [],
744
744
  "stdout": [],
745
745
  "stderr": [],
746
746
  "retry": 0,
747
- "startTime": "2023-08-31T17:48:05.312Z",
747
+ "startTime": "2023-09-15T14:44:03.777Z",
748
748
  "attachments": []
749
749
  }
750
750
  ],
@@ -771,12 +771,12 @@
771
771
  {
772
772
  "workerIndex": 0,
773
773
  "status": "passed",
774
- "duration": 1532,
774
+ "duration": 1701,
775
775
  "errors": [],
776
776
  "stdout": [],
777
777
  "stderr": [],
778
778
  "retry": 0,
779
- "startTime": "2023-08-31T17:48:06.757Z",
779
+ "startTime": "2023-09-15T14:44:05.401Z",
780
780
  "attachments": []
781
781
  }
782
782
  ],
@@ -803,12 +803,12 @@
803
803
  {
804
804
  "workerIndex": 0,
805
805
  "status": "passed",
806
- "duration": 2076,
806
+ "duration": 2297,
807
807
  "errors": [],
808
808
  "stdout": [],
809
809
  "stderr": [],
810
810
  "retry": 0,
811
- "startTime": "2023-08-31T17:48:08.290Z",
811
+ "startTime": "2023-09-15T14:44:07.103Z",
812
812
  "attachments": []
813
813
  }
814
814
  ],
@@ -854,12 +854,12 @@
854
854
  {
855
855
  "workerIndex": 0,
856
856
  "status": "passed",
857
- "duration": 2226,
857
+ "duration": 2382,
858
858
  "errors": [],
859
859
  "stdout": [],
860
860
  "stderr": [],
861
861
  "retry": 0,
862
- "startTime": "2023-08-31T17:48:10.371Z",
862
+ "startTime": "2023-09-15T14:44:09.404Z",
863
863
  "attachments": []
864
864
  }
865
865
  ],
@@ -905,12 +905,12 @@
905
905
  {
906
906
  "workerIndex": 0,
907
907
  "status": "passed",
908
- "duration": 1962,
908
+ "duration": 2141,
909
909
  "errors": [],
910
910
  "stdout": [],
911
911
  "stderr": [],
912
912
  "retry": 0,
913
- "startTime": "2023-08-31T17:48:12.603Z",
913
+ "startTime": "2023-09-15T14:44:11.802Z",
914
914
  "attachments": []
915
915
  }
916
916
  ],
@@ -954,12 +954,12 @@
954
954
  {
955
955
  "workerIndex": 0,
956
956
  "status": "passed",
957
- "duration": 2033,
957
+ "duration": 2267,
958
958
  "errors": [],
959
959
  "stdout": [],
960
960
  "stderr": [],
961
961
  "retry": 0,
962
- "startTime": "2023-08-31T17:48:14.578Z",
962
+ "startTime": "2023-09-15T14:44:13.957Z",
963
963
  "attachments": []
964
964
  }
965
965
  ],
@@ -988,12 +988,12 @@
988
988
  {
989
989
  "workerIndex": 0,
990
990
  "status": "passed",
991
- "duration": 2108,
991
+ "duration": 2261,
992
992
  "errors": [],
993
993
  "stdout": [],
994
994
  "stderr": [],
995
995
  "retry": 0,
996
- "startTime": "2023-08-31T17:48:16.613Z",
996
+ "startTime": "2023-09-15T14:44:16.224Z",
997
997
  "attachments": []
998
998
  }
999
999
  ],
@@ -1022,12 +1022,12 @@
1022
1022
  {
1023
1023
  "workerIndex": 0,
1024
1024
  "status": "passed",
1025
- "duration": 2139,
1025
+ "duration": 2299,
1026
1026
  "errors": [],
1027
1027
  "stdout": [],
1028
1028
  "stderr": [],
1029
1029
  "retry": 0,
1030
- "startTime": "2023-08-31T17:48:18.723Z",
1030
+ "startTime": "2023-09-15T14:44:18.486Z",
1031
1031
  "attachments": []
1032
1032
  }
1033
1033
  ],
@@ -1065,7 +1065,7 @@
1065
1065
  "stdout": [],
1066
1066
  "stderr": [],
1067
1067
  "retry": 0,
1068
- "startTime": "2023-08-31T17:48:20.863Z",
1068
+ "startTime": "2023-09-15T14:44:20.786Z",
1069
1069
  "attachments": []
1070
1070
  }
1071
1071
  ],
@@ -1094,12 +1094,12 @@
1094
1094
  {
1095
1095
  "workerIndex": 0,
1096
1096
  "status": "passed",
1097
- "duration": 2138,
1097
+ "duration": 2397,
1098
1098
  "errors": [],
1099
1099
  "stdout": [],
1100
1100
  "stderr": [],
1101
1101
  "retry": 0,
1102
- "startTime": "2023-08-31T17:48:20.864Z",
1102
+ "startTime": "2023-09-15T14:44:20.787Z",
1103
1103
  "attachments": []
1104
1104
  }
1105
1105
  ],
@@ -1128,12 +1128,12 @@
1128
1128
  {
1129
1129
  "workerIndex": 0,
1130
1130
  "status": "passed",
1131
- "duration": 1930,
1131
+ "duration": 2043,
1132
1132
  "errors": [],
1133
1133
  "stdout": [],
1134
1134
  "stderr": [],
1135
1135
  "retry": 0,
1136
- "startTime": "2023-08-31T17:48:23.005Z",
1136
+ "startTime": "2023-09-15T14:44:23.186Z",
1137
1137
  "attachments": []
1138
1138
  }
1139
1139
  ],
@@ -1144,6 +1144,102 @@
1144
1144
  "file": "components/CodeSnippet/CodeSnippet-test.avt.e2e.js",
1145
1145
  "line": 84,
1146
1146
  "column": 3
1147
+ },
1148
+ {
1149
+ "title": "accessibility-checker CodeSnippet inline keyboard nav",
1150
+ "ok": true,
1151
+ "tags": [],
1152
+ "tests": [
1153
+ {
1154
+ "timeout": 30000,
1155
+ "annotations": [],
1156
+ "expectedStatus": "passed",
1157
+ "projectId": "chromium",
1158
+ "projectName": "chromium",
1159
+ "results": [
1160
+ {
1161
+ "workerIndex": 0,
1162
+ "status": "passed",
1163
+ "duration": 1672,
1164
+ "errors": [],
1165
+ "stdout": [],
1166
+ "stderr": [],
1167
+ "retry": 0,
1168
+ "startTime": "2023-09-15T14:44:25.230Z",
1169
+ "attachments": []
1170
+ }
1171
+ ],
1172
+ "status": "expected"
1173
+ }
1174
+ ],
1175
+ "id": "71275753102a822243ad-a423b18e6b58ddd0d68c",
1176
+ "file": "components/CodeSnippet/CodeSnippet-test.avt.e2e.js",
1177
+ "line": 95,
1178
+ "column": 3
1179
+ },
1180
+ {
1181
+ "title": "accessibility-checker CodeSnippet multiline keyboard nav",
1182
+ "ok": true,
1183
+ "tags": [],
1184
+ "tests": [
1185
+ {
1186
+ "timeout": 30000,
1187
+ "annotations": [],
1188
+ "expectedStatus": "passed",
1189
+ "projectId": "chromium",
1190
+ "projectName": "chromium",
1191
+ "results": [
1192
+ {
1193
+ "workerIndex": 0,
1194
+ "status": "passed",
1195
+ "duration": 1698,
1196
+ "errors": [],
1197
+ "stdout": [],
1198
+ "stderr": [],
1199
+ "retry": 0,
1200
+ "startTime": "2023-09-15T14:44:26.904Z",
1201
+ "attachments": []
1202
+ }
1203
+ ],
1204
+ "status": "expected"
1205
+ }
1206
+ ],
1207
+ "id": "71275753102a822243ad-5cba1b30ae58da4b9abd",
1208
+ "file": "components/CodeSnippet/CodeSnippet-test.avt.e2e.js",
1209
+ "line": 116,
1210
+ "column": 3
1211
+ },
1212
+ {
1213
+ "title": "accessibility-checker CodeSnippet singleline keyboard nav",
1214
+ "ok": true,
1215
+ "tags": [],
1216
+ "tests": [
1217
+ {
1218
+ "timeout": 30000,
1219
+ "annotations": [],
1220
+ "expectedStatus": "passed",
1221
+ "projectId": "chromium",
1222
+ "projectName": "chromium",
1223
+ "results": [
1224
+ {
1225
+ "workerIndex": 0,
1226
+ "status": "passed",
1227
+ "duration": 1755,
1228
+ "errors": [],
1229
+ "stdout": [],
1230
+ "stderr": [],
1231
+ "retry": 0,
1232
+ "startTime": "2023-09-15T14:44:28.604Z",
1233
+ "attachments": []
1234
+ }
1235
+ ],
1236
+ "status": "expected"
1237
+ }
1238
+ ],
1239
+ "id": "71275753102a822243ad-80af86134d118f07817c",
1240
+ "file": "components/CodeSnippet/CodeSnippet-test.avt.e2e.js",
1241
+ "line": 145,
1242
+ "column": 3
1147
1243
  }
1148
1244
  ]
1149
1245
  }
@@ -1177,12 +1273,12 @@
1177
1273
  {
1178
1274
  "workerIndex": 0,
1179
1275
  "status": "passed",
1180
- "duration": 2113,
1276
+ "duration": 2381,
1181
1277
  "errors": [],
1182
1278
  "stdout": [],
1183
1279
  "stderr": [],
1184
1280
  "retry": 0,
1185
- "startTime": "2023-08-31T17:48:24.945Z",
1281
+ "startTime": "2023-09-15T14:44:30.366Z",
1186
1282
  "attachments": []
1187
1283
  }
1188
1284
  ],
@@ -1218,7 +1314,7 @@
1218
1314
  "stdout": [],
1219
1315
  "stderr": [],
1220
1316
  "retry": 0,
1221
- "startTime": "2023-08-31T17:48:27.059Z",
1317
+ "startTime": "2023-09-15T14:44:32.750Z",
1222
1318
  "attachments": []
1223
1319
  }
1224
1320
  ],
@@ -1245,12 +1341,12 @@
1245
1341
  {
1246
1342
  "workerIndex": 0,
1247
1343
  "status": "passed",
1248
- "duration": 1716,
1344
+ "duration": 1811,
1249
1345
  "errors": [],
1250
1346
  "stdout": [],
1251
1347
  "stderr": [],
1252
1348
  "retry": 0,
1253
- "startTime": "2023-08-31T17:48:27.061Z",
1349
+ "startTime": "2023-09-15T14:44:32.750Z",
1254
1350
  "attachments": []
1255
1351
  }
1256
1352
  ],
@@ -1296,12 +1392,12 @@
1296
1392
  {
1297
1393
  "workerIndex": 0,
1298
1394
  "status": "passed",
1299
- "duration": 2127,
1395
+ "duration": 2414,
1300
1396
  "errors": [],
1301
1397
  "stdout": [],
1302
1398
  "stderr": [],
1303
1399
  "retry": 0,
1304
- "startTime": "2023-08-31T17:48:28.782Z",
1400
+ "startTime": "2023-09-15T14:44:34.566Z",
1305
1401
  "attachments": []
1306
1402
  }
1307
1403
  ],
@@ -1347,12 +1443,12 @@
1347
1443
  {
1348
1444
  "workerIndex": 0,
1349
1445
  "status": "passed",
1350
- "duration": 2852,
1446
+ "duration": 3146,
1351
1447
  "errors": [],
1352
1448
  "stdout": [],
1353
1449
  "stderr": [],
1354
1450
  "retry": 0,
1355
- "startTime": "2023-08-31T17:48:30.915Z",
1451
+ "startTime": "2023-09-15T14:44:36.985Z",
1356
1452
  "attachments": []
1357
1453
  }
1358
1454
  ],
@@ -1398,12 +1494,12 @@
1398
1494
  {
1399
1495
  "workerIndex": 0,
1400
1496
  "status": "passed",
1401
- "duration": 2363,
1497
+ "duration": 2724,
1402
1498
  "errors": [],
1403
1499
  "stdout": [],
1404
1500
  "stderr": [],
1405
1501
  "retry": 0,
1406
- "startTime": "2023-08-31T17:48:33.774Z",
1502
+ "startTime": "2023-09-15T14:44:40.137Z",
1407
1503
  "attachments": []
1408
1504
  }
1409
1505
  ],
@@ -1449,12 +1545,12 @@
1449
1545
  {
1450
1546
  "workerIndex": 0,
1451
1547
  "status": "passed",
1452
- "duration": 3477,
1548
+ "duration": 3891,
1453
1549
  "errors": [],
1454
1550
  "stdout": [],
1455
1551
  "stderr": [],
1456
1552
  "retry": 0,
1457
- "startTime": "2023-08-31T17:48:36.145Z",
1553
+ "startTime": "2023-09-15T14:44:42.866Z",
1458
1554
  "attachments": []
1459
1555
  }
1460
1556
  ],
@@ -1500,12 +1596,12 @@
1500
1596
  {
1501
1597
  "workerIndex": 0,
1502
1598
  "status": "passed",
1503
- "duration": 2045,
1599
+ "duration": 2175,
1504
1600
  "errors": [],
1505
1601
  "stdout": [],
1506
1602
  "stderr": [],
1507
1603
  "retry": 0,
1508
- "startTime": "2023-08-31T17:48:39.626Z",
1604
+ "startTime": "2023-09-15T14:44:46.761Z",
1509
1605
  "attachments": []
1510
1606
  }
1511
1607
  ],
@@ -1556,12 +1652,12 @@
1556
1652
  {
1557
1653
  "workerIndex": 0,
1558
1654
  "status": "passed",
1559
- "duration": 2845,
1655
+ "duration": 3234,
1560
1656
  "errors": [],
1561
1657
  "stdout": [],
1562
1658
  "stderr": [],
1563
1659
  "retry": 0,
1564
- "startTime": "2023-08-31T17:48:41.678Z",
1660
+ "startTime": "2023-09-15T14:44:48.945Z",
1565
1661
  "attachments": []
1566
1662
  }
1567
1663
  ],
@@ -1588,12 +1684,12 @@
1588
1684
  {
1589
1685
  "workerIndex": 0,
1590
1686
  "status": "passed",
1591
- "duration": 3174,
1687
+ "duration": 3450,
1592
1688
  "errors": [],
1593
1689
  "stdout": [],
1594
1690
  "stderr": [],
1595
1691
  "retry": 0,
1596
- "startTime": "2023-08-31T17:48:44.524Z",
1692
+ "startTime": "2023-09-15T14:44:52.180Z",
1597
1693
  "attachments": []
1598
1694
  }
1599
1695
  ],
@@ -1628,12 +1724,12 @@
1628
1724
  {
1629
1725
  "workerIndex": 0,
1630
1726
  "status": "passed",
1631
- "duration": 4747,
1727
+ "duration": 5463,
1632
1728
  "errors": [],
1633
1729
  "stdout": [],
1634
1730
  "stderr": [],
1635
1731
  "retry": 0,
1636
- "startTime": "2023-08-31T17:48:47.699Z",
1732
+ "startTime": "2023-09-15T14:44:55.631Z",
1637
1733
  "attachments": []
1638
1734
  }
1639
1735
  ],
@@ -1668,12 +1764,12 @@
1668
1764
  {
1669
1765
  "workerIndex": 0,
1670
1766
  "status": "passed",
1671
- "duration": 5811,
1767
+ "duration": 6367,
1672
1768
  "errors": [],
1673
1769
  "stdout": [],
1674
1770
  "stderr": [],
1675
1771
  "retry": 0,
1676
- "startTime": "2023-08-31T17:48:52.447Z",
1772
+ "startTime": "2023-09-15T14:45:01.096Z",
1677
1773
  "attachments": []
1678
1774
  }
1679
1775
  ],
@@ -1700,7 +1796,7 @@
1700
1796
  {
1701
1797
  "workerIndex": 0,
1702
1798
  "status": "passed",
1703
- "duration": 11254,
1799
+ "duration": 11408,
1704
1800
  "errors": [],
1705
1801
  "stdout": [],
1706
1802
  "stderr": [
@@ -1709,7 +1805,7 @@
1709
1805
  }
1710
1806
  ],
1711
1807
  "retry": 0,
1712
- "startTime": "2023-08-31T17:48:58.259Z",
1808
+ "startTime": "2023-09-15T14:45:07.464Z",
1713
1809
  "attachments": []
1714
1810
  }
1715
1811
  ],
@@ -1744,12 +1840,12 @@
1744
1840
  {
1745
1841
  "workerIndex": 0,
1746
1842
  "status": "passed",
1747
- "duration": 4502,
1843
+ "duration": 4899,
1748
1844
  "errors": [],
1749
1845
  "stdout": [],
1750
1846
  "stderr": [],
1751
1847
  "retry": 0,
1752
- "startTime": "2023-08-31T17:49:09.515Z",
1848
+ "startTime": "2023-09-15T14:45:18.874Z",
1753
1849
  "attachments": []
1754
1850
  }
1755
1851
  ],
@@ -1776,12 +1872,12 @@
1776
1872
  {
1777
1873
  "workerIndex": 0,
1778
1874
  "status": "passed",
1779
- "duration": 4483,
1875
+ "duration": 4974,
1780
1876
  "errors": [],
1781
1877
  "stdout": [],
1782
1878
  "stderr": [],
1783
1879
  "retry": 0,
1784
- "startTime": "2023-08-31T17:49:14.018Z",
1880
+ "startTime": "2023-09-15T14:45:23.774Z",
1785
1881
  "attachments": []
1786
1882
  }
1787
1883
  ],
@@ -1816,12 +1912,12 @@
1816
1912
  {
1817
1913
  "workerIndex": 0,
1818
1914
  "status": "passed",
1819
- "duration": 3757,
1915
+ "duration": 4087,
1820
1916
  "errors": [],
1821
1917
  "stdout": [],
1822
1918
  "stderr": [],
1823
1919
  "retry": 0,
1824
- "startTime": "2023-08-31T17:49:18.502Z",
1920
+ "startTime": "2023-09-15T14:45:28.749Z",
1825
1921
  "attachments": []
1826
1922
  }
1827
1923
  ],
@@ -1856,12 +1952,12 @@
1856
1952
  {
1857
1953
  "workerIndex": 0,
1858
1954
  "status": "passed",
1859
- "duration": 4621,
1955
+ "duration": 4762,
1860
1956
  "errors": [],
1861
1957
  "stdout": [],
1862
1958
  "stderr": [],
1863
1959
  "retry": 0,
1864
- "startTime": "2023-08-31T17:49:22.260Z",
1960
+ "startTime": "2023-09-15T14:45:32.838Z",
1865
1961
  "attachments": []
1866
1962
  }
1867
1963
  ],
@@ -1888,12 +1984,12 @@
1888
1984
  {
1889
1985
  "workerIndex": 0,
1890
1986
  "status": "passed",
1891
- "duration": 2235,
1987
+ "duration": 2101,
1892
1988
  "errors": [],
1893
1989
  "stdout": [],
1894
1990
  "stderr": [],
1895
1991
  "retry": 0,
1896
- "startTime": "2023-08-31T17:49:26.883Z",
1992
+ "startTime": "2023-09-15T14:45:37.601Z",
1897
1993
  "attachments": []
1898
1994
  }
1899
1995
  ],
@@ -1920,12 +2016,12 @@
1920
2016
  {
1921
2017
  "workerIndex": 0,
1922
2018
  "status": "passed",
1923
- "duration": 4933,
2019
+ "duration": 5371,
1924
2020
  "errors": [],
1925
2021
  "stdout": [],
1926
2022
  "stderr": [],
1927
2023
  "retry": 0,
1928
- "startTime": "2023-08-31T17:49:29.120Z",
2024
+ "startTime": "2023-09-15T14:45:39.704Z",
1929
2025
  "attachments": []
1930
2026
  }
1931
2027
  ],
@@ -1960,12 +2056,12 @@
1960
2056
  {
1961
2057
  "workerIndex": 0,
1962
2058
  "status": "passed",
1963
- "duration": 2575,
2059
+ "duration": 2734,
1964
2060
  "errors": [],
1965
2061
  "stdout": [],
1966
2062
  "stderr": [],
1967
2063
  "retry": 0,
1968
- "startTime": "2023-08-31T17:49:34.054Z",
2064
+ "startTime": "2023-09-15T14:45:45.076Z",
1969
2065
  "attachments": []
1970
2066
  }
1971
2067
  ],
@@ -2000,12 +2096,12 @@
2000
2096
  {
2001
2097
  "workerIndex": 0,
2002
2098
  "status": "passed",
2003
- "duration": 4219,
2099
+ "duration": 4505,
2004
2100
  "errors": [],
2005
2101
  "stdout": [],
2006
2102
  "stderr": [],
2007
2103
  "retry": 0,
2008
- "startTime": "2023-08-31T17:49:36.630Z",
2104
+ "startTime": "2023-09-15T14:45:47.812Z",
2009
2105
  "attachments": []
2010
2106
  }
2011
2107
  ],
@@ -2040,12 +2136,12 @@
2040
2136
  {
2041
2137
  "workerIndex": 0,
2042
2138
  "status": "passed",
2043
- "duration": 3728,
2139
+ "duration": 4065,
2044
2140
  "errors": [],
2045
2141
  "stdout": [],
2046
2142
  "stderr": [],
2047
2143
  "retry": 0,
2048
- "startTime": "2023-08-31T17:49:40.850Z",
2144
+ "startTime": "2023-09-15T14:45:52.318Z",
2049
2145
  "attachments": []
2050
2146
  }
2051
2147
  ],
@@ -2072,12 +2168,12 @@
2072
2168
  {
2073
2169
  "workerIndex": 0,
2074
2170
  "status": "passed",
2075
- "duration": 3743,
2171
+ "duration": 4038,
2076
2172
  "errors": [],
2077
2173
  "stdout": [],
2078
2174
  "stderr": [],
2079
2175
  "retry": 0,
2080
- "startTime": "2023-08-31T17:49:44.579Z",
2176
+ "startTime": "2023-09-15T14:45:56.384Z",
2081
2177
  "attachments": []
2082
2178
  }
2083
2179
  ],
@@ -2104,12 +2200,12 @@
2104
2200
  {
2105
2201
  "workerIndex": 0,
2106
2202
  "status": "passed",
2107
- "duration": 3572,
2203
+ "duration": 3996,
2108
2204
  "errors": [],
2109
2205
  "stdout": [],
2110
2206
  "stderr": [],
2111
2207
  "retry": 0,
2112
- "startTime": "2023-08-31T17:49:48.323Z",
2208
+ "startTime": "2023-09-15T14:46:00.423Z",
2113
2209
  "attachments": []
2114
2210
  }
2115
2211
  ],
@@ -2136,12 +2232,12 @@
2136
2232
  {
2137
2233
  "workerIndex": 0,
2138
2234
  "status": "passed",
2139
- "duration": 4393,
2235
+ "duration": 5055,
2140
2236
  "errors": [],
2141
2237
  "stdout": [],
2142
2238
  "stderr": [],
2143
2239
  "retry": 0,
2144
- "startTime": "2023-08-31T17:49:51.897Z",
2240
+ "startTime": "2023-09-15T14:46:04.421Z",
2145
2241
  "attachments": []
2146
2242
  }
2147
2243
  ],
@@ -2189,12 +2285,12 @@
2189
2285
  {
2190
2286
  "workerIndex": 0,
2191
2287
  "status": "passed",
2192
- "duration": 2208,
2288
+ "duration": 2342,
2193
2289
  "errors": [],
2194
2290
  "stdout": [],
2195
2291
  "stderr": [],
2196
2292
  "retry": 0,
2197
- "startTime": "2023-08-31T17:49:56.295Z",
2293
+ "startTime": "2023-09-15T14:46:09.482Z",
2198
2294
  "attachments": []
2199
2295
  }
2200
2296
  ],
@@ -2223,12 +2319,12 @@
2223
2319
  {
2224
2320
  "workerIndex": 0,
2225
2321
  "status": "passed",
2226
- "duration": 2403,
2322
+ "duration": 2608,
2227
2323
  "errors": [],
2228
2324
  "stdout": [],
2229
2325
  "stderr": [],
2230
2326
  "retry": 0,
2231
- "startTime": "2023-08-31T17:49:58.505Z",
2327
+ "startTime": "2023-09-15T14:46:11.825Z",
2232
2328
  "attachments": []
2233
2329
  }
2234
2330
  ],
@@ -2257,12 +2353,12 @@
2257
2353
  {
2258
2354
  "workerIndex": 0,
2259
2355
  "status": "passed",
2260
- "duration": 2224,
2356
+ "duration": 2391,
2261
2357
  "errors": [],
2262
2358
  "stdout": [],
2263
2359
  "stderr": [],
2264
2360
  "retry": 0,
2265
- "startTime": "2023-08-31T17:50:00.909Z",
2361
+ "startTime": "2023-09-15T14:46:14.435Z",
2266
2362
  "attachments": []
2267
2363
  }
2268
2364
  ],
@@ -2291,12 +2387,12 @@
2291
2387
  {
2292
2388
  "workerIndex": 0,
2293
2389
  "status": "passed",
2294
- "duration": 1984,
2390
+ "duration": 2072,
2295
2391
  "errors": [],
2296
2392
  "stdout": [],
2297
2393
  "stderr": [],
2298
2394
  "retry": 0,
2299
- "startTime": "2023-08-31T17:50:03.134Z",
2395
+ "startTime": "2023-09-15T14:46:16.826Z",
2300
2396
  "attachments": []
2301
2397
  }
2302
2398
  ],
@@ -2325,12 +2421,12 @@
2325
2421
  {
2326
2422
  "workerIndex": 0,
2327
2423
  "status": "passed",
2328
- "duration": 3458,
2424
+ "duration": 3904,
2329
2425
  "errors": [],
2330
2426
  "stdout": [],
2331
2427
  "stderr": [],
2332
2428
  "retry": 0,
2333
- "startTime": "2023-08-31T17:50:05.120Z",
2429
+ "startTime": "2023-09-15T14:46:18.899Z",
2334
2430
  "attachments": []
2335
2431
  }
2336
2432
  ],
@@ -2356,17 +2452,58 @@
2356
2452
  "results": [
2357
2453
  {
2358
2454
  "workerIndex": 0,
2455
+ "status": "failed",
2456
+ "duration": 6712,
2457
+ "error": {
2458
+ "message": "\u001b[31mTimed out 5000ms waiting for \u001b[39m\u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoBeFocused\u001b[2m()\u001b[22m\nCall log:\n \u001b[2m- expect.toBeFocused with timeout 5000ms\u001b[22m\n\u001b[2m - waiting for locator('span.today')\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n",
2459
+ "stack": "Error: \u001b[31mTimed out 5000ms waiting for \u001b[39m\u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoBeFocused\u001b[2m()\u001b[22m\nCall log:\n \u001b[2m- expect.toBeFocused with timeout 5000ms\u001b[22m\n\u001b[2m - waiting for locator('span.today')\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\n at /home/runner/work/carbon/carbon/e2e/components/DatePicker/DatePicker-test.avt.e2e.js:97:46",
2460
+ "location": {
2461
+ "file": "/home/runner/work/carbon/carbon/e2e/components/DatePicker/DatePicker-test.avt.e2e.js",
2462
+ "column": 46,
2463
+ "line": 97
2464
+ },
2465
+ "snippet": " 95 | await expect(page.locator('div.flatpickr-calendar')).toHaveClass(/open/);\n 96 | await page.keyboard.press('ArrowDown');\n> 97 | await expect(page.locator('span.today')).toBeFocused();\n | ^\n 98 | await page.keyboard.press('Escape');\n 99 | await expect(\n 100 | page.getByRole('textbox', { name: 'Date Picker label' })"
2466
+ },
2467
+ "errors": [
2468
+ {
2469
+ "location": {
2470
+ "file": "/home/runner/work/carbon/carbon/e2e/components/DatePicker/DatePicker-test.avt.e2e.js",
2471
+ "column": 46,
2472
+ "line": 97
2473
+ },
2474
+ "message": "Error: \u001b[31mTimed out 5000ms waiting for \u001b[39m\u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoBeFocused\u001b[2m()\u001b[22m\nCall log:\n \u001b[2m- expect.toBeFocused with timeout 5000ms\u001b[22m\n\u001b[2m - waiting for locator('span.today')\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\u001b[2m - locator resolved to <span tabindex=\"-1\" role=\"button\" aria-current=\"date\" …>15</span>\u001b[22m\n\u001b[2m - unexpected value \"not focused\"\u001b[22m\n\n\n 95 | await expect(page.locator('div.flatpickr-calendar')).toHaveClass(/open/);\n 96 | await page.keyboard.press('ArrowDown');\n> 97 | await expect(page.locator('span.today')).toBeFocused();\n | ^\n 98 | await page.keyboard.press('Escape');\n 99 | await expect(\n 100 | page.getByRole('textbox', { name: 'Date Picker label' })\n\n at /home/runner/work/carbon/carbon/e2e/components/DatePicker/DatePicker-test.avt.e2e.js:97:46"
2475
+ }
2476
+ ],
2477
+ "stdout": [],
2478
+ "stderr": [],
2479
+ "retry": 0,
2480
+ "startTime": "2023-09-15T14:46:22.806Z",
2481
+ "attachments": [],
2482
+ "errorLocation": {
2483
+ "file": "/home/runner/work/carbon/carbon/e2e/components/DatePicker/DatePicker-test.avt.e2e.js",
2484
+ "column": 46,
2485
+ "line": 97
2486
+ }
2487
+ },
2488
+ {
2489
+ "workerIndex": 1,
2359
2490
  "status": "passed",
2360
- "duration": 1589,
2491
+ "duration": 2359,
2361
2492
  "errors": [],
2362
2493
  "stdout": [],
2363
2494
  "stderr": [],
2364
- "retry": 0,
2365
- "startTime": "2023-08-31T17:50:08.579Z",
2366
- "attachments": []
2495
+ "retry": 1,
2496
+ "startTime": "2023-09-15T14:46:30.040Z",
2497
+ "attachments": [
2498
+ {
2499
+ "name": "trace",
2500
+ "contentType": "application/zip",
2501
+ "path": "/home/runner/work/carbon/carbon/.playwright/results/components-DatePicker-DatePicker-test.avt.e2e.js-DatePicker-avt-simple-state---keyboard-nav-chromium-retry1/trace.zip"
2502
+ }
2503
+ ]
2367
2504
  }
2368
2505
  ],
2369
- "status": "expected"
2506
+ "status": "flaky"
2370
2507
  }
2371
2508
  ],
2372
2509
  "id": "00e107e4b12c0da04958-247413737496e260ee13",
@@ -2387,14 +2524,14 @@
2387
2524
  "projectName": "chromium",
2388
2525
  "results": [
2389
2526
  {
2390
- "workerIndex": 0,
2527
+ "workerIndex": 1,
2391
2528
  "status": "passed",
2392
- "duration": 1761,
2529
+ "duration": 1865,
2393
2530
  "errors": [],
2394
2531
  "stdout": [],
2395
2532
  "stderr": [],
2396
2533
  "retry": 0,
2397
- "startTime": "2023-08-31T17:50:10.169Z",
2534
+ "startTime": "2023-09-15T14:46:32.641Z",
2398
2535
  "attachments": []
2399
2536
  }
2400
2537
  ],
@@ -2438,14 +2575,14 @@
2438
2575
  "projectName": "chromium",
2439
2576
  "results": [
2440
2577
  {
2441
- "workerIndex": 0,
2578
+ "workerIndex": 1,
2442
2579
  "status": "passed",
2443
- "duration": 2124,
2580
+ "duration": 3247,
2444
2581
  "errors": [],
2445
2582
  "stdout": [],
2446
2583
  "stderr": [],
2447
2584
  "retry": 0,
2448
- "startTime": "2023-08-31T17:50:11.935Z",
2585
+ "startTime": "2023-09-15T14:46:34.513Z",
2449
2586
  "attachments": []
2450
2587
  }
2451
2588
  ],
@@ -2487,14 +2624,14 @@
2487
2624
  "projectName": "chromium",
2488
2625
  "results": [
2489
2626
  {
2490
- "workerIndex": 0,
2627
+ "workerIndex": 1,
2491
2628
  "status": "passed",
2492
- "duration": 2219,
2629
+ "duration": 2404,
2493
2630
  "errors": [],
2494
2631
  "stdout": [],
2495
2632
  "stderr": [],
2496
2633
  "retry": 0,
2497
- "startTime": "2023-08-31T17:50:14.065Z",
2634
+ "startTime": "2023-09-15T14:46:37.765Z",
2498
2635
  "attachments": []
2499
2636
  }
2500
2637
  ],
@@ -2523,14 +2660,14 @@
2523
2660
  "projectName": "chromium",
2524
2661
  "results": [
2525
2662
  {
2526
- "workerIndex": 0,
2663
+ "workerIndex": 1,
2527
2664
  "status": "skipped",
2528
2665
  "duration": 0,
2529
2666
  "errors": [],
2530
2667
  "stdout": [],
2531
2668
  "stderr": [],
2532
2669
  "retry": 0,
2533
- "startTime": "2023-08-31T17:50:16.284Z",
2670
+ "startTime": "2023-09-15T14:46:40.171Z",
2534
2671
  "attachments": []
2535
2672
  }
2536
2673
  ],
@@ -2555,14 +2692,14 @@
2555
2692
  "projectName": "chromium",
2556
2693
  "results": [
2557
2694
  {
2558
- "workerIndex": 0,
2695
+ "workerIndex": 1,
2559
2696
  "status": "passed",
2560
- "duration": 1674,
2697
+ "duration": 1655,
2561
2698
  "errors": [],
2562
2699
  "stdout": [],
2563
2700
  "stderr": [],
2564
2701
  "retry": 0,
2565
- "startTime": "2023-08-31T17:50:16.284Z",
2702
+ "startTime": "2023-09-15T14:46:40.172Z",
2566
2703
  "attachments": []
2567
2704
  }
2568
2705
  ],
@@ -2606,14 +2743,14 @@
2606
2743
  "projectName": "chromium",
2607
2744
  "results": [
2608
2745
  {
2609
- "workerIndex": 0,
2746
+ "workerIndex": 1,
2610
2747
  "status": "passed",
2611
- "duration": 2246,
2748
+ "duration": 2228,
2612
2749
  "errors": [],
2613
2750
  "stdout": [],
2614
2751
  "stderr": [],
2615
2752
  "retry": 0,
2616
- "startTime": "2023-08-31T17:50:17.969Z",
2753
+ "startTime": "2023-09-15T14:46:41.831Z",
2617
2754
  "attachments": []
2618
2755
  }
2619
2756
  ],
@@ -2655,14 +2792,14 @@
2655
2792
  "projectName": "chromium",
2656
2793
  "results": [
2657
2794
  {
2658
- "workerIndex": 0,
2795
+ "workerIndex": 1,
2659
2796
  "status": "passed",
2660
- "duration": 2231,
2797
+ "duration": 2352,
2661
2798
  "errors": [],
2662
2799
  "stdout": [],
2663
2800
  "stderr": [],
2664
2801
  "retry": 0,
2665
- "startTime": "2023-08-31T17:50:20.221Z",
2802
+ "startTime": "2023-09-15T14:46:44.064Z",
2666
2803
  "attachments": []
2667
2804
  }
2668
2805
  ],
@@ -2687,14 +2824,14 @@
2687
2824
  "projectName": "chromium",
2688
2825
  "results": [
2689
2826
  {
2690
- "workerIndex": 0,
2827
+ "workerIndex": 1,
2691
2828
  "status": "passed",
2692
- "duration": 2487,
2829
+ "duration": 2619,
2693
2830
  "errors": [],
2694
2831
  "stdout": [],
2695
2832
  "stderr": [],
2696
2833
  "retry": 0,
2697
- "startTime": "2023-08-31T17:50:22.453Z",
2834
+ "startTime": "2023-09-15T14:46:46.418Z",
2698
2835
  "attachments": []
2699
2836
  }
2700
2837
  ],
@@ -2719,14 +2856,14 @@
2719
2856
  "projectName": "chromium",
2720
2857
  "results": [
2721
2858
  {
2722
- "workerIndex": 0,
2859
+ "workerIndex": 1,
2723
2860
  "status": "passed",
2724
- "duration": 2268,
2861
+ "duration": 2296,
2725
2862
  "errors": [],
2726
2863
  "stdout": [],
2727
2864
  "stderr": [],
2728
2865
  "retry": 0,
2729
- "startTime": "2023-08-31T17:50:24.941Z",
2866
+ "startTime": "2023-09-15T14:46:49.039Z",
2730
2867
  "attachments": []
2731
2868
  }
2732
2869
  ],
@@ -2751,14 +2888,14 @@
2751
2888
  "projectName": "chromium",
2752
2889
  "results": [
2753
2890
  {
2754
- "workerIndex": 0,
2891
+ "workerIndex": 1,
2755
2892
  "status": "passed",
2756
- "duration": 2156,
2893
+ "duration": 2145,
2757
2894
  "errors": [],
2758
2895
  "stdout": [],
2759
2896
  "stderr": [],
2760
2897
  "retry": 0,
2761
- "startTime": "2023-08-31T17:50:27.211Z",
2898
+ "startTime": "2023-09-15T14:46:51.338Z",
2762
2899
  "attachments": []
2763
2900
  }
2764
2901
  ],
@@ -2783,14 +2920,14 @@
2783
2920
  "projectName": "chromium",
2784
2921
  "results": [
2785
2922
  {
2786
- "workerIndex": 0,
2923
+ "workerIndex": 1,
2787
2924
  "status": "passed",
2788
- "duration": 2071,
2925
+ "duration": 2113,
2789
2926
  "errors": [],
2790
2927
  "stdout": [],
2791
2928
  "stderr": [],
2792
2929
  "retry": 0,
2793
- "startTime": "2023-08-31T17:50:29.375Z",
2930
+ "startTime": "2023-09-15T14:46:53.485Z",
2794
2931
  "attachments": []
2795
2932
  }
2796
2933
  ],
@@ -2834,14 +2971,14 @@
2834
2971
  "projectName": "chromium",
2835
2972
  "results": [
2836
2973
  {
2837
- "workerIndex": 0,
2974
+ "workerIndex": 1,
2838
2975
  "status": "passed",
2839
- "duration": 2231,
2976
+ "duration": 2255,
2840
2977
  "errors": [],
2841
2978
  "stdout": [],
2842
2979
  "stderr": [],
2843
2980
  "retry": 0,
2844
- "startTime": "2023-08-31T17:50:31.451Z",
2981
+ "startTime": "2023-09-15T14:46:55.603Z",
2845
2982
  "attachments": []
2846
2983
  }
2847
2984
  ],
@@ -2885,14 +3022,14 @@
2885
3022
  "projectName": "chromium",
2886
3023
  "results": [
2887
3024
  {
2888
- "workerIndex": 0,
3025
+ "workerIndex": 1,
2889
3026
  "status": "passed",
2890
- "duration": 2185,
3027
+ "duration": 2381,
2891
3028
  "errors": [],
2892
3029
  "stdout": [],
2893
3030
  "stderr": [],
2894
3031
  "retry": 0,
2895
- "startTime": "2023-08-31T17:50:33.691Z",
3032
+ "startTime": "2023-09-15T14:46:57.865Z",
2896
3033
  "attachments": []
2897
3034
  }
2898
3035
  ],
@@ -2936,14 +3073,14 @@
2936
3073
  "projectName": "chromium",
2937
3074
  "results": [
2938
3075
  {
2939
- "workerIndex": 0,
3076
+ "workerIndex": 1,
2940
3077
  "status": "passed",
2941
- "duration": 2079,
3078
+ "duration": 2319,
2942
3079
  "errors": [],
2943
3080
  "stdout": [],
2944
3081
  "stderr": [],
2945
3082
  "retry": 0,
2946
- "startTime": "2023-08-31T17:50:35.879Z",
3083
+ "startTime": "2023-09-15T14:47:00.250Z",
2947
3084
  "attachments": []
2948
3085
  }
2949
3086
  ],
@@ -2987,14 +3124,14 @@
2987
3124
  "projectName": "chromium",
2988
3125
  "results": [
2989
3126
  {
2990
- "workerIndex": 0,
3127
+ "workerIndex": 1,
2991
3128
  "status": "passed",
2992
- "duration": 3719,
3129
+ "duration": 4192,
2993
3130
  "errors": [],
2994
3131
  "stdout": [],
2995
3132
  "stderr": [],
2996
3133
  "retry": 0,
2997
- "startTime": "2023-08-31T17:50:37.964Z",
3134
+ "startTime": "2023-09-15T14:47:02.575Z",
2998
3135
  "attachments": []
2999
3136
  }
3000
3137
  ],
@@ -3038,14 +3175,14 @@
3038
3175
  "projectName": "chromium",
3039
3176
  "results": [
3040
3177
  {
3041
- "workerIndex": 0,
3178
+ "workerIndex": 1,
3042
3179
  "status": "passed",
3043
- "duration": 2068,
3180
+ "duration": 2365,
3044
3181
  "errors": [],
3045
3182
  "stdout": [],
3046
3183
  "stderr": [],
3047
3184
  "retry": 0,
3048
- "startTime": "2023-08-31T17:50:41.686Z",
3185
+ "startTime": "2023-09-15T14:47:06.774Z",
3049
3186
  "attachments": []
3050
3187
  }
3051
3188
  ],
@@ -3089,14 +3226,14 @@
3089
3226
  "projectName": "chromium",
3090
3227
  "results": [
3091
3228
  {
3092
- "workerIndex": 0,
3229
+ "workerIndex": 1,
3093
3230
  "status": "passed",
3094
- "duration": 3550,
3231
+ "duration": 4240,
3095
3232
  "errors": [],
3096
3233
  "stdout": [],
3097
3234
  "stderr": [],
3098
3235
  "retry": 0,
3099
- "startTime": "2023-08-31T17:50:43.757Z",
3236
+ "startTime": "2023-09-15T14:47:09.143Z",
3100
3237
  "attachments": []
3101
3238
  }
3102
3239
  ],
@@ -3140,14 +3277,14 @@
3140
3277
  "projectName": "chromium",
3141
3278
  "results": [
3142
3279
  {
3143
- "workerIndex": 0,
3280
+ "workerIndex": 1,
3144
3281
  "status": "passed",
3145
- "duration": 2088,
3282
+ "duration": 2365,
3146
3283
  "errors": [],
3147
3284
  "stdout": [],
3148
3285
  "stderr": [],
3149
3286
  "retry": 0,
3150
- "startTime": "2023-08-31T17:50:47.314Z",
3287
+ "startTime": "2023-09-15T14:47:13.395Z",
3151
3288
  "attachments": []
3152
3289
  }
3153
3290
  ],
@@ -3191,14 +3328,14 @@
3191
3328
  "projectName": "chromium",
3192
3329
  "results": [
3193
3330
  {
3194
- "workerIndex": 0,
3331
+ "workerIndex": 1,
3195
3332
  "status": "passed",
3196
- "duration": 2810,
3333
+ "duration": 3302,
3197
3334
  "errors": [],
3198
3335
  "stdout": [],
3199
3336
  "stderr": [],
3200
3337
  "retry": 0,
3201
- "startTime": "2023-08-31T17:50:49.406Z",
3338
+ "startTime": "2023-09-15T14:47:15.765Z",
3202
3339
  "attachments": []
3203
3340
  }
3204
3341
  ],
@@ -3242,14 +3379,14 @@
3242
3379
  "projectName": "chromium",
3243
3380
  "results": [
3244
3381
  {
3245
- "workerIndex": 0,
3382
+ "workerIndex": 1,
3246
3383
  "status": "passed",
3247
- "duration": 1998,
3384
+ "duration": 2270,
3248
3385
  "errors": [],
3249
3386
  "stdout": [],
3250
3387
  "stderr": [],
3251
3388
  "retry": 0,
3252
- "startTime": "2023-08-31T17:50:52.225Z",
3389
+ "startTime": "2023-09-15T14:47:19.073Z",
3253
3390
  "attachments": []
3254
3391
  }
3255
3392
  ],
@@ -3293,14 +3430,14 @@
3293
3430
  "projectName": "chromium",
3294
3431
  "results": [
3295
3432
  {
3296
- "workerIndex": 0,
3433
+ "workerIndex": 1,
3297
3434
  "status": "passed",
3298
- "duration": 2832,
3435
+ "duration": 3504,
3299
3436
  "errors": [],
3300
3437
  "stdout": [],
3301
3438
  "stderr": [],
3302
3439
  "retry": 0,
3303
- "startTime": "2023-08-31T17:50:54.227Z",
3440
+ "startTime": "2023-09-15T14:47:21.348Z",
3304
3441
  "attachments": []
3305
3442
  }
3306
3443
  ],
@@ -3344,14 +3481,14 @@
3344
3481
  "projectName": "chromium",
3345
3482
  "results": [
3346
3483
  {
3347
- "workerIndex": 0,
3484
+ "workerIndex": 1,
3348
3485
  "status": "passed",
3349
- "duration": 2098,
3486
+ "duration": 2321,
3350
3487
  "errors": [],
3351
3488
  "stdout": [],
3352
3489
  "stderr": [],
3353
3490
  "retry": 0,
3354
- "startTime": "2023-08-31T17:50:57.064Z",
3491
+ "startTime": "2023-09-15T14:47:24.856Z",
3355
3492
  "attachments": []
3356
3493
  }
3357
3494
  ],
@@ -3395,14 +3532,14 @@
3395
3532
  "projectName": "chromium",
3396
3533
  "results": [
3397
3534
  {
3398
- "workerIndex": 0,
3535
+ "workerIndex": 1,
3399
3536
  "status": "passed",
3400
- "duration": 2861,
3537
+ "duration": 3308,
3401
3538
  "errors": [],
3402
3539
  "stdout": [],
3403
3540
  "stderr": [],
3404
3541
  "retry": 0,
3405
- "startTime": "2023-08-31T17:50:59.166Z",
3542
+ "startTime": "2023-09-15T14:47:27.183Z",
3406
3543
  "attachments": []
3407
3544
  }
3408
3545
  ],
@@ -3446,14 +3583,14 @@
3446
3583
  "projectName": "chromium",
3447
3584
  "results": [
3448
3585
  {
3449
- "workerIndex": 0,
3586
+ "workerIndex": 1,
3450
3587
  "status": "passed",
3451
- "duration": 5012,
3588
+ "duration": 5783,
3452
3589
  "errors": [],
3453
3590
  "stdout": [],
3454
3591
  "stderr": [],
3455
3592
  "retry": 0,
3456
- "startTime": "2023-08-31T17:51:02.031Z",
3593
+ "startTime": "2023-09-15T14:47:30.496Z",
3457
3594
  "attachments": []
3458
3595
  }
3459
3596
  ],
@@ -3497,14 +3634,14 @@
3497
3634
  "projectName": "chromium",
3498
3635
  "results": [
3499
3636
  {
3500
- "workerIndex": 0,
3637
+ "workerIndex": 1,
3501
3638
  "status": "passed",
3502
- "duration": 4426,
3639
+ "duration": 4872,
3503
3640
  "errors": [],
3504
3641
  "stdout": [],
3505
3642
  "stderr": [],
3506
3643
  "retry": 0,
3507
- "startTime": "2023-08-31T17:51:07.047Z",
3644
+ "startTime": "2023-09-15T14:47:36.284Z",
3508
3645
  "attachments": []
3509
3646
  }
3510
3647
  ],
@@ -3548,14 +3685,14 @@
3548
3685
  "projectName": "chromium",
3549
3686
  "results": [
3550
3687
  {
3551
- "workerIndex": 0,
3688
+ "workerIndex": 1,
3552
3689
  "status": "passed",
3553
- "duration": 2823,
3690
+ "duration": 3147,
3554
3691
  "errors": [],
3555
3692
  "stdout": [],
3556
3693
  "stderr": [],
3557
3694
  "retry": 0,
3558
- "startTime": "2023-08-31T17:51:11.484Z",
3695
+ "startTime": "2023-09-15T14:47:41.161Z",
3559
3696
  "attachments": []
3560
3697
  }
3561
3698
  ],
@@ -3599,14 +3736,14 @@
3599
3736
  "projectName": "chromium",
3600
3737
  "results": [
3601
3738
  {
3602
- "workerIndex": 0,
3739
+ "workerIndex": 1,
3603
3740
  "status": "passed",
3604
- "duration": 2040,
3741
+ "duration": 2135,
3605
3742
  "errors": [],
3606
3743
  "stdout": [],
3607
3744
  "stderr": [],
3608
3745
  "retry": 0,
3609
- "startTime": "2023-08-31T17:51:14.311Z",
3746
+ "startTime": "2023-09-15T14:47:44.312Z",
3610
3747
  "attachments": []
3611
3748
  }
3612
3749
  ],
@@ -3650,14 +3787,14 @@
3650
3787
  "projectName": "chromium",
3651
3788
  "results": [
3652
3789
  {
3653
- "workerIndex": 0,
3790
+ "workerIndex": 1,
3654
3791
  "status": "passed",
3655
- "duration": 2007,
3792
+ "duration": 2014,
3656
3793
  "errors": [],
3657
3794
  "stdout": [],
3658
3795
  "stderr": [],
3659
3796
  "retry": 0,
3660
- "startTime": "2023-08-31T17:51:16.355Z",
3797
+ "startTime": "2023-09-15T14:47:46.451Z",
3661
3798
  "attachments": []
3662
3799
  }
3663
3800
  ],
@@ -3701,14 +3838,14 @@
3701
3838
  "projectName": "chromium",
3702
3839
  "results": [
3703
3840
  {
3704
- "workerIndex": 0,
3841
+ "workerIndex": 1,
3705
3842
  "status": "passed",
3706
- "duration": 2162,
3843
+ "duration": 2177,
3707
3844
  "errors": [],
3708
3845
  "stdout": [],
3709
3846
  "stderr": [],
3710
3847
  "retry": 0,
3711
- "startTime": "2023-08-31T17:51:18.368Z",
3848
+ "startTime": "2023-09-15T14:47:48.469Z",
3712
3849
  "attachments": []
3713
3850
  }
3714
3851
  ],
@@ -3752,14 +3889,14 @@
3752
3889
  "projectName": "chromium",
3753
3890
  "results": [
3754
3891
  {
3755
- "workerIndex": 0,
3892
+ "workerIndex": 1,
3756
3893
  "status": "passed",
3757
- "duration": 2216,
3894
+ "duration": 2131,
3758
3895
  "errors": [],
3759
3896
  "stdout": [],
3760
3897
  "stderr": [],
3761
3898
  "retry": 0,
3762
- "startTime": "2023-08-31T17:51:20.544Z",
3899
+ "startTime": "2023-09-15T14:47:50.657Z",
3763
3900
  "attachments": []
3764
3901
  }
3765
3902
  ],
@@ -3803,14 +3940,14 @@
3803
3940
  "projectName": "chromium",
3804
3941
  "results": [
3805
3942
  {
3806
- "workerIndex": 0,
3943
+ "workerIndex": 1,
3807
3944
  "status": "passed",
3808
- "duration": 2211,
3945
+ "duration": 2146,
3809
3946
  "errors": [],
3810
3947
  "stdout": [],
3811
3948
  "stderr": [],
3812
3949
  "retry": 0,
3813
- "startTime": "2023-08-31T17:51:22.764Z",
3950
+ "startTime": "2023-09-15T14:47:52.792Z",
3814
3951
  "attachments": []
3815
3952
  }
3816
3953
  ],
@@ -3854,14 +3991,14 @@
3854
3991
  "projectName": "chromium",
3855
3992
  "results": [
3856
3993
  {
3857
- "workerIndex": 0,
3994
+ "workerIndex": 1,
3858
3995
  "status": "passed",
3859
- "duration": 2067,
3996
+ "duration": 2266,
3860
3997
  "errors": [],
3861
3998
  "stdout": [],
3862
3999
  "stderr": [],
3863
4000
  "retry": 0,
3864
- "startTime": "2023-08-31T17:51:24.980Z",
4001
+ "startTime": "2023-09-15T14:47:54.943Z",
3865
4002
  "attachments": []
3866
4003
  }
3867
4004
  ],
@@ -3905,14 +4042,14 @@
3905
4042
  "projectName": "chromium",
3906
4043
  "results": [
3907
4044
  {
3908
- "workerIndex": 0,
4045
+ "workerIndex": 1,
3909
4046
  "status": "passed",
3910
- "duration": 2129,
4047
+ "duration": 2185,
3911
4048
  "errors": [],
3912
4049
  "stdout": [],
3913
4050
  "stderr": [],
3914
4051
  "retry": 0,
3915
- "startTime": "2023-08-31T17:51:27.055Z",
4052
+ "startTime": "2023-09-15T14:47:57.213Z",
3916
4053
  "attachments": []
3917
4054
  }
3918
4055
  ],
@@ -3947,21 +4084,28 @@
3947
4084
  "tags": [],
3948
4085
  "tests": [
3949
4086
  {
3950
- "timeout": 30000,
3951
- "annotations": [],
4087
+ "timeout": 90000,
4088
+ "annotations": [
4089
+ {
4090
+ "type": "slow"
4091
+ },
4092
+ {
4093
+ "type": "slow"
4094
+ }
4095
+ ],
3952
4096
  "expectedStatus": "passed",
3953
4097
  "projectId": "chromium",
3954
4098
  "projectName": "chromium",
3955
4099
  "results": [
3956
4100
  {
3957
- "workerIndex": 0,
4101
+ "workerIndex": 1,
3958
4102
  "status": "passed",
3959
- "duration": 2255,
4103
+ "duration": 2210,
3960
4104
  "errors": [],
3961
4105
  "stdout": [],
3962
4106
  "stderr": [],
3963
4107
  "retry": 0,
3964
- "startTime": "2023-08-31T17:51:29.187Z",
4108
+ "startTime": "2023-09-15T14:47:59.403Z",
3965
4109
  "attachments": []
3966
4110
  }
3967
4111
  ],
@@ -3979,21 +4123,28 @@
3979
4123
  "tags": [],
3980
4124
  "tests": [
3981
4125
  {
3982
- "timeout": 30000,
3983
- "annotations": [],
4126
+ "timeout": 90000,
4127
+ "annotations": [
4128
+ {
4129
+ "type": "slow"
4130
+ },
4131
+ {
4132
+ "type": "slow"
4133
+ }
4134
+ ],
3984
4135
  "expectedStatus": "passed",
3985
4136
  "projectId": "chromium",
3986
4137
  "projectName": "chromium",
3987
4138
  "results": [
3988
4139
  {
3989
- "workerIndex": 0,
4140
+ "workerIndex": 1,
3990
4141
  "status": "passed",
3991
- "duration": 2347,
4142
+ "duration": 2299,
3992
4143
  "errors": [],
3993
4144
  "stdout": [],
3994
4145
  "stderr": [],
3995
4146
  "retry": 0,
3996
- "startTime": "2023-08-31T17:51:31.444Z",
4147
+ "startTime": "2023-09-15T14:48:01.614Z",
3997
4148
  "attachments": []
3998
4149
  }
3999
4150
  ],
@@ -4011,21 +4162,28 @@
4011
4162
  "tags": [],
4012
4163
  "tests": [
4013
4164
  {
4014
- "timeout": 30000,
4015
- "annotations": [],
4165
+ "timeout": 90000,
4166
+ "annotations": [
4167
+ {
4168
+ "type": "slow"
4169
+ },
4170
+ {
4171
+ "type": "slow"
4172
+ }
4173
+ ],
4016
4174
  "expectedStatus": "passed",
4017
4175
  "projectId": "chromium",
4018
4176
  "projectName": "chromium",
4019
4177
  "results": [
4020
4178
  {
4021
- "workerIndex": 0,
4179
+ "workerIndex": 1,
4022
4180
  "status": "passed",
4023
- "duration": 2222,
4181
+ "duration": 2164,
4024
4182
  "errors": [],
4025
4183
  "stdout": [],
4026
4184
  "stderr": [],
4027
4185
  "retry": 0,
4028
- "startTime": "2023-08-31T17:51:33.792Z",
4186
+ "startTime": "2023-09-15T14:48:03.914Z",
4029
4187
  "attachments": []
4030
4188
  }
4031
4189
  ],
@@ -4069,14 +4227,14 @@
4069
4227
  "projectName": "chromium",
4070
4228
  "results": [
4071
4229
  {
4072
- "workerIndex": 0,
4230
+ "workerIndex": 1,
4073
4231
  "status": "passed",
4074
- "duration": 2008,
4232
+ "duration": 2121,
4075
4233
  "errors": [],
4076
4234
  "stdout": [],
4077
4235
  "stderr": [],
4078
4236
  "retry": 0,
4079
- "startTime": "2023-08-31T17:51:36.019Z",
4237
+ "startTime": "2023-09-15T14:48:06.083Z",
4080
4238
  "attachments": []
4081
4239
  }
4082
4240
  ],
@@ -4120,14 +4278,14 @@
4120
4278
  "projectName": "chromium",
4121
4279
  "results": [
4122
4280
  {
4123
- "workerIndex": 0,
4281
+ "workerIndex": 1,
4124
4282
  "status": "passed",
4125
- "duration": 2787,
4283
+ "duration": 2931,
4126
4284
  "errors": [],
4127
4285
  "stdout": [],
4128
4286
  "stderr": [],
4129
4287
  "retry": 0,
4130
- "startTime": "2023-08-31T17:51:38.032Z",
4288
+ "startTime": "2023-09-15T14:48:08.209Z",
4131
4289
  "attachments": []
4132
4290
  }
4133
4291
  ],
@@ -4171,14 +4329,14 @@
4171
4329
  "projectName": "chromium",
4172
4330
  "results": [
4173
4331
  {
4174
- "workerIndex": 0,
4332
+ "workerIndex": 1,
4175
4333
  "status": "passed",
4176
- "duration": 2128,
4334
+ "duration": 2245,
4177
4335
  "errors": [],
4178
4336
  "stdout": [],
4179
4337
  "stderr": [],
4180
4338
  "retry": 0,
4181
- "startTime": "2023-08-31T17:51:40.823Z",
4339
+ "startTime": "2023-09-15T14:48:11.144Z",
4182
4340
  "attachments": []
4183
4341
  }
4184
4342
  ],
@@ -4220,14 +4378,14 @@
4220
4378
  "projectName": "chromium",
4221
4379
  "results": [
4222
4380
  {
4223
- "workerIndex": 0,
4381
+ "workerIndex": 1,
4224
4382
  "status": "passed",
4225
- "duration": 3287,
4383
+ "duration": 3588,
4226
4384
  "errors": [],
4227
4385
  "stdout": [],
4228
4386
  "stderr": [],
4229
4387
  "retry": 0,
4230
- "startTime": "2023-08-31T17:51:42.956Z",
4388
+ "startTime": "2023-09-15T14:48:13.394Z",
4231
4389
  "attachments": []
4232
4390
  }
4233
4391
  ],
@@ -4252,14 +4410,14 @@
4252
4410
  "projectName": "chromium",
4253
4411
  "results": [
4254
4412
  {
4255
- "workerIndex": 0,
4413
+ "workerIndex": 1,
4256
4414
  "status": "passed",
4257
- "duration": 2261,
4415
+ "duration": 2279,
4258
4416
  "errors": [],
4259
4417
  "stdout": [],
4260
4418
  "stderr": [],
4261
4419
  "retry": 0,
4262
- "startTime": "2023-08-31T17:51:46.244Z",
4420
+ "startTime": "2023-09-15T14:48:16.983Z",
4263
4421
  "attachments": []
4264
4422
  }
4265
4423
  ],
@@ -4284,14 +4442,14 @@
4284
4442
  "projectName": "chromium",
4285
4443
  "results": [
4286
4444
  {
4287
- "workerIndex": 0,
4445
+ "workerIndex": 1,
4288
4446
  "status": "passed",
4289
- "duration": 1547,
4447
+ "duration": 1538,
4290
4448
  "errors": [],
4291
4449
  "stdout": [],
4292
4450
  "stderr": [],
4293
4451
  "retry": 0,
4294
- "startTime": "2023-08-31T17:51:48.507Z",
4452
+ "startTime": "2023-09-15T14:48:19.264Z",
4295
4453
  "attachments": []
4296
4454
  }
4297
4455
  ],
@@ -4316,14 +4474,14 @@
4316
4474
  "projectName": "chromium",
4317
4475
  "results": [
4318
4476
  {
4319
- "workerIndex": 0,
4477
+ "workerIndex": 1,
4320
4478
  "status": "passed",
4321
- "duration": 1517,
4479
+ "duration": 1572,
4322
4480
  "errors": [],
4323
4481
  "stdout": [],
4324
4482
  "stderr": [],
4325
4483
  "retry": 0,
4326
- "startTime": "2023-08-31T17:51:50.058Z",
4484
+ "startTime": "2023-09-15T14:48:20.802Z",
4327
4485
  "attachments": []
4328
4486
  }
4329
4487
  ],
@@ -4348,14 +4506,14 @@
4348
4506
  "projectName": "chromium",
4349
4507
  "results": [
4350
4508
  {
4351
- "workerIndex": 0,
4509
+ "workerIndex": 1,
4352
4510
  "status": "passed",
4353
- "duration": 1526,
4511
+ "duration": 1680,
4354
4512
  "errors": [],
4355
4513
  "stdout": [],
4356
4514
  "stderr": [],
4357
4515
  "retry": 0,
4358
- "startTime": "2023-08-31T17:51:51.577Z",
4516
+ "startTime": "2023-09-15T14:48:22.376Z",
4359
4517
  "attachments": []
4360
4518
  }
4361
4519
  ],
@@ -4390,21 +4548,28 @@
4390
4548
  "tags": [],
4391
4549
  "tests": [
4392
4550
  {
4393
- "timeout": 30000,
4394
- "annotations": [],
4551
+ "timeout": 90000,
4552
+ "annotations": [
4553
+ {
4554
+ "type": "slow"
4555
+ },
4556
+ {
4557
+ "type": "slow"
4558
+ }
4559
+ ],
4395
4560
  "expectedStatus": "passed",
4396
4561
  "projectId": "chromium",
4397
4562
  "projectName": "chromium",
4398
4563
  "results": [
4399
4564
  {
4400
- "workerIndex": 0,
4565
+ "workerIndex": 1,
4401
4566
  "status": "passed",
4402
- "duration": 2225,
4567
+ "duration": 2510,
4403
4568
  "errors": [],
4404
4569
  "stdout": [],
4405
4570
  "stderr": [],
4406
4571
  "retry": 0,
4407
- "startTime": "2023-08-31T17:51:53.116Z",
4572
+ "startTime": "2023-09-15T14:48:24.065Z",
4408
4573
  "attachments": []
4409
4574
  }
4410
4575
  ],
@@ -4422,21 +4587,28 @@
4422
4587
  "tags": [],
4423
4588
  "tests": [
4424
4589
  {
4425
- "timeout": 30000,
4426
- "annotations": [],
4590
+ "timeout": 90000,
4591
+ "annotations": [
4592
+ {
4593
+ "type": "slow"
4594
+ },
4595
+ {
4596
+ "type": "slow"
4597
+ }
4598
+ ],
4427
4599
  "expectedStatus": "passed",
4428
4600
  "projectId": "chromium",
4429
4601
  "projectName": "chromium",
4430
4602
  "results": [
4431
4603
  {
4432
- "workerIndex": 0,
4604
+ "workerIndex": 1,
4433
4605
  "status": "passed",
4434
- "duration": 2219,
4606
+ "duration": 2413,
4435
4607
  "errors": [],
4436
4608
  "stdout": [],
4437
4609
  "stderr": [],
4438
4610
  "retry": 0,
4439
- "startTime": "2023-08-31T17:51:55.342Z",
4611
+ "startTime": "2023-09-15T14:48:26.577Z",
4440
4612
  "attachments": []
4441
4613
  }
4442
4614
  ],
@@ -4454,10 +4626,16 @@
4454
4626
  "tags": [],
4455
4627
  "tests": [
4456
4628
  {
4457
- "timeout": 30000,
4629
+ "timeout": 90000,
4458
4630
  "annotations": [
4459
4631
  {
4460
4632
  "type": "skip"
4633
+ },
4634
+ {
4635
+ "type": "slow"
4636
+ },
4637
+ {
4638
+ "type": "slow"
4461
4639
  }
4462
4640
  ],
4463
4641
  "expectedStatus": "skipped",
@@ -4465,14 +4643,14 @@
4465
4643
  "projectName": "chromium",
4466
4644
  "results": [
4467
4645
  {
4468
- "workerIndex": 0,
4646
+ "workerIndex": 1,
4469
4647
  "status": "skipped",
4470
4648
  "duration": 0,
4471
4649
  "errors": [],
4472
4650
  "stdout": [],
4473
4651
  "stderr": [],
4474
4652
  "retry": 0,
4475
- "startTime": "2023-08-31T17:51:57.563Z",
4653
+ "startTime": "2023-09-15T14:48:28.992Z",
4476
4654
  "attachments": []
4477
4655
  }
4478
4656
  ],
@@ -4490,10 +4668,16 @@
4490
4668
  "tags": [],
4491
4669
  "tests": [
4492
4670
  {
4493
- "timeout": 30000,
4671
+ "timeout": 90000,
4494
4672
  "annotations": [
4495
4673
  {
4496
4674
  "type": "skip"
4675
+ },
4676
+ {
4677
+ "type": "slow"
4678
+ },
4679
+ {
4680
+ "type": "slow"
4497
4681
  }
4498
4682
  ],
4499
4683
  "expectedStatus": "skipped",
@@ -4501,14 +4685,14 @@
4501
4685
  "projectName": "chromium",
4502
4686
  "results": [
4503
4687
  {
4504
- "workerIndex": 0,
4688
+ "workerIndex": 1,
4505
4689
  "status": "skipped",
4506
4690
  "duration": 0,
4507
4691
  "errors": [],
4508
4692
  "stdout": [],
4509
4693
  "stderr": [],
4510
4694
  "retry": 0,
4511
- "startTime": "2023-08-31T17:51:57.564Z",
4695
+ "startTime": "2023-09-15T14:48:28.992Z",
4512
4696
  "attachments": []
4513
4697
  }
4514
4698
  ],
@@ -4526,62 +4710,37 @@
4526
4710
  "tags": [],
4527
4711
  "tests": [
4528
4712
  {
4529
- "timeout": 30000,
4530
- "annotations": [],
4531
- "expectedStatus": "passed",
4532
- "projectId": "chromium",
4533
- "projectName": "chromium",
4534
- "results": [
4713
+ "timeout": 90000,
4714
+ "annotations": [
4535
4715
  {
4536
- "workerIndex": 0,
4537
- "status": "passed",
4538
- "duration": 1751,
4539
- "errors": [],
4540
- "stdout": [],
4541
- "stderr": [],
4542
- "retry": 0,
4543
- "startTime": "2023-08-31T17:51:57.564Z",
4544
- "attachments": []
4716
+ "type": "slow"
4717
+ },
4718
+ {
4719
+ "type": "slow"
4545
4720
  }
4546
4721
  ],
4547
- "status": "expected"
4548
- }
4549
- ],
4550
- "id": "3257a04b5436d19dfac5-3a9eec69a7c21f4b790b",
4551
- "file": "components/MultiSelect/MultiSelect-test.avt.e2e.js",
4552
- "line": 80,
4553
- "column": 3
4554
- },
4555
- {
4556
- "title": "filterable multiselect - keyboard nav",
4557
- "ok": true,
4558
- "tags": [],
4559
- "tests": [
4560
- {
4561
- "timeout": 30000,
4562
- "annotations": [],
4563
4722
  "expectedStatus": "passed",
4564
4723
  "projectId": "chromium",
4565
4724
  "projectName": "chromium",
4566
4725
  "results": [
4567
4726
  {
4568
- "workerIndex": 0,
4727
+ "workerIndex": 1,
4569
4728
  "status": "passed",
4570
- "duration": 1648,
4729
+ "duration": 1829,
4571
4730
  "errors": [],
4572
4731
  "stdout": [],
4573
4732
  "stderr": [],
4574
4733
  "retry": 0,
4575
- "startTime": "2023-08-31T17:51:59.315Z",
4734
+ "startTime": "2023-09-15T14:48:28.992Z",
4576
4735
  "attachments": []
4577
4736
  }
4578
4737
  ],
4579
4738
  "status": "expected"
4580
4739
  }
4581
4740
  ],
4582
- "id": "3257a04b5436d19dfac5-802a12436d6586179398",
4741
+ "id": "3257a04b5436d19dfac5-3a9eec69a7c21f4b790b",
4583
4742
  "file": "components/MultiSelect/MultiSelect-test.avt.e2e.js",
4584
- "line": 175,
4743
+ "line": 80,
4585
4744
  "column": 3
4586
4745
  }
4587
4746
  ]
@@ -4614,14 +4773,14 @@
4614
4773
  "projectName": "chromium",
4615
4774
  "results": [
4616
4775
  {
4617
- "workerIndex": 0,
4776
+ "workerIndex": 1,
4618
4777
  "status": "passed",
4619
- "duration": 2201,
4778
+ "duration": 2436,
4620
4779
  "errors": [],
4621
4780
  "stdout": [],
4622
4781
  "stderr": [],
4623
4782
  "retry": 0,
4624
- "startTime": "2023-08-31T17:52:00.970Z",
4783
+ "startTime": "2023-09-15T14:48:30.827Z",
4625
4784
  "attachments": []
4626
4785
  }
4627
4786
  ],
@@ -4646,14 +4805,14 @@
4646
4805
  "projectName": "chromium",
4647
4806
  "results": [
4648
4807
  {
4649
- "workerIndex": 0,
4808
+ "workerIndex": 1,
4650
4809
  "status": "passed",
4651
- "duration": 2280,
4810
+ "duration": 2646,
4652
4811
  "errors": [],
4653
4812
  "stdout": [],
4654
4813
  "stderr": [],
4655
4814
  "retry": 0,
4656
- "startTime": "2023-08-31T17:52:03.173Z",
4815
+ "startTime": "2023-09-15T14:48:33.264Z",
4657
4816
  "attachments": []
4658
4817
  }
4659
4818
  ],
@@ -4678,14 +4837,14 @@
4678
4837
  "projectName": "chromium",
4679
4838
  "results": [
4680
4839
  {
4681
- "workerIndex": 0,
4840
+ "workerIndex": 1,
4682
4841
  "status": "passed",
4683
- "duration": 2220,
4842
+ "duration": 2481,
4684
4843
  "errors": [],
4685
4844
  "stdout": [],
4686
4845
  "stderr": [],
4687
4846
  "retry": 0,
4688
- "startTime": "2023-08-31T17:52:05.455Z",
4847
+ "startTime": "2023-09-15T14:48:35.911Z",
4689
4848
  "attachments": []
4690
4849
  }
4691
4850
  ],
@@ -4710,14 +4869,14 @@
4710
4869
  "projectName": "chromium",
4711
4870
  "results": [
4712
4871
  {
4713
- "workerIndex": 0,
4872
+ "workerIndex": 1,
4714
4873
  "status": "passed",
4715
- "duration": 2186,
4874
+ "duration": 2558,
4716
4875
  "errors": [],
4717
4876
  "stdout": [],
4718
4877
  "stderr": [],
4719
4878
  "retry": 0,
4720
- "startTime": "2023-08-31T17:52:07.676Z",
4879
+ "startTime": "2023-09-15T14:48:38.392Z",
4721
4880
  "attachments": []
4722
4881
  }
4723
4882
  ],
@@ -4742,14 +4901,14 @@
4742
4901
  "projectName": "chromium",
4743
4902
  "results": [
4744
4903
  {
4745
- "workerIndex": 0,
4904
+ "workerIndex": 1,
4746
4905
  "status": "passed",
4747
- "duration": 2218,
4906
+ "duration": 2596,
4748
4907
  "errors": [],
4749
4908
  "stdout": [],
4750
4909
  "stderr": [],
4751
4910
  "retry": 0,
4752
- "startTime": "2023-08-31T17:52:09.864Z",
4911
+ "startTime": "2023-09-15T14:48:40.951Z",
4753
4912
  "attachments": []
4754
4913
  }
4755
4914
  ],
@@ -4774,14 +4933,14 @@
4774
4933
  "projectName": "chromium",
4775
4934
  "results": [
4776
4935
  {
4777
- "workerIndex": 0,
4936
+ "workerIndex": 1,
4778
4937
  "status": "passed",
4779
- "duration": 2173,
4938
+ "duration": 2507,
4780
4939
  "errors": [],
4781
4940
  "stdout": [],
4782
4941
  "stderr": [],
4783
4942
  "retry": 0,
4784
- "startTime": "2023-08-31T17:52:12.083Z",
4943
+ "startTime": "2023-09-15T14:48:43.557Z",
4785
4944
  "attachments": []
4786
4945
  }
4787
4946
  ],
@@ -4806,14 +4965,14 @@
4806
4965
  "projectName": "chromium",
4807
4966
  "results": [
4808
4967
  {
4809
- "workerIndex": 0,
4968
+ "workerIndex": 1,
4810
4969
  "status": "passed",
4811
- "duration": 2143,
4970
+ "duration": 2500,
4812
4971
  "errors": [],
4813
4972
  "stdout": [],
4814
4973
  "stderr": [],
4815
4974
  "retry": 0,
4816
- "startTime": "2023-08-31T17:52:14.257Z",
4975
+ "startTime": "2023-09-15T14:48:46.065Z",
4817
4976
  "attachments": []
4818
4977
  }
4819
4978
  ],
@@ -4838,14 +4997,14 @@
4838
4997
  "projectName": "chromium",
4839
4998
  "results": [
4840
4999
  {
4841
- "workerIndex": 0,
5000
+ "workerIndex": 1,
4842
5001
  "status": "passed",
4843
- "duration": 2200,
5002
+ "duration": 2479,
4844
5003
  "errors": [],
4845
5004
  "stdout": [],
4846
5005
  "stderr": [],
4847
5006
  "retry": 0,
4848
- "startTime": "2023-08-31T17:52:16.401Z",
5007
+ "startTime": "2023-09-15T14:48:48.567Z",
4849
5008
  "attachments": []
4850
5009
  }
4851
5010
  ],
@@ -4870,14 +5029,14 @@
4870
5029
  "projectName": "chromium",
4871
5030
  "results": [
4872
5031
  {
4873
- "workerIndex": 0,
5032
+ "workerIndex": 1,
4874
5033
  "status": "passed",
4875
- "duration": 2198,
5034
+ "duration": 2635,
4876
5035
  "errors": [],
4877
5036
  "stdout": [],
4878
5037
  "stderr": [],
4879
5038
  "retry": 0,
4880
- "startTime": "2023-08-31T17:52:18.603Z",
5039
+ "startTime": "2023-09-15T14:48:51.048Z",
4881
5040
  "attachments": []
4882
5041
  }
4883
5042
  ],
@@ -4902,14 +5061,14 @@
4902
5061
  "projectName": "chromium",
4903
5062
  "results": [
4904
5063
  {
4905
- "workerIndex": 0,
5064
+ "workerIndex": 1,
4906
5065
  "status": "passed",
4907
- "duration": 2314,
5066
+ "duration": 2493,
4908
5067
  "errors": [],
4909
5068
  "stdout": [],
4910
5069
  "stderr": [],
4911
5070
  "retry": 0,
4912
- "startTime": "2023-08-31T17:52:20.803Z",
5071
+ "startTime": "2023-09-15T14:48:53.684Z",
4913
5072
  "attachments": []
4914
5073
  }
4915
5074
  ],
@@ -4934,14 +5093,14 @@
4934
5093
  "projectName": "chromium",
4935
5094
  "results": [
4936
5095
  {
4937
- "workerIndex": 0,
5096
+ "workerIndex": 1,
4938
5097
  "status": "passed",
4939
- "duration": 2172,
5098
+ "duration": 2515,
4940
5099
  "errors": [],
4941
5100
  "stdout": [],
4942
5101
  "stderr": [],
4943
5102
  "retry": 0,
4944
- "startTime": "2023-08-31T17:52:23.118Z",
5103
+ "startTime": "2023-09-15T14:48:56.178Z",
4945
5104
  "attachments": []
4946
5105
  }
4947
5106
  ],
@@ -4966,14 +5125,14 @@
4966
5125
  "projectName": "chromium",
4967
5126
  "results": [
4968
5127
  {
4969
- "workerIndex": 0,
5128
+ "workerIndex": 1,
4970
5129
  "status": "passed",
4971
- "duration": 2178,
5130
+ "duration": 2509,
4972
5131
  "errors": [],
4973
5132
  "stdout": [],
4974
5133
  "stderr": [],
4975
5134
  "retry": 0,
4976
- "startTime": "2023-08-31T17:52:25.291Z",
5135
+ "startTime": "2023-09-15T14:48:58.695Z",
4977
5136
  "attachments": []
4978
5137
  }
4979
5138
  ],
@@ -4998,14 +5157,14 @@
4998
5157
  "projectName": "chromium",
4999
5158
  "results": [
5000
5159
  {
5001
- "workerIndex": 0,
5160
+ "workerIndex": 1,
5002
5161
  "status": "passed",
5003
- "duration": 2336,
5162
+ "duration": 2518,
5004
5163
  "errors": [],
5005
5164
  "stdout": [],
5006
5165
  "stderr": [],
5007
5166
  "retry": 0,
5008
- "startTime": "2023-08-31T17:52:27.471Z",
5167
+ "startTime": "2023-09-15T14:49:01.206Z",
5009
5168
  "attachments": []
5010
5169
  }
5011
5170
  ],
@@ -5030,14 +5189,14 @@
5030
5189
  "projectName": "chromium",
5031
5190
  "results": [
5032
5191
  {
5033
- "workerIndex": 0,
5192
+ "workerIndex": 1,
5034
5193
  "status": "passed",
5035
- "duration": 2167,
5194
+ "duration": 2338,
5036
5195
  "errors": [],
5037
5196
  "stdout": [],
5038
5197
  "stderr": [],
5039
5198
  "retry": 0,
5040
- "startTime": "2023-08-31T17:52:29.808Z",
5199
+ "startTime": "2023-09-15T14:49:03.725Z",
5041
5200
  "attachments": []
5042
5201
  }
5043
5202
  ],
@@ -5062,14 +5221,14 @@
5062
5221
  "projectName": "chromium",
5063
5222
  "results": [
5064
5223
  {
5065
- "workerIndex": 0,
5224
+ "workerIndex": 1,
5066
5225
  "status": "passed",
5067
- "duration": 2180,
5226
+ "duration": 2325,
5068
5227
  "errors": [],
5069
5228
  "stdout": [],
5070
5229
  "stderr": [],
5071
5230
  "retry": 0,
5072
- "startTime": "2023-08-31T17:52:31.976Z",
5231
+ "startTime": "2023-09-15T14:49:06.064Z",
5073
5232
  "attachments": []
5074
5233
  }
5075
5234
  ],
@@ -5111,14 +5270,14 @@
5111
5270
  "projectName": "chromium",
5112
5271
  "results": [
5113
5272
  {
5114
- "workerIndex": 0,
5273
+ "workerIndex": 1,
5115
5274
  "status": "passed",
5116
- "duration": 2230,
5275
+ "duration": 2461,
5117
5276
  "errors": [],
5118
5277
  "stdout": [],
5119
5278
  "stderr": [],
5120
5279
  "retry": 0,
5121
- "startTime": "2023-08-31T17:52:34.161Z",
5280
+ "startTime": "2023-09-15T14:49:08.397Z",
5122
5281
  "attachments": []
5123
5282
  }
5124
5283
  ],
@@ -5143,14 +5302,14 @@
5143
5302
  "projectName": "chromium",
5144
5303
  "results": [
5145
5304
  {
5146
- "workerIndex": 0,
5305
+ "workerIndex": 1,
5147
5306
  "status": "passed",
5148
- "duration": 1973,
5307
+ "duration": 2061,
5149
5308
  "errors": [],
5150
5309
  "stdout": [],
5151
5310
  "stderr": [],
5152
5311
  "retry": 0,
5153
- "startTime": "2023-08-31T17:52:36.393Z",
5312
+ "startTime": "2023-09-15T14:49:10.860Z",
5154
5313
  "attachments": []
5155
5314
  }
5156
5315
  ],
@@ -5175,14 +5334,14 @@
5175
5334
  "projectName": "chromium",
5176
5335
  "results": [
5177
5336
  {
5178
- "workerIndex": 0,
5337
+ "workerIndex": 1,
5179
5338
  "status": "passed",
5180
- "duration": 1829,
5339
+ "duration": 1876,
5181
5340
  "errors": [],
5182
5341
  "stdout": [],
5183
5342
  "stderr": [],
5184
5343
  "retry": 0,
5185
- "startTime": "2023-08-31T17:52:38.367Z",
5344
+ "startTime": "2023-09-15T14:49:12.922Z",
5186
5345
  "attachments": []
5187
5346
  }
5188
5347
  ],
@@ -5224,14 +5383,14 @@
5224
5383
  "projectName": "chromium",
5225
5384
  "results": [
5226
5385
  {
5227
- "workerIndex": 0,
5386
+ "workerIndex": 1,
5228
5387
  "status": "passed",
5229
- "duration": 2297,
5388
+ "duration": 2421,
5230
5389
  "errors": [],
5231
5390
  "stdout": [],
5232
5391
  "stderr": [],
5233
5392
  "retry": 0,
5234
- "startTime": "2023-08-31T17:52:40.200Z",
5393
+ "startTime": "2023-09-15T14:49:14.803Z",
5235
5394
  "attachments": []
5236
5395
  }
5237
5396
  ],
@@ -5256,14 +5415,14 @@
5256
5415
  "projectName": "chromium",
5257
5416
  "results": [
5258
5417
  {
5259
- "workerIndex": 0,
5418
+ "workerIndex": 1,
5260
5419
  "status": "passed",
5261
- "duration": 2240,
5420
+ "duration": 2342,
5262
5421
  "errors": [],
5263
5422
  "stdout": [],
5264
5423
  "stderr": [],
5265
5424
  "retry": 0,
5266
- "startTime": "2023-08-31T17:52:42.499Z",
5425
+ "startTime": "2023-09-15T14:49:17.225Z",
5267
5426
  "attachments": []
5268
5427
  }
5269
5428
  ],
@@ -5305,14 +5464,14 @@
5305
5464
  "projectName": "chromium",
5306
5465
  "results": [
5307
5466
  {
5308
- "workerIndex": 0,
5467
+ "workerIndex": 1,
5309
5468
  "status": "passed",
5310
- "duration": 2035,
5469
+ "duration": 2365,
5311
5470
  "errors": [],
5312
5471
  "stdout": [],
5313
5472
  "stderr": [],
5314
5473
  "retry": 0,
5315
- "startTime": "2023-08-31T17:52:44.749Z",
5474
+ "startTime": "2023-09-15T14:49:19.571Z",
5316
5475
  "attachments": []
5317
5476
  }
5318
5477
  ],
@@ -5337,14 +5496,14 @@
5337
5496
  "projectName": "chromium",
5338
5497
  "results": [
5339
5498
  {
5340
- "workerIndex": 0,
5499
+ "workerIndex": 1,
5341
5500
  "status": "passed",
5342
- "duration": 2067,
5501
+ "duration": 2272,
5343
5502
  "errors": [],
5344
5503
  "stdout": [],
5345
5504
  "stderr": [],
5346
5505
  "retry": 0,
5347
- "startTime": "2023-08-31T17:52:46.789Z",
5506
+ "startTime": "2023-09-15T14:49:21.937Z",
5348
5507
  "attachments": []
5349
5508
  }
5350
5509
  ],
@@ -5369,14 +5528,14 @@
5369
5528
  "projectName": "chromium",
5370
5529
  "results": [
5371
5530
  {
5372
- "workerIndex": 0,
5531
+ "workerIndex": 1,
5373
5532
  "status": "passed",
5374
- "duration": 2604,
5533
+ "duration": 2924,
5375
5534
  "errors": [],
5376
5535
  "stdout": [],
5377
5536
  "stderr": [],
5378
5537
  "retry": 0,
5379
- "startTime": "2023-08-31T17:52:48.856Z",
5538
+ "startTime": "2023-09-15T14:49:24.211Z",
5380
5539
  "attachments": []
5381
5540
  }
5382
5541
  ],
@@ -5401,14 +5560,14 @@
5401
5560
  "projectName": "chromium",
5402
5561
  "results": [
5403
5562
  {
5404
- "workerIndex": 0,
5563
+ "workerIndex": 1,
5405
5564
  "status": "passed",
5406
- "duration": 2429,
5565
+ "duration": 2708,
5407
5566
  "errors": [],
5408
5567
  "stdout": [],
5409
5568
  "stderr": [],
5410
5569
  "retry": 0,
5411
- "startTime": "2023-08-31T17:52:51.462Z",
5570
+ "startTime": "2023-09-15T14:49:27.136Z",
5412
5571
  "attachments": []
5413
5572
  }
5414
5573
  ],
@@ -5433,14 +5592,14 @@
5433
5592
  "projectName": "chromium",
5434
5593
  "results": [
5435
5594
  {
5436
- "workerIndex": 0,
5595
+ "workerIndex": 1,
5437
5596
  "status": "passed",
5438
- "duration": 1545,
5597
+ "duration": 1659,
5439
5598
  "errors": [],
5440
5599
  "stdout": [],
5441
5600
  "stderr": [],
5442
5601
  "retry": 0,
5443
- "startTime": "2023-08-31T17:52:53.892Z",
5602
+ "startTime": "2023-09-15T14:49:29.845Z",
5444
5603
  "attachments": []
5445
5604
  }
5446
5605
  ],
@@ -5484,14 +5643,14 @@
5484
5643
  "projectName": "chromium",
5485
5644
  "results": [
5486
5645
  {
5487
- "workerIndex": 0,
5646
+ "workerIndex": 1,
5488
5647
  "status": "passed",
5489
- "duration": 2269,
5648
+ "duration": 2521,
5490
5649
  "errors": [],
5491
5650
  "stdout": [],
5492
5651
  "stderr": [],
5493
5652
  "retry": 0,
5494
- "startTime": "2023-08-31T17:52:55.442Z",
5653
+ "startTime": "2023-09-15T14:49:31.508Z",
5495
5654
  "attachments": []
5496
5655
  }
5497
5656
  ],
@@ -5533,14 +5692,14 @@
5533
5692
  "projectName": "chromium",
5534
5693
  "results": [
5535
5694
  {
5536
- "workerIndex": 0,
5695
+ "workerIndex": 1,
5537
5696
  "status": "passed",
5538
- "duration": 2744,
5697
+ "duration": 3092,
5539
5698
  "errors": [],
5540
5699
  "stdout": [],
5541
5700
  "stderr": [],
5542
5701
  "retry": 0,
5543
- "startTime": "2023-08-31T17:52:57.723Z",
5702
+ "startTime": "2023-09-15T14:49:34.035Z",
5544
5703
  "attachments": []
5545
5704
  }
5546
5705
  ],
@@ -5565,14 +5724,14 @@
5565
5724
  "projectName": "chromium",
5566
5725
  "results": [
5567
5726
  {
5568
- "workerIndex": 0,
5727
+ "workerIndex": 1,
5569
5728
  "status": "passed",
5570
- "duration": 3337,
5729
+ "duration": 4028,
5571
5730
  "errors": [],
5572
5731
  "stdout": [],
5573
5732
  "stderr": [],
5574
5733
  "retry": 0,
5575
- "startTime": "2023-08-31T17:53:00.468Z",
5734
+ "startTime": "2023-09-15T14:49:37.129Z",
5576
5735
  "attachments": []
5577
5736
  }
5578
5737
  ],
@@ -5597,14 +5756,14 @@
5597
5756
  "projectName": "chromium",
5598
5757
  "results": [
5599
5758
  {
5600
- "workerIndex": 0,
5759
+ "workerIndex": 1,
5601
5760
  "status": "passed",
5602
- "duration": 1665,
5761
+ "duration": 1768,
5603
5762
  "errors": [],
5604
5763
  "stdout": [],
5605
5764
  "stderr": [],
5606
5765
  "retry": 0,
5607
- "startTime": "2023-08-31T17:53:03.806Z",
5766
+ "startTime": "2023-09-15T14:49:41.158Z",
5608
5767
  "attachments": []
5609
5768
  }
5610
5769
  ],
@@ -5648,14 +5807,14 @@
5648
5807
  "projectName": "chromium",
5649
5808
  "results": [
5650
5809
  {
5651
- "workerIndex": 0,
5810
+ "workerIndex": 1,
5652
5811
  "status": "passed",
5653
- "duration": 3345,
5812
+ "duration": 3908,
5654
5813
  "errors": [],
5655
5814
  "stdout": [],
5656
5815
  "stderr": [],
5657
5816
  "retry": 0,
5658
- "startTime": "2023-08-31T17:53:05.487Z",
5817
+ "startTime": "2023-09-15T14:49:42.934Z",
5659
5818
  "attachments": []
5660
5819
  }
5661
5820
  ],
@@ -5699,14 +5858,14 @@
5699
5858
  "projectName": "chromium",
5700
5859
  "results": [
5701
5860
  {
5702
- "workerIndex": 0,
5861
+ "workerIndex": 1,
5703
5862
  "status": "passed",
5704
- "duration": 2329,
5863
+ "duration": 2784,
5705
5864
  "errors": [],
5706
5865
  "stdout": [],
5707
5866
  "stderr": [],
5708
5867
  "retry": 0,
5709
- "startTime": "2023-08-31T17:53:08.837Z",
5868
+ "startTime": "2023-09-15T14:49:46.846Z",
5710
5869
  "attachments": []
5711
5870
  }
5712
5871
  ],
@@ -5748,14 +5907,14 @@
5748
5907
  "projectName": "chromium",
5749
5908
  "results": [
5750
5909
  {
5751
- "workerIndex": 0,
5910
+ "workerIndex": 1,
5752
5911
  "status": "passed",
5753
- "duration": 1970,
5912
+ "duration": 2258,
5754
5913
  "errors": [],
5755
5914
  "stdout": [],
5756
5915
  "stderr": [],
5757
5916
  "retry": 0,
5758
- "startTime": "2023-08-31T17:53:11.171Z",
5917
+ "startTime": "2023-09-15T14:49:49.643Z",
5759
5918
  "attachments": []
5760
5919
  }
5761
5920
  ],
@@ -5780,14 +5939,14 @@
5780
5939
  "projectName": "chromium",
5781
5940
  "results": [
5782
5941
  {
5783
- "workerIndex": 0,
5942
+ "workerIndex": 1,
5784
5943
  "status": "passed",
5785
- "duration": 2087,
5944
+ "duration": 2232,
5786
5945
  "errors": [],
5787
5946
  "stdout": [],
5788
5947
  "stderr": [],
5789
5948
  "retry": 0,
5790
- "startTime": "2023-08-31T17:53:13.143Z",
5949
+ "startTime": "2023-09-15T14:49:51.903Z",
5791
5950
  "attachments": []
5792
5951
  }
5793
5952
  ],
@@ -5812,14 +5971,14 @@
5812
5971
  "projectName": "chromium",
5813
5972
  "results": [
5814
5973
  {
5815
- "workerIndex": 0,
5974
+ "workerIndex": 1,
5816
5975
  "status": "passed",
5817
- "duration": 2023,
5976
+ "duration": 2298,
5818
5977
  "errors": [],
5819
5978
  "stdout": [],
5820
5979
  "stderr": [],
5821
5980
  "retry": 0,
5822
- "startTime": "2023-08-31T17:53:15.231Z",
5981
+ "startTime": "2023-09-15T14:49:54.136Z",
5823
5982
  "attachments": []
5824
5983
  }
5825
5984
  ],
@@ -5844,14 +6003,14 @@
5844
6003
  "projectName": "chromium",
5845
6004
  "results": [
5846
6005
  {
5847
- "workerIndex": 0,
6006
+ "workerIndex": 1,
5848
6007
  "status": "passed",
5849
- "duration": 2661,
6008
+ "duration": 2825,
5850
6009
  "errors": [],
5851
6010
  "stdout": [],
5852
6011
  "stderr": [],
5853
6012
  "retry": 0,
5854
- "startTime": "2023-08-31T17:53:17.255Z",
6013
+ "startTime": "2023-09-15T14:49:56.436Z",
5855
6014
  "attachments": []
5856
6015
  }
5857
6016
  ],
@@ -5895,14 +6054,14 @@
5895
6054
  "projectName": "chromium",
5896
6055
  "results": [
5897
6056
  {
5898
- "workerIndex": 0,
6057
+ "workerIndex": 1,
5899
6058
  "status": "passed",
5900
- "duration": 2519,
6059
+ "duration": 2666,
5901
6060
  "errors": [],
5902
6061
  "stdout": [],
5903
6062
  "stderr": [],
5904
6063
  "retry": 0,
5905
- "startTime": "2023-08-31T17:53:19.922Z",
6064
+ "startTime": "2023-09-15T14:49:59.276Z",
5906
6065
  "attachments": []
5907
6066
  }
5908
6067
  ],
@@ -5929,14 +6088,14 @@
5929
6088
  "projectName": "chromium",
5930
6089
  "results": [
5931
6090
  {
5932
- "workerIndex": 0,
6091
+ "workerIndex": 1,
5933
6092
  "status": "passed",
5934
- "duration": 2512,
6093
+ "duration": 2634,
5935
6094
  "errors": [],
5936
6095
  "stdout": [],
5937
6096
  "stderr": [],
5938
6097
  "retry": 0,
5939
- "startTime": "2023-08-31T17:53:22.443Z",
6098
+ "startTime": "2023-09-15T14:50:01.943Z",
5940
6099
  "attachments": []
5941
6100
  }
5942
6101
  ],
@@ -5963,14 +6122,14 @@
5963
6122
  "projectName": "chromium",
5964
6123
  "results": [
5965
6124
  {
5966
- "workerIndex": 0,
6125
+ "workerIndex": 1,
5967
6126
  "status": "passed",
5968
- "duration": 2024,
6127
+ "duration": 2172,
5969
6128
  "errors": [],
5970
6129
  "stdout": [],
5971
6130
  "stderr": [],
5972
6131
  "retry": 0,
5973
- "startTime": "2023-08-31T17:53:24.957Z",
6132
+ "startTime": "2023-09-15T14:50:04.577Z",
5974
6133
  "attachments": []
5975
6134
  }
5976
6135
  ],
@@ -5997,18 +6156,59 @@
5997
6156
  "projectName": "chromium",
5998
6157
  "results": [
5999
6158
  {
6000
- "workerIndex": 0,
6159
+ "workerIndex": 1,
6160
+ "status": "failed",
6161
+ "duration": 2762,
6162
+ "error": {
6163
+ "message": "locator.hover: Target closed\n=========================== logs ===========================\nwaiting for getByText('First step')\n locator resolved to <p class=\"cds--progress-label\">First step</p>\nattempting hover action\n waiting for element to be visible and stable\n element is visible and stable\n scrolling into view if needed\n done scrolling\n============================================================",
6164
+ "stack": "Error: locator.hover: Target closed\n=========================== logs ===========================\nwaiting for getByText('First step')\n locator resolved to <p class=\"cds--progress-label\">First step</p>\nattempting hover action\n waiting for element to be visible and stable\n element is visible and stable\n scrolling into view if needed\n done scrolling\n============================================================\n at /home/runner/work/carbon/carbon/e2e/components/ProgressIndicator/ProgressIndicator-test.avt.e2e.js:62:34",
6165
+ "location": {
6166
+ "file": "/home/runner/work/carbon/carbon/e2e/components/ProgressIndicator/ProgressIndicator-test.avt.e2e.js",
6167
+ "column": 34,
6168
+ "line": 62
6169
+ },
6170
+ "snippet": " 60 | await expect(page.getByText('First step')).toBeVisible();\n 61 |\n> 62 | page.getByText('First step').hover();\n | ^\n 63 |\n 64 | await expect(page).toHaveNoACViolations('ProgressIndicator-onhover');\n 65 | });"
6171
+ },
6172
+ "errors": [
6173
+ {
6174
+ "location": {
6175
+ "file": "/home/runner/work/carbon/carbon/e2e/components/ProgressIndicator/ProgressIndicator-test.avt.e2e.js",
6176
+ "column": 34,
6177
+ "line": 62
6178
+ },
6179
+ "message": "Error: locator.hover: Target closed\n=========================== logs ===========================\nwaiting for getByText('First step')\n locator resolved to <p class=\"cds--progress-label\">First step</p>\nattempting hover action\n waiting for element to be visible and stable\n element is visible and stable\n scrolling into view if needed\n done scrolling\n============================================================\n\n 60 | await expect(page.getByText('First step')).toBeVisible();\n 61 |\n> 62 | page.getByText('First step').hover();\n | ^\n 63 |\n 64 | await expect(page).toHaveNoACViolations('ProgressIndicator-onhover');\n 65 | });\n\n at /home/runner/work/carbon/carbon/e2e/components/ProgressIndicator/ProgressIndicator-test.avt.e2e.js:62:34"
6180
+ }
6181
+ ],
6182
+ "stdout": [],
6183
+ "stderr": [],
6184
+ "retry": 0,
6185
+ "startTime": "2023-09-15T14:50:06.751Z",
6186
+ "attachments": [],
6187
+ "errorLocation": {
6188
+ "file": "/home/runner/work/carbon/carbon/e2e/components/ProgressIndicator/ProgressIndicator-test.avt.e2e.js",
6189
+ "column": 34,
6190
+ "line": 62
6191
+ }
6192
+ },
6193
+ {
6194
+ "workerIndex": 2,
6001
6195
  "status": "passed",
6002
- "duration": 2726,
6196
+ "duration": 4231,
6003
6197
  "errors": [],
6004
6198
  "stdout": [],
6005
6199
  "stderr": [],
6006
- "retry": 0,
6007
- "startTime": "2023-08-31T17:53:26.981Z",
6008
- "attachments": []
6200
+ "retry": 1,
6201
+ "startTime": "2023-09-15T14:50:10.062Z",
6202
+ "attachments": [
6203
+ {
6204
+ "name": "trace",
6205
+ "contentType": "application/zip",
6206
+ "path": "/home/runner/work/carbon/carbon/.playwright/results/components-ProgressIndicator-ProgressIndicator-e961f-ssIndicator-accessibility-checker---onHover-avt-chromium-retry1/trace.zip"
6207
+ }
6208
+ ]
6009
6209
  }
6010
6210
  ],
6011
- "status": "expected"
6211
+ "status": "flaky"
6012
6212
  }
6013
6213
  ],
6014
6214
  "id": "afc1ace44ac767baf737-a536737132312e8309cd",
@@ -6031,14 +6231,14 @@
6031
6231
  "projectName": "chromium",
6032
6232
  "results": [
6033
6233
  {
6034
- "workerIndex": 0,
6234
+ "workerIndex": 2,
6035
6235
  "status": "passed",
6036
- "duration": 1476,
6236
+ "duration": 1488,
6037
6237
  "errors": [],
6038
6238
  "stdout": [],
6039
6239
  "stderr": [],
6040
6240
  "retry": 0,
6041
- "startTime": "2023-08-31T17:53:29.708Z",
6241
+ "startTime": "2023-09-15T14:50:14.538Z",
6042
6242
  "attachments": []
6043
6243
  }
6044
6244
  ],
@@ -6065,14 +6265,14 @@
6065
6265
  "projectName": "chromium",
6066
6266
  "results": [
6067
6267
  {
6068
- "workerIndex": 0,
6268
+ "workerIndex": 2,
6069
6269
  "status": "passed",
6070
- "duration": 1514,
6270
+ "duration": 1535,
6071
6271
  "errors": [],
6072
6272
  "stdout": [],
6073
6273
  "stderr": [],
6074
6274
  "retry": 0,
6075
- "startTime": "2023-08-31T17:53:31.185Z",
6275
+ "startTime": "2023-09-15T14:50:16.028Z",
6076
6276
  "attachments": []
6077
6277
  }
6078
6278
  ],
@@ -6099,14 +6299,14 @@
6099
6299
  "projectName": "chromium",
6100
6300
  "results": [
6101
6301
  {
6102
- "workerIndex": 0,
6302
+ "workerIndex": 2,
6103
6303
  "status": "passed",
6104
- "duration": 2690,
6304
+ "duration": 2749,
6105
6305
  "errors": [],
6106
6306
  "stdout": [],
6107
6307
  "stderr": [],
6108
6308
  "retry": 0,
6109
- "startTime": "2023-08-31T17:53:32.700Z",
6309
+ "startTime": "2023-09-15T14:50:17.579Z",
6110
6310
  "attachments": []
6111
6311
  }
6112
6312
  ],
@@ -6148,14 +6348,14 @@
6148
6348
  "projectName": "chromium",
6149
6349
  "results": [
6150
6350
  {
6151
- "workerIndex": 0,
6351
+ "workerIndex": 2,
6152
6352
  "status": "passed",
6153
- "duration": 2460,
6353
+ "duration": 2614,
6154
6354
  "errors": [],
6155
6355
  "stdout": [],
6156
6356
  "stderr": [],
6157
6357
  "retry": 0,
6158
- "startTime": "2023-08-31T17:53:35.395Z",
6358
+ "startTime": "2023-09-15T14:50:20.335Z",
6159
6359
  "attachments": []
6160
6360
  }
6161
6361
  ],
@@ -6180,14 +6380,14 @@
6180
6380
  "projectName": "chromium",
6181
6381
  "results": [
6182
6382
  {
6183
- "workerIndex": 0,
6383
+ "workerIndex": 2,
6184
6384
  "status": "passed",
6185
- "duration": 2062,
6385
+ "duration": 2129,
6186
6386
  "errors": [],
6187
6387
  "stdout": [],
6188
6388
  "stderr": [],
6189
6389
  "retry": 0,
6190
- "startTime": "2023-08-31T17:53:37.856Z",
6390
+ "startTime": "2023-09-15T14:50:22.950Z",
6191
6391
  "attachments": []
6192
6392
  }
6193
6393
  ],
@@ -6212,14 +6412,14 @@
6212
6412
  "projectName": "chromium",
6213
6413
  "results": [
6214
6414
  {
6215
- "workerIndex": 0,
6415
+ "workerIndex": 2,
6216
6416
  "status": "passed",
6217
- "duration": 1549,
6417
+ "duration": 1632,
6218
6418
  "errors": [],
6219
6419
  "stdout": [],
6220
6420
  "stderr": [],
6221
6421
  "retry": 0,
6222
- "startTime": "2023-08-31T17:53:39.919Z",
6422
+ "startTime": "2023-09-15T14:50:25.080Z",
6223
6423
  "attachments": []
6224
6424
  }
6225
6425
  ],
@@ -6244,14 +6444,14 @@
6244
6444
  "projectName": "chromium",
6245
6445
  "results": [
6246
6446
  {
6247
- "workerIndex": 0,
6447
+ "workerIndex": 2,
6248
6448
  "status": "passed",
6249
- "duration": 2528,
6449
+ "duration": 2737,
6250
6450
  "errors": [],
6251
6451
  "stdout": [],
6252
6452
  "stderr": [],
6253
6453
  "retry": 0,
6254
- "startTime": "2023-08-31T17:53:41.469Z",
6454
+ "startTime": "2023-09-15T14:50:26.714Z",
6255
6455
  "attachments": []
6256
6456
  }
6257
6457
  ],
@@ -6276,14 +6476,14 @@
6276
6476
  "projectName": "chromium",
6277
6477
  "results": [
6278
6478
  {
6279
- "workerIndex": 0,
6479
+ "workerIndex": 2,
6280
6480
  "status": "passed",
6281
- "duration": 2854,
6481
+ "duration": 2783,
6282
6482
  "errors": [],
6283
6483
  "stdout": [],
6284
6484
  "stderr": [],
6285
6485
  "retry": 0,
6286
- "startTime": "2023-08-31T17:53:43.999Z",
6486
+ "startTime": "2023-09-15T14:50:29.452Z",
6287
6487
  "attachments": []
6288
6488
  }
6289
6489
  ],
@@ -6308,14 +6508,14 @@
6308
6508
  "projectName": "chromium",
6309
6509
  "results": [
6310
6510
  {
6311
- "workerIndex": 0,
6511
+ "workerIndex": 2,
6312
6512
  "status": "passed",
6313
- "duration": 2389,
6513
+ "duration": 2511,
6314
6514
  "errors": [],
6315
6515
  "stdout": [],
6316
6516
  "stderr": [],
6317
6517
  "retry": 0,
6318
- "startTime": "2023-08-31T17:53:46.855Z",
6518
+ "startTime": "2023-09-15T14:50:32.236Z",
6319
6519
  "attachments": []
6320
6520
  }
6321
6521
  ],
@@ -6340,14 +6540,14 @@
6340
6540
  "projectName": "chromium",
6341
6541
  "results": [
6342
6542
  {
6343
- "workerIndex": 0,
6543
+ "workerIndex": 2,
6344
6544
  "status": "passed",
6345
- "duration": 2603,
6545
+ "duration": 2711,
6346
6546
  "errors": [],
6347
6547
  "stdout": [],
6348
6548
  "stderr": [],
6349
6549
  "retry": 0,
6350
- "startTime": "2023-08-31T17:53:49.244Z",
6550
+ "startTime": "2023-09-15T14:50:34.749Z",
6351
6551
  "attachments": []
6352
6552
  }
6353
6553
  ],
@@ -6389,14 +6589,14 @@
6389
6589
  "projectName": "chromium",
6390
6590
  "results": [
6391
6591
  {
6392
- "workerIndex": 0,
6592
+ "workerIndex": 2,
6393
6593
  "status": "passed",
6394
- "duration": 2255,
6594
+ "duration": 2275,
6395
6595
  "errors": [],
6396
6596
  "stdout": [],
6397
6597
  "stderr": [],
6398
6598
  "retry": 0,
6399
- "startTime": "2023-08-31T17:53:51.852Z",
6599
+ "startTime": "2023-09-15T14:50:37.468Z",
6400
6600
  "attachments": []
6401
6601
  }
6402
6602
  ],
@@ -6421,14 +6621,14 @@
6421
6621
  "projectName": "chromium",
6422
6622
  "results": [
6423
6623
  {
6424
- "workerIndex": 0,
6624
+ "workerIndex": 2,
6425
6625
  "status": "passed",
6426
- "duration": 2229,
6626
+ "duration": 2306,
6427
6627
  "errors": [],
6428
6628
  "stdout": [],
6429
6629
  "stderr": [],
6430
6630
  "retry": 0,
6431
- "startTime": "2023-08-31T17:53:54.109Z",
6631
+ "startTime": "2023-09-15T14:50:39.744Z",
6432
6632
  "attachments": []
6433
6633
  }
6434
6634
  ],
@@ -6453,14 +6653,14 @@
6453
6653
  "projectName": "chromium",
6454
6654
  "results": [
6455
6655
  {
6456
- "workerIndex": 0,
6656
+ "workerIndex": 2,
6457
6657
  "status": "passed",
6458
- "duration": 1678,
6658
+ "duration": 1658,
6459
6659
  "errors": [],
6460
6660
  "stdout": [],
6461
6661
  "stderr": [],
6462
6662
  "retry": 0,
6463
- "startTime": "2023-08-31T17:53:56.340Z",
6663
+ "startTime": "2023-09-15T14:50:42.052Z",
6464
6664
  "attachments": []
6465
6665
  }
6466
6666
  ],
@@ -6485,14 +6685,14 @@
6485
6685
  "projectName": "chromium",
6486
6686
  "results": [
6487
6687
  {
6488
- "workerIndex": 0,
6688
+ "workerIndex": 2,
6489
6689
  "status": "passed",
6490
- "duration": 1885,
6690
+ "duration": 1878,
6491
6691
  "errors": [],
6492
6692
  "stdout": [],
6493
6693
  "stderr": [],
6494
6694
  "retry": 0,
6495
- "startTime": "2023-08-31T17:53:58.020Z",
6695
+ "startTime": "2023-09-15T14:50:43.711Z",
6496
6696
  "attachments": []
6497
6697
  }
6498
6698
  ],
@@ -6534,14 +6734,14 @@
6534
6734
  "projectName": "chromium",
6535
6735
  "results": [
6536
6736
  {
6537
- "workerIndex": 0,
6737
+ "workerIndex": 2,
6538
6738
  "status": "passed",
6539
- "duration": 2306,
6739
+ "duration": 2483,
6540
6740
  "errors": [],
6541
6741
  "stdout": [],
6542
6742
  "stderr": [],
6543
6743
  "retry": 0,
6544
- "startTime": "2023-08-31T17:53:59.909Z",
6744
+ "startTime": "2023-09-15T14:50:45.602Z",
6545
6745
  "attachments": []
6546
6746
  }
6547
6747
  ],
@@ -6566,14 +6766,14 @@
6566
6766
  "projectName": "chromium",
6567
6767
  "results": [
6568
6768
  {
6569
- "workerIndex": 0,
6769
+ "workerIndex": 2,
6570
6770
  "status": "passed",
6571
- "duration": 2359,
6771
+ "duration": 2530,
6572
6772
  "errors": [],
6573
6773
  "stdout": [],
6574
6774
  "stderr": [],
6575
6775
  "retry": 0,
6576
- "startTime": "2023-08-31T17:54:02.216Z",
6776
+ "startTime": "2023-09-15T14:50:48.086Z",
6577
6777
  "attachments": []
6578
6778
  }
6579
6779
  ],
@@ -6598,14 +6798,14 @@
6598
6798
  "projectName": "chromium",
6599
6799
  "results": [
6600
6800
  {
6601
- "workerIndex": 0,
6801
+ "workerIndex": 2,
6602
6802
  "status": "passed",
6603
- "duration": 1877,
6803
+ "duration": 2044,
6604
6804
  "errors": [],
6605
6805
  "stdout": [],
6606
6806
  "stderr": [],
6607
6807
  "retry": 0,
6608
- "startTime": "2023-08-31T17:54:04.576Z",
6808
+ "startTime": "2023-09-15T14:50:50.617Z",
6609
6809
  "attachments": []
6610
6810
  }
6611
6811
  ],
@@ -6630,14 +6830,14 @@
6630
6830
  "projectName": "chromium",
6631
6831
  "results": [
6632
6832
  {
6633
- "workerIndex": 0,
6833
+ "workerIndex": 2,
6634
6834
  "status": "passed",
6635
- "duration": 1479,
6835
+ "duration": 1637,
6636
6836
  "errors": [],
6637
6837
  "stdout": [],
6638
6838
  "stderr": [],
6639
6839
  "retry": 0,
6640
- "startTime": "2023-08-31T17:54:06.455Z",
6840
+ "startTime": "2023-09-15T14:50:52.662Z",
6641
6841
  "attachments": []
6642
6842
  }
6643
6843
  ],
@@ -6681,14 +6881,14 @@
6681
6881
  "projectName": "chromium",
6682
6882
  "results": [
6683
6883
  {
6684
- "workerIndex": 0,
6884
+ "workerIndex": 2,
6685
6885
  "status": "passed",
6686
- "duration": 2160,
6886
+ "duration": 2438,
6687
6887
  "errors": [],
6688
6888
  "stdout": [],
6689
6889
  "stderr": [],
6690
6890
  "retry": 0,
6691
- "startTime": "2023-08-31T17:54:07.939Z",
6891
+ "startTime": "2023-09-15T14:50:54.304Z",
6692
6892
  "attachments": []
6693
6893
  }
6694
6894
  ],
@@ -6732,14 +6932,14 @@
6732
6932
  "projectName": "chromium",
6733
6933
  "results": [
6734
6934
  {
6735
- "workerIndex": 0,
6935
+ "workerIndex": 2,
6736
6936
  "status": "passed",
6737
- "duration": 1877,
6937
+ "duration": 2083,
6738
6938
  "errors": [],
6739
6939
  "stdout": [],
6740
6940
  "stderr": [],
6741
6941
  "retry": 0,
6742
- "startTime": "2023-08-31T17:54:10.103Z",
6942
+ "startTime": "2023-09-15T14:50:56.749Z",
6743
6943
  "attachments": []
6744
6944
  }
6745
6945
  ],
@@ -6790,14 +6990,14 @@
6790
6990
  "projectName": "chromium",
6791
6991
  "results": [
6792
6992
  {
6793
- "workerIndex": 0,
6993
+ "workerIndex": 2,
6794
6994
  "status": "passed",
6795
- "duration": 2104,
6995
+ "duration": 2510,
6796
6996
  "errors": [],
6797
6997
  "stdout": [],
6798
6998
  "stderr": [],
6799
6999
  "retry": 0,
6800
- "startTime": "2023-08-31T17:54:11.985Z",
7000
+ "startTime": "2023-09-15T14:50:58.837Z",
6801
7001
  "attachments": []
6802
7002
  }
6803
7003
  ],
@@ -6829,14 +7029,14 @@
6829
7029
  "projectName": "chromium",
6830
7030
  "results": [
6831
7031
  {
6832
- "workerIndex": 0,
7032
+ "workerIndex": 2,
6833
7033
  "status": "passed",
6834
- "duration": 2259,
7034
+ "duration": 2594,
6835
7035
  "errors": [],
6836
7036
  "stdout": [],
6837
7037
  "stderr": [],
6838
7038
  "retry": 0,
6839
- "startTime": "2023-08-31T17:54:14.091Z",
7039
+ "startTime": "2023-09-15T14:51:01.349Z",
6840
7040
  "attachments": []
6841
7041
  }
6842
7042
  ],
@@ -6868,14 +7068,14 @@
6868
7068
  "projectName": "chromium",
6869
7069
  "results": [
6870
7070
  {
6871
- "workerIndex": 0,
7071
+ "workerIndex": 2,
6872
7072
  "status": "passed",
6873
- "duration": 3065,
7073
+ "duration": 3552,
6874
7074
  "errors": [],
6875
7075
  "stdout": [],
6876
7076
  "stderr": [],
6877
7077
  "retry": 0,
6878
- "startTime": "2023-08-31T17:54:16.351Z",
7078
+ "startTime": "2023-09-15T14:51:03.944Z",
6879
7079
  "attachments": []
6880
7080
  }
6881
7081
  ],
@@ -6907,14 +7107,14 @@
6907
7107
  "projectName": "chromium",
6908
7108
  "results": [
6909
7109
  {
6910
- "workerIndex": 0,
7110
+ "workerIndex": 2,
6911
7111
  "status": "passed",
6912
- "duration": 1995,
7112
+ "duration": 2090,
6913
7113
  "errors": [],
6914
7114
  "stdout": [],
6915
7115
  "stderr": [],
6916
7116
  "retry": 0,
6917
- "startTime": "2023-08-31T17:54:19.418Z",
7117
+ "startTime": "2023-09-15T14:51:07.498Z",
6918
7118
  "attachments": []
6919
7119
  }
6920
7120
  ],
@@ -6946,14 +7146,14 @@
6946
7146
  "projectName": "chromium",
6947
7147
  "results": [
6948
7148
  {
6949
- "workerIndex": 0,
7149
+ "workerIndex": 2,
6950
7150
  "status": "passed",
6951
- "duration": 2998,
7151
+ "duration": 3345,
6952
7152
  "errors": [],
6953
7153
  "stdout": [],
6954
7154
  "stderr": [],
6955
7155
  "retry": 0,
6956
- "startTime": "2023-08-31T17:54:21.415Z",
7156
+ "startTime": "2023-09-15T14:51:09.589Z",
6957
7157
  "attachments": []
6958
7158
  }
6959
7159
  ],
@@ -6995,14 +7195,14 @@
6995
7195
  "projectName": "chromium",
6996
7196
  "results": [
6997
7197
  {
6998
- "workerIndex": 0,
7198
+ "workerIndex": 2,
6999
7199
  "status": "passed",
7000
- "duration": 2142,
7200
+ "duration": 2419,
7001
7201
  "errors": [],
7002
7202
  "stdout": [],
7003
7203
  "stderr": [],
7004
7204
  "retry": 0,
7005
- "startTime": "2023-08-31T17:54:24.417Z",
7205
+ "startTime": "2023-09-15T14:51:12.940Z",
7006
7206
  "attachments": []
7007
7207
  }
7008
7208
  ],
@@ -7027,14 +7227,14 @@
7027
7227
  "projectName": "chromium",
7028
7228
  "results": [
7029
7229
  {
7030
- "workerIndex": 0,
7230
+ "workerIndex": 2,
7031
7231
  "status": "passed",
7032
- "duration": 2702,
7232
+ "duration": 3130,
7033
7233
  "errors": [],
7034
7234
  "stdout": [],
7035
7235
  "stderr": [],
7036
7236
  "retry": 0,
7037
- "startTime": "2023-08-31T17:54:26.560Z",
7237
+ "startTime": "2023-09-15T14:51:15.360Z",
7038
7238
  "attachments": []
7039
7239
  }
7040
7240
  ],
@@ -7059,14 +7259,14 @@
7059
7259
  "projectName": "chromium",
7060
7260
  "results": [
7061
7261
  {
7062
- "workerIndex": 0,
7262
+ "workerIndex": 2,
7063
7263
  "status": "passed",
7064
- "duration": 2114,
7264
+ "duration": 2226,
7065
7265
  "errors": [],
7066
7266
  "stdout": [],
7067
7267
  "stderr": [],
7068
7268
  "retry": 0,
7069
- "startTime": "2023-08-31T17:54:29.264Z",
7269
+ "startTime": "2023-09-15T14:51:18.492Z",
7070
7270
  "attachments": []
7071
7271
  }
7072
7272
  ],
@@ -7091,14 +7291,14 @@
7091
7291
  "projectName": "chromium",
7092
7292
  "results": [
7093
7293
  {
7094
- "workerIndex": 0,
7294
+ "workerIndex": 2,
7095
7295
  "status": "passed",
7096
- "duration": 2825,
7296
+ "duration": 3200,
7097
7297
  "errors": [],
7098
7298
  "stdout": [],
7099
7299
  "stderr": [],
7100
7300
  "retry": 0,
7101
- "startTime": "2023-08-31T17:54:31.386Z",
7301
+ "startTime": "2023-09-15T14:51:20.719Z",
7102
7302
  "attachments": []
7103
7303
  }
7104
7304
  ],
@@ -7123,14 +7323,14 @@
7123
7323
  "projectName": "chromium",
7124
7324
  "results": [
7125
7325
  {
7126
- "workerIndex": 0,
7326
+ "workerIndex": 2,
7127
7327
  "status": "passed",
7128
- "duration": 2884,
7328
+ "duration": 3185,
7129
7329
  "errors": [],
7130
7330
  "stdout": [],
7131
7331
  "stderr": [],
7132
7332
  "retry": 0,
7133
- "startTime": "2023-08-31T17:54:34.213Z",
7333
+ "startTime": "2023-09-15T14:51:23.920Z",
7134
7334
  "attachments": []
7135
7335
  }
7136
7336
  ],
@@ -7187,14 +7387,14 @@
7187
7387
  "projectName": "chromium",
7188
7388
  "results": [
7189
7389
  {
7190
- "workerIndex": 0,
7390
+ "workerIndex": 2,
7191
7391
  "status": "passed",
7192
- "duration": 2501,
7392
+ "duration": 2674,
7193
7393
  "errors": [],
7194
7394
  "stdout": [],
7195
7395
  "stderr": [],
7196
7396
  "retry": 0,
7197
- "startTime": "2023-08-31T17:54:37.103Z",
7397
+ "startTime": "2023-09-15T14:51:27.111Z",
7198
7398
  "attachments": []
7199
7399
  }
7200
7400
  ],
@@ -7232,14 +7432,14 @@
7232
7432
  "projectName": "chromium",
7233
7433
  "results": [
7234
7434
  {
7235
- "workerIndex": 0,
7435
+ "workerIndex": 2,
7236
7436
  "status": "passed",
7237
- "duration": 2567,
7437
+ "duration": 2740,
7238
7438
  "errors": [],
7239
7439
  "stdout": [],
7240
7440
  "stderr": [],
7241
7441
  "retry": 0,
7242
- "startTime": "2023-08-31T17:54:39.606Z",
7442
+ "startTime": "2023-09-15T14:51:29.787Z",
7243
7443
  "attachments": []
7244
7444
  }
7245
7445
  ],
@@ -7277,14 +7477,14 @@
7277
7477
  "projectName": "chromium",
7278
7478
  "results": [
7279
7479
  {
7280
- "workerIndex": 0,
7480
+ "workerIndex": 2,
7281
7481
  "status": "passed",
7282
- "duration": 2553,
7482
+ "duration": 2833,
7283
7483
  "errors": [],
7284
7484
  "stdout": [],
7285
7485
  "stderr": [],
7286
7486
  "retry": 0,
7287
- "startTime": "2023-08-31T17:54:42.174Z",
7487
+ "startTime": "2023-09-15T14:51:32.528Z",
7288
7488
  "attachments": []
7289
7489
  }
7290
7490
  ],
@@ -7322,14 +7522,14 @@
7322
7522
  "projectName": "chromium",
7323
7523
  "results": [
7324
7524
  {
7325
- "workerIndex": 0,
7525
+ "workerIndex": 2,
7326
7526
  "status": "passed",
7327
- "duration": 2786,
7527
+ "duration": 2756,
7328
7528
  "errors": [],
7329
7529
  "stdout": [],
7330
7530
  "stderr": [],
7331
7531
  "retry": 0,
7332
- "startTime": "2023-08-31T17:54:44.729Z",
7532
+ "startTime": "2023-09-15T14:51:35.363Z",
7333
7533
  "attachments": []
7334
7534
  }
7335
7535
  ],
@@ -7367,14 +7567,14 @@
7367
7567
  "projectName": "chromium",
7368
7568
  "results": [
7369
7569
  {
7370
- "workerIndex": 0,
7570
+ "workerIndex": 2,
7371
7571
  "status": "passed",
7372
- "duration": 2859,
7572
+ "duration": 2866,
7373
7573
  "errors": [],
7374
7574
  "stdout": [],
7375
7575
  "stderr": [],
7376
7576
  "retry": 0,
7377
- "startTime": "2023-08-31T17:54:47.516Z",
7577
+ "startTime": "2023-09-15T14:51:38.120Z",
7378
7578
  "attachments": []
7379
7579
  }
7380
7580
  ],
@@ -7412,14 +7612,14 @@
7412
7612
  "projectName": "chromium",
7413
7613
  "results": [
7414
7614
  {
7415
- "workerIndex": 0,
7615
+ "workerIndex": 2,
7416
7616
  "status": "passed",
7417
- "duration": 2512,
7617
+ "duration": 2631,
7418
7618
  "errors": [],
7419
7619
  "stdout": [],
7420
7620
  "stderr": [],
7421
7621
  "retry": 0,
7422
- "startTime": "2023-08-31T17:54:50.377Z",
7622
+ "startTime": "2023-09-15T14:51:40.988Z",
7423
7623
  "attachments": []
7424
7624
  }
7425
7625
  ],
@@ -7457,14 +7657,14 @@
7457
7657
  "projectName": "chromium",
7458
7658
  "results": [
7459
7659
  {
7460
- "workerIndex": 0,
7660
+ "workerIndex": 2,
7461
7661
  "status": "passed",
7462
- "duration": 2650,
7662
+ "duration": 2832,
7463
7663
  "errors": [],
7464
7664
  "stdout": [],
7465
7665
  "stderr": [],
7466
7666
  "retry": 0,
7467
- "startTime": "2023-08-31T17:54:52.891Z",
7667
+ "startTime": "2023-09-15T14:51:43.620Z",
7468
7668
  "attachments": []
7469
7669
  }
7470
7670
  ],
@@ -7502,14 +7702,14 @@
7502
7702
  "projectName": "chromium",
7503
7703
  "results": [
7504
7704
  {
7505
- "workerIndex": 0,
7705
+ "workerIndex": 2,
7506
7706
  "status": "passed",
7507
- "duration": 2057,
7707
+ "duration": 2122,
7508
7708
  "errors": [],
7509
7709
  "stdout": [],
7510
7710
  "stderr": [],
7511
7711
  "retry": 0,
7512
- "startTime": "2023-08-31T17:54:55.542Z",
7712
+ "startTime": "2023-09-15T14:51:46.453Z",
7513
7713
  "attachments": []
7514
7714
  }
7515
7715
  ],
@@ -7553,14 +7753,14 @@
7553
7753
  "projectName": "chromium",
7554
7754
  "results": [
7555
7755
  {
7556
- "workerIndex": 0,
7756
+ "workerIndex": 2,
7557
7757
  "status": "passed",
7558
- "duration": 2577,
7758
+ "duration": 2552,
7559
7759
  "errors": [],
7560
7760
  "stdout": [],
7561
7761
  "stderr": [],
7562
7762
  "retry": 0,
7563
- "startTime": "2023-08-31T17:54:57.605Z",
7763
+ "startTime": "2023-09-15T14:51:48.580Z",
7564
7764
  "attachments": []
7565
7765
  }
7566
7766
  ],
@@ -7602,14 +7802,14 @@
7602
7802
  "projectName": "chromium",
7603
7803
  "results": [
7604
7804
  {
7605
- "workerIndex": 0,
7805
+ "workerIndex": 2,
7606
7806
  "status": "passed",
7607
- "duration": 2339,
7807
+ "duration": 2318,
7608
7808
  "errors": [],
7609
7809
  "stdout": [],
7610
7810
  "stderr": [],
7611
7811
  "retry": 0,
7612
- "startTime": "2023-08-31T17:55:00.187Z",
7812
+ "startTime": "2023-09-15T14:51:51.136Z",
7613
7813
  "attachments": []
7614
7814
  }
7615
7815
  ],
@@ -7634,14 +7834,14 @@
7634
7834
  "projectName": "chromium",
7635
7835
  "results": [
7636
7836
  {
7637
- "workerIndex": 0,
7837
+ "workerIndex": 2,
7638
7838
  "status": "passed",
7639
- "duration": 2231,
7839
+ "duration": 2332,
7640
7840
  "errors": [],
7641
7841
  "stdout": [],
7642
7842
  "stderr": [],
7643
7843
  "retry": 0,
7644
- "startTime": "2023-08-31T17:55:02.530Z",
7844
+ "startTime": "2023-09-15T14:51:53.463Z",
7645
7845
  "attachments": []
7646
7846
  }
7647
7847
  ],
@@ -7666,14 +7866,14 @@
7666
7866
  "projectName": "chromium",
7667
7867
  "results": [
7668
7868
  {
7669
- "workerIndex": 0,
7869
+ "workerIndex": 2,
7670
7870
  "status": "passed",
7671
- "duration": 2271,
7871
+ "duration": 2383,
7672
7872
  "errors": [],
7673
7873
  "stdout": [],
7674
7874
  "stderr": [],
7675
7875
  "retry": 0,
7676
- "startTime": "2023-08-31T17:55:04.763Z",
7876
+ "startTime": "2023-09-15T14:51:55.797Z",
7677
7877
  "attachments": []
7678
7878
  }
7679
7879
  ],
@@ -7698,14 +7898,14 @@
7698
7898
  "projectName": "chromium",
7699
7899
  "results": [
7700
7900
  {
7701
- "workerIndex": 0,
7901
+ "workerIndex": 2,
7702
7902
  "status": "passed",
7703
- "duration": 2008,
7903
+ "duration": 2041,
7704
7904
  "errors": [],
7705
7905
  "stdout": [],
7706
7906
  "stderr": [],
7707
7907
  "retry": 0,
7708
- "startTime": "2023-08-31T17:55:07.035Z",
7908
+ "startTime": "2023-09-15T14:51:58.181Z",
7709
7909
  "attachments": []
7710
7910
  }
7711
7911
  ],
@@ -7730,14 +7930,14 @@
7730
7930
  "projectName": "chromium",
7731
7931
  "results": [
7732
7932
  {
7733
- "workerIndex": 0,
7933
+ "workerIndex": 2,
7734
7934
  "status": "passed",
7735
- "duration": 2312,
7935
+ "duration": 2380,
7736
7936
  "errors": [],
7737
7937
  "stdout": [],
7738
7938
  "stderr": [],
7739
7939
  "retry": 0,
7740
- "startTime": "2023-08-31T17:55:09.044Z",
7940
+ "startTime": "2023-09-15T14:52:00.223Z",
7741
7941
  "attachments": []
7742
7942
  }
7743
7943
  ],
@@ -7779,14 +7979,14 @@
7779
7979
  "projectName": "chromium",
7780
7980
  "results": [
7781
7981
  {
7782
- "workerIndex": 0,
7982
+ "workerIndex": 2,
7783
7983
  "status": "passed",
7784
- "duration": 2289,
7984
+ "duration": 2348,
7785
7985
  "errors": [],
7786
7986
  "stdout": [],
7787
7987
  "stderr": [],
7788
7988
  "retry": 0,
7789
- "startTime": "2023-08-31T17:55:11.361Z",
7989
+ "startTime": "2023-09-15T14:52:02.607Z",
7790
7990
  "attachments": []
7791
7991
  }
7792
7992
  ],
@@ -7811,14 +8011,14 @@
7811
8011
  "projectName": "chromium",
7812
8012
  "results": [
7813
8013
  {
7814
- "workerIndex": 0,
8014
+ "workerIndex": 2,
7815
8015
  "status": "passed",
7816
- "duration": 2130,
8016
+ "duration": 2312,
7817
8017
  "errors": [],
7818
8018
  "stdout": [],
7819
8019
  "stderr": [],
7820
8020
  "retry": 0,
7821
- "startTime": "2023-08-31T17:55:13.652Z",
8021
+ "startTime": "2023-09-15T14:52:04.957Z",
7822
8022
  "attachments": []
7823
8023
  }
7824
8024
  ],
@@ -7829,6 +8029,70 @@
7829
8029
  "file": "components/TextInput/TextInput-test.avt.e2e.js",
7830
8030
  "line": 25,
7831
8031
  "column": 3
8032
+ },
8033
+ {
8034
+ "title": "accessibility-checker keyboard nav",
8035
+ "ok": true,
8036
+ "tags": [],
8037
+ "tests": [
8038
+ {
8039
+ "timeout": 30000,
8040
+ "annotations": [],
8041
+ "expectedStatus": "passed",
8042
+ "projectId": "chromium",
8043
+ "projectName": "chromium",
8044
+ "results": [
8045
+ {
8046
+ "workerIndex": 2,
8047
+ "status": "passed",
8048
+ "duration": 1599,
8049
+ "errors": [],
8050
+ "stdout": [],
8051
+ "stderr": [],
8052
+ "retry": 0,
8053
+ "startTime": "2023-09-15T14:52:07.270Z",
8054
+ "attachments": []
8055
+ }
8056
+ ],
8057
+ "status": "expected"
8058
+ }
8059
+ ],
8060
+ "id": "c08364f1a79c8edf4f3c-106d34542f6fe8e204b7",
8061
+ "file": "components/TextInput/TextInput-test.avt.e2e.js",
8062
+ "line": 41,
8063
+ "column": 3
8064
+ },
8065
+ {
8066
+ "title": "accessibility-checker keyboard nav for password",
8067
+ "ok": true,
8068
+ "tags": [],
8069
+ "tests": [
8070
+ {
8071
+ "timeout": 30000,
8072
+ "annotations": [],
8073
+ "expectedStatus": "passed",
8074
+ "projectId": "chromium",
8075
+ "projectName": "chromium",
8076
+ "results": [
8077
+ {
8078
+ "workerIndex": 2,
8079
+ "status": "passed",
8080
+ "duration": 1644,
8081
+ "errors": [],
8082
+ "stdout": [],
8083
+ "stderr": [],
8084
+ "retry": 0,
8085
+ "startTime": "2023-09-15T14:52:08.870Z",
8086
+ "attachments": []
8087
+ }
8088
+ ],
8089
+ "status": "expected"
8090
+ }
8091
+ ],
8092
+ "id": "c08364f1a79c8edf4f3c-8715c3b7cac65cc48676",
8093
+ "file": "components/TextInput/TextInput-test.avt.e2e.js",
8094
+ "line": 63,
8095
+ "column": 3
7832
8096
  }
7833
8097
  ]
7834
8098
  }
@@ -7862,14 +8126,14 @@
7862
8126
  "projectName": "chromium",
7863
8127
  "results": [
7864
8128
  {
7865
- "workerIndex": 0,
8129
+ "workerIndex": 2,
7866
8130
  "status": "passed",
7867
- "duration": 2115,
8131
+ "duration": 2344,
7868
8132
  "errors": [],
7869
8133
  "stdout": [],
7870
8134
  "stderr": [],
7871
8135
  "retry": 0,
7872
- "startTime": "2023-08-31T17:55:15.789Z",
8136
+ "startTime": "2023-09-15T14:52:10.524Z",
7873
8137
  "attachments": []
7874
8138
  }
7875
8139
  ],
@@ -7911,14 +8175,14 @@
7911
8175
  "projectName": "chromium",
7912
8176
  "results": [
7913
8177
  {
7914
- "workerIndex": 0,
8178
+ "workerIndex": 2,
7915
8179
  "status": "passed",
7916
- "duration": 1979,
8180
+ "duration": 2351,
7917
8181
  "errors": [],
7918
8182
  "stdout": [],
7919
8183
  "stderr": [],
7920
8184
  "retry": 0,
7921
- "startTime": "2023-08-31T17:55:17.909Z",
8185
+ "startTime": "2023-09-15T14:52:12.873Z",
7922
8186
  "attachments": []
7923
8187
  }
7924
8188
  ],
@@ -7943,14 +8207,14 @@
7943
8207
  "projectName": "chromium",
7944
8208
  "results": [
7945
8209
  {
7946
- "workerIndex": 0,
8210
+ "workerIndex": 2,
7947
8211
  "status": "passed",
7948
- "duration": 1982,
8212
+ "duration": 2271,
7949
8213
  "errors": [],
7950
8214
  "stdout": [],
7951
8215
  "stderr": [],
7952
8216
  "retry": 0,
7953
- "startTime": "2023-08-31T17:55:19.889Z",
8217
+ "startTime": "2023-09-15T14:52:15.224Z",
7954
8218
  "attachments": []
7955
8219
  }
7956
8220
  ],
@@ -7975,14 +8239,14 @@
7975
8239
  "projectName": "chromium",
7976
8240
  "results": [
7977
8241
  {
7978
- "workerIndex": 0,
8242
+ "workerIndex": 2,
7979
8243
  "status": "passed",
7980
- "duration": 2158,
8244
+ "duration": 2338,
7981
8245
  "errors": [],
7982
8246
  "stdout": [],
7983
8247
  "stderr": [],
7984
8248
  "retry": 0,
7985
- "startTime": "2023-08-31T17:55:21.872Z",
8249
+ "startTime": "2023-09-15T14:52:17.497Z",
7986
8250
  "attachments": []
7987
8251
  }
7988
8252
  ],
@@ -8007,14 +8271,14 @@
8007
8271
  "projectName": "chromium",
8008
8272
  "results": [
8009
8273
  {
8010
- "workerIndex": 0,
8274
+ "workerIndex": 2,
8011
8275
  "status": "passed",
8012
- "duration": 2070,
8276
+ "duration": 2246,
8013
8277
  "errors": [],
8014
8278
  "stdout": [],
8015
8279
  "stderr": [],
8016
8280
  "retry": 0,
8017
- "startTime": "2023-08-31T17:55:24.032Z",
8281
+ "startTime": "2023-09-15T14:52:19.836Z",
8018
8282
  "attachments": []
8019
8283
  }
8020
8284
  ],
@@ -8039,14 +8303,14 @@
8039
8303
  "projectName": "chromium",
8040
8304
  "results": [
8041
8305
  {
8042
- "workerIndex": 0,
8306
+ "workerIndex": 2,
8043
8307
  "status": "passed",
8044
- "duration": 2379,
8308
+ "duration": 2554,
8045
8309
  "errors": [],
8046
8310
  "stdout": [],
8047
8311
  "stderr": [],
8048
8312
  "retry": 0,
8049
- "startTime": "2023-08-31T17:55:26.103Z",
8313
+ "startTime": "2023-09-15T14:52:22.084Z",
8050
8314
  "attachments": []
8051
8315
  }
8052
8316
  ],
@@ -8071,14 +8335,14 @@
8071
8335
  "projectName": "chromium",
8072
8336
  "results": [
8073
8337
  {
8074
- "workerIndex": 0,
8338
+ "workerIndex": 2,
8075
8339
  "status": "passed",
8076
- "duration": 2457,
8340
+ "duration": 2689,
8077
8341
  "errors": [],
8078
8342
  "stdout": [],
8079
8343
  "stderr": [],
8080
8344
  "retry": 0,
8081
- "startTime": "2023-08-31T17:55:28.483Z",
8345
+ "startTime": "2023-09-15T14:52:24.639Z",
8082
8346
  "attachments": []
8083
8347
  }
8084
8348
  ],
@@ -8103,14 +8367,14 @@
8103
8367
  "projectName": "chromium",
8104
8368
  "results": [
8105
8369
  {
8106
- "workerIndex": 0,
8370
+ "workerIndex": 2,
8107
8371
  "status": "passed",
8108
- "duration": 1957,
8372
+ "duration": 2027,
8109
8373
  "errors": [],
8110
8374
  "stdout": [],
8111
8375
  "stderr": [],
8112
8376
  "retry": 0,
8113
- "startTime": "2023-08-31T17:55:30.942Z",
8377
+ "startTime": "2023-09-15T14:52:27.330Z",
8114
8378
  "attachments": []
8115
8379
  }
8116
8380
  ],
@@ -8135,14 +8399,14 @@
8135
8399
  "projectName": "chromium",
8136
8400
  "results": [
8137
8401
  {
8138
- "workerIndex": 0,
8402
+ "workerIndex": 2,
8139
8403
  "status": "passed",
8140
- "duration": 1587,
8404
+ "duration": 1592,
8141
8405
  "errors": [],
8142
8406
  "stdout": [],
8143
8407
  "stderr": [],
8144
8408
  "retry": 0,
8145
- "startTime": "2023-08-31T17:55:32.899Z",
8409
+ "startTime": "2023-09-15T14:52:29.358Z",
8146
8410
  "attachments": []
8147
8411
  }
8148
8412
  ],
@@ -8167,14 +8431,14 @@
8167
8431
  "projectName": "chromium",
8168
8432
  "results": [
8169
8433
  {
8170
- "workerIndex": 0,
8434
+ "workerIndex": 2,
8171
8435
  "status": "passed",
8172
- "duration": 1489,
8436
+ "duration": 1623,
8173
8437
  "errors": [],
8174
8438
  "stdout": [],
8175
8439
  "stderr": [],
8176
8440
  "retry": 0,
8177
- "startTime": "2023-08-31T17:55:34.487Z",
8441
+ "startTime": "2023-09-15T14:52:30.951Z",
8178
8442
  "attachments": []
8179
8443
  }
8180
8444
  ],
@@ -8199,14 +8463,14 @@
8199
8463
  "projectName": "chromium",
8200
8464
  "results": [
8201
8465
  {
8202
- "workerIndex": 0,
8466
+ "workerIndex": 2,
8203
8467
  "status": "passed",
8204
- "duration": 1513,
8468
+ "duration": 1625,
8205
8469
  "errors": [],
8206
8470
  "stdout": [],
8207
8471
  "stderr": [],
8208
8472
  "retry": 0,
8209
- "startTime": "2023-08-31T17:55:35.977Z",
8473
+ "startTime": "2023-09-15T14:52:32.576Z",
8210
8474
  "attachments": []
8211
8475
  }
8212
8476
  ],
@@ -8250,14 +8514,14 @@
8250
8514
  "projectName": "chromium",
8251
8515
  "results": [
8252
8516
  {
8253
- "workerIndex": 0,
8517
+ "workerIndex": 2,
8254
8518
  "status": "passed",
8255
- "duration": 2422,
8519
+ "duration": 2544,
8256
8520
  "errors": [],
8257
8521
  "stdout": [],
8258
8522
  "stderr": [],
8259
8523
  "retry": 0,
8260
- "startTime": "2023-08-31T17:55:37.496Z",
8524
+ "startTime": "2023-09-15T14:52:34.206Z",
8261
8525
  "attachments": []
8262
8526
  }
8263
8527
  ],
@@ -8299,14 +8563,14 @@
8299
8563
  "projectName": "chromium",
8300
8564
  "results": [
8301
8565
  {
8302
- "workerIndex": 0,
8566
+ "workerIndex": 2,
8303
8567
  "status": "passed",
8304
- "duration": 2065,
8568
+ "duration": 2257,
8305
8569
  "errors": [],
8306
8570
  "stdout": [],
8307
8571
  "stderr": [],
8308
8572
  "retry": 0,
8309
- "startTime": "2023-08-31T17:55:39.922Z",
8573
+ "startTime": "2023-09-15T14:52:36.754Z",
8310
8574
  "attachments": []
8311
8575
  }
8312
8576
  ],
@@ -8331,14 +8595,14 @@
8331
8595
  "projectName": "chromium",
8332
8596
  "results": [
8333
8597
  {
8334
- "workerIndex": 0,
8598
+ "workerIndex": 2,
8335
8599
  "status": "passed",
8336
- "duration": 2076,
8600
+ "duration": 2103,
8337
8601
  "errors": [],
8338
8602
  "stdout": [],
8339
8603
  "stderr": [],
8340
8604
  "retry": 0,
8341
- "startTime": "2023-08-31T17:55:41.988Z",
8605
+ "startTime": "2023-09-15T14:52:39.012Z",
8342
8606
  "attachments": []
8343
8607
  }
8344
8608
  ],
@@ -8363,14 +8627,14 @@
8363
8627
  "projectName": "chromium",
8364
8628
  "results": [
8365
8629
  {
8366
- "workerIndex": 0,
8630
+ "workerIndex": 2,
8367
8631
  "status": "passed",
8368
- "duration": 2215,
8632
+ "duration": 2358,
8369
8633
  "errors": [],
8370
8634
  "stdout": [],
8371
8635
  "stderr": [],
8372
8636
  "retry": 0,
8373
- "startTime": "2023-08-31T17:55:44.065Z",
8637
+ "startTime": "2023-09-15T14:52:41.116Z",
8374
8638
  "attachments": []
8375
8639
  }
8376
8640
  ],
@@ -8395,14 +8659,14 @@
8395
8659
  "projectName": "chromium",
8396
8660
  "results": [
8397
8661
  {
8398
- "workerIndex": 0,
8662
+ "workerIndex": 2,
8399
8663
  "status": "passed",
8400
- "duration": 2644,
8664
+ "duration": 2815,
8401
8665
  "errors": [],
8402
8666
  "stdout": [],
8403
8667
  "stderr": [],
8404
8668
  "retry": 0,
8405
- "startTime": "2023-08-31T17:55:46.281Z",
8669
+ "startTime": "2023-09-15T14:52:43.476Z",
8406
8670
  "attachments": []
8407
8671
  }
8408
8672
  ],
@@ -8427,14 +8691,14 @@
8427
8691
  "projectName": "chromium",
8428
8692
  "results": [
8429
8693
  {
8430
- "workerIndex": 0,
8694
+ "workerIndex": 2,
8431
8695
  "status": "passed",
8432
- "duration": 1608,
8696
+ "duration": 1595,
8433
8697
  "errors": [],
8434
8698
  "stdout": [],
8435
8699
  "stderr": [],
8436
8700
  "retry": 0,
8437
- "startTime": "2023-08-31T17:55:48.926Z",
8701
+ "startTime": "2023-09-15T14:52:46.292Z",
8438
8702
  "attachments": []
8439
8703
  }
8440
8704
  ],
@@ -8478,14 +8742,14 @@
8478
8742
  "projectName": "chromium",
8479
8743
  "results": [
8480
8744
  {
8481
- "workerIndex": 0,
8745
+ "workerIndex": 2,
8482
8746
  "status": "passed",
8483
- "duration": 2484,
8747
+ "duration": 2829,
8484
8748
  "errors": [],
8485
8749
  "stdout": [],
8486
8750
  "stderr": [],
8487
8751
  "retry": 0,
8488
- "startTime": "2023-08-31T17:55:50.538Z",
8752
+ "startTime": "2023-09-15T14:52:47.891Z",
8489
8753
  "attachments": []
8490
8754
  }
8491
8755
  ],
@@ -8534,14 +8798,14 @@
8534
8798
  "projectName": "chromium",
8535
8799
  "results": [
8536
8800
  {
8537
- "workerIndex": 0,
8801
+ "workerIndex": 2,
8538
8802
  "status": "passed",
8539
- "duration": 2042,
8803
+ "duration": 2262,
8540
8804
  "errors": [],
8541
8805
  "stdout": [],
8542
8806
  "stderr": [],
8543
8807
  "retry": 0,
8544
- "startTime": "2023-08-31T17:55:53.025Z",
8808
+ "startTime": "2023-09-15T14:52:50.726Z",
8545
8809
  "attachments": []
8546
8810
  }
8547
8811
  ],
@@ -8573,14 +8837,14 @@
8573
8837
  "projectName": "chromium",
8574
8838
  "results": [
8575
8839
  {
8576
- "workerIndex": 0,
8840
+ "workerIndex": 2,
8577
8841
  "status": "passed",
8578
- "duration": 2300,
8842
+ "duration": 2197,
8579
8843
  "errors": [],
8580
8844
  "stdout": [],
8581
8845
  "stderr": [],
8582
8846
  "retry": 0,
8583
- "startTime": "2023-08-31T17:55:55.069Z",
8847
+ "startTime": "2023-09-15T14:52:52.989Z",
8584
8848
  "attachments": []
8585
8849
  }
8586
8850
  ],
@@ -8612,14 +8876,14 @@
8612
8876
  "projectName": "chromium",
8613
8877
  "results": [
8614
8878
  {
8615
- "workerIndex": 0,
8879
+ "workerIndex": 2,
8616
8880
  "status": "passed",
8617
- "duration": 2376,
8881
+ "duration": 2200,
8618
8882
  "errors": [],
8619
8883
  "stdout": [],
8620
8884
  "stderr": [],
8621
8885
  "retry": 0,
8622
- "startTime": "2023-08-31T17:55:57.370Z",
8886
+ "startTime": "2023-09-15T14:52:55.188Z",
8623
8887
  "attachments": []
8624
8888
  }
8625
8889
  ],
@@ -8665,14 +8929,14 @@
8665
8929
  "projectName": "chromium",
8666
8930
  "results": [
8667
8931
  {
8668
- "workerIndex": 0,
8932
+ "workerIndex": 2,
8669
8933
  "status": "skipped",
8670
8934
  "duration": 0,
8671
8935
  "errors": [],
8672
8936
  "stdout": [],
8673
8937
  "stderr": [],
8674
8938
  "retry": 0,
8675
- "startTime": "2023-08-31T17:55:59.751Z",
8939
+ "startTime": "2023-09-15T14:52:57.393Z",
8676
8940
  "attachments": []
8677
8941
  }
8678
8942
  ],
@@ -8701,14 +8965,14 @@
8701
8965
  "projectName": "chromium",
8702
8966
  "results": [
8703
8967
  {
8704
- "workerIndex": 0,
8968
+ "workerIndex": 2,
8705
8969
  "status": "skipped",
8706
8970
  "duration": 0,
8707
8971
  "errors": [],
8708
8972
  "stdout": [],
8709
8973
  "stderr": [],
8710
8974
  "retry": 0,
8711
- "startTime": "2023-08-31T17:55:59.751Z",
8975
+ "startTime": "2023-09-15T14:52:57.393Z",
8712
8976
  "attachments": []
8713
8977
  }
8714
8978
  ],
@@ -8733,14 +8997,14 @@
8733
8997
  "projectName": "chromium",
8734
8998
  "results": [
8735
8999
  {
8736
- "workerIndex": 0,
9000
+ "workerIndex": 2,
8737
9001
  "status": "passed",
8738
- "duration": 1780,
9002
+ "duration": 1803,
8739
9003
  "errors": [],
8740
9004
  "stdout": [],
8741
9005
  "stderr": [],
8742
9006
  "retry": 0,
8743
- "startTime": "2023-08-31T17:55:59.751Z",
9007
+ "startTime": "2023-09-15T14:52:57.393Z",
8744
9008
  "attachments": []
8745
9009
  }
8746
9010
  ],
@@ -8782,14 +9046,14 @@
8782
9046
  "projectName": "chromium",
8783
9047
  "results": [
8784
9048
  {
8785
- "workerIndex": 0,
9049
+ "workerIndex": 2,
8786
9050
  "status": "passed",
8787
- "duration": 3348,
9051
+ "duration": 3382,
8788
9052
  "errors": [],
8789
9053
  "stdout": [],
8790
9054
  "stderr": [],
8791
9055
  "retry": 0,
8792
- "startTime": "2023-08-31T17:56:01.535Z",
9056
+ "startTime": "2023-09-15T14:52:59.202Z",
8793
9057
  "attachments": []
8794
9058
  }
8795
9059
  ],
@@ -8814,14 +9078,14 @@
8814
9078
  "projectName": "chromium",
8815
9079
  "results": [
8816
9080
  {
8817
- "workerIndex": 0,
9081
+ "workerIndex": 2,
8818
9082
  "status": "passed",
8819
- "duration": 4243,
9083
+ "duration": 4369,
8820
9084
  "errors": [],
8821
9085
  "stdout": [],
8822
9086
  "stderr": [],
8823
9087
  "retry": 0,
8824
- "startTime": "2023-08-31T17:56:04.884Z",
9088
+ "startTime": "2023-09-15T14:53:02.585Z",
8825
9089
  "attachments": []
8826
9090
  }
8827
9091
  ],
@@ -8846,14 +9110,14 @@
8846
9110
  "projectName": "chromium",
8847
9111
  "results": [
8848
9112
  {
8849
- "workerIndex": 0,
9113
+ "workerIndex": 2,
8850
9114
  "status": "passed",
8851
- "duration": 4679,
9115
+ "duration": 4794,
8852
9116
  "errors": [],
8853
9117
  "stdout": [],
8854
9118
  "stderr": [],
8855
9119
  "retry": 0,
8856
- "startTime": "2023-08-31T17:56:09.129Z",
9120
+ "startTime": "2023-09-15T14:53:06.956Z",
8857
9121
  "attachments": []
8858
9122
  }
8859
9123
  ],
@@ -8878,14 +9142,14 @@
8878
9142
  "projectName": "chromium",
8879
9143
  "results": [
8880
9144
  {
8881
- "workerIndex": 0,
9145
+ "workerIndex": 2,
8882
9146
  "status": "passed",
8883
- "duration": 4465,
9147
+ "duration": 4840,
8884
9148
  "errors": [],
8885
9149
  "stdout": [],
8886
9150
  "stderr": [],
8887
9151
  "retry": 0,
8888
- "startTime": "2023-08-31T17:56:13.809Z",
9152
+ "startTime": "2023-09-15T14:53:11.752Z",
8889
9153
  "attachments": []
8890
9154
  }
8891
9155
  ],
@@ -8910,14 +9174,14 @@
8910
9174
  "projectName": "chromium",
8911
9175
  "results": [
8912
9176
  {
8913
- "workerIndex": 0,
9177
+ "workerIndex": 2,
8914
9178
  "status": "passed",
8915
- "duration": 1681,
9179
+ "duration": 1791,
8916
9180
  "errors": [],
8917
9181
  "stdout": [],
8918
9182
  "stderr": [],
8919
9183
  "retry": 0,
8920
- "startTime": "2023-08-31T17:56:18.275Z",
9184
+ "startTime": "2023-09-15T14:53:16.594Z",
8921
9185
  "attachments": []
8922
9186
  }
8923
9187
  ],
@@ -8959,14 +9223,14 @@
8959
9223
  "projectName": "chromium",
8960
9224
  "results": [
8961
9225
  {
8962
- "workerIndex": 0,
9226
+ "workerIndex": 2,
8963
9227
  "status": "passed",
8964
- "duration": 1942,
9228
+ "duration": 2124,
8965
9229
  "errors": [],
8966
9230
  "stdout": [],
8967
9231
  "stderr": [],
8968
9232
  "retry": 0,
8969
- "startTime": "2023-08-31T17:56:19.961Z",
9233
+ "startTime": "2023-09-15T14:53:18.389Z",
8970
9234
  "attachments": []
8971
9235
  }
8972
9236
  ],
@@ -8991,14 +9255,14 @@
8991
9255
  "projectName": "chromium",
8992
9256
  "results": [
8993
9257
  {
8994
- "workerIndex": 0,
9258
+ "workerIndex": 2,
8995
9259
  "status": "passed",
8996
- "duration": 2159,
9260
+ "duration": 2297,
8997
9261
  "errors": [],
8998
9262
  "stdout": [],
8999
9263
  "stderr": [],
9000
9264
  "retry": 0,
9001
- "startTime": "2023-08-31T17:56:21.904Z",
9265
+ "startTime": "2023-09-15T14:53:20.517Z",
9002
9266
  "attachments": []
9003
9267
  }
9004
9268
  ],