diff --git a/src/components/Box/Box.test.jsx b/src/components/Box/Box.test.jsx index 5fc0951c5..94bf41854 100644 --- a/src/components/Box/Box.test.jsx +++ b/src/components/Box/Box.test.jsx @@ -64,7 +64,7 @@ describe('Box', () => { }); }); - test('childGap margin classes are applied for horizontal layout', () => { + test('childGap margin classes are applied for column layout', () => { [...SPACING_OPTIONS].forEach((value, optionIndex) => { const { container } = render( @@ -84,7 +84,7 @@ describe('Box', () => { }); }); - test('childGap margin classes are applied for vertical layout', () => { + test('childGap margin classes are applied for row layout', () => { [...SPACING_OPTIONS].forEach((value, optionIndex) => { const { container } = render(