Skip to content

Commit

Permalink
feat: Adds striped row for screenshot test (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: Katie George <[email protected]>
  • Loading branch information
katiegeorge and Katie George authored Dec 19, 2022
1 parent 5ff633e commit a331cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/table/permutations.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ const permutations = createPermutations<TableProps>([
items: [createSimpleItems(3)],
variant: ['embedded', 'stacked', 'full-page'],
},
{
columnDefinitions: [SIMPLE_COLUMNS],
stripedRows: [true],
items: [createSimpleItems(3)],
},
]);
/* eslint-enable react/jsx-key */

Expand Down

0 comments on commit a331cd8

Please sign in to comment.