diff --git a/pages/space-between/alignment.permutations.page.tsx b/pages/space-between/alignment.permutations.page.tsx index 0d5b71ad7c..287add1515 100644 --- a/pages/space-between/alignment.permutations.page.tsx +++ b/pages/space-between/alignment.permutations.page.tsx @@ -49,7 +49,7 @@ const permutations = createPermutations { expect(content[0].getElement()).toHaveAttribute('id', 'button-one'); expect(content[1].getElement()).toHaveAttribute('id', 'button-two'); }); + + it.each(['center', 'start', 'end', 'stretch'] as const)('applies align-%s class', alignItems => { + const { container } = render( + +