From 603368437a99a4a9b29431c280568dab2c9a2582 Mon Sep 17 00:00:00 2001 From: Tim R Date: Thu, 20 Jun 2024 14:14:06 -0500 Subject: [PATCH] Doc typo --- .../src/components/LoadingIndicator/LoadingIndicator.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/components/LoadingIndicator/LoadingIndicator.test.tsx b/packages/components/src/components/LoadingIndicator/LoadingIndicator.test.tsx index e3de5e50..7063eaa6 100644 --- a/packages/components/src/components/LoadingIndicator/LoadingIndicator.test.tsx +++ b/packages/components/src/components/LoadingIndicator/LoadingIndicator.test.tsx @@ -107,7 +107,7 @@ describe('Loading indicator', () => { expect(screen.getByText('Children content')).toBeOnTheScreen() expect(screen.queryByText('Loading indicator text')).not.toBeOnTheScreen() - expect(spacers.length).toBe(1) // Just Spacer between icon and text + expect(spacers.length).toBe(1) // Just Spacer between icon and children }) it('should render with both text and children', async () => {