From a73472f7e5e75b8a7f2358094f80e98a7ebf1c79 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 9 Jul 2022 23:18:09 +0200 Subject: [PATCH] Removed debug line in logs --- test/utils/InfoTooltip.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/test/utils/InfoTooltip.test.tsx b/test/utils/InfoTooltip.test.tsx index dd5021a8..8a651b9c 100644 --- a/test/utils/InfoTooltip.test.tsx +++ b/test/utils/InfoTooltip.test.tsx @@ -32,7 +32,6 @@ describe('', () => { container.firstElementChild && await user.hover(container.firstElementChild); await waitFor(() => expect(screen.getByRole('tooltip')).toBeInTheDocument()); - screen.debug(screen.getByRole('tooltip')); expect(screen.getByRole('tooltip')).toHaveTextContent(expectedContent); });