You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixes up existing tests to use new default props if necessary
- adds numerical test, text alignment, visual elements, empty state,
loading state, and a test of a smattering of other focus/selected tests
for the rows and cells
"Table row charlie. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.",
311
-
"Test",
312
-
"23",
313
-
],
324
+
cellContent: ["Mew","Psychic","100"],
325
+
textAlignment: {
326
+
2: "end"
327
+
}
328
+
},
329
+
],
330
+
},
331
+
{
332
+
testHeading: "Visual elements",
333
+
rowItems: [
334
+
{
335
+
cellContent: "Avatar example",
336
+
visualElement: "avatar",
314
337
},
315
338
{
316
-
cellContent: ["Table row delta","Test","7"],
339
+
cellContent: "Icon example",
340
+
visualElement: "icon",
341
+
},
342
+
{
343
+
cellContent: "Thumbnail example",
344
+
visualElement: "thumbnail",
317
345
},
318
346
],
319
347
},
320
348
{
321
-
testHeading: "Thumbnail: collapsible",
322
-
showThumbnails: true,
349
+
testHeading: "Visual elements: collapsible",
323
350
rowItems: [
324
351
{
325
352
cellContent: "Table row alpha",
326
353
isCollapsible: true,
327
354
isExpanded: true,
328
355
tier: 0,
329
-
ariaControls: "table-cr-bravo",
356
+
ariaControls: "table-cr-bravo table-cr-delta",
330
357
id: "table-cr-alpha",
331
358
},
332
359
{
333
360
cellContent:
334
-
"Table row bravo. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.",
361
+
"Table row bravo. There is actually another collapsed row here that's not visible. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.",
0 commit comments