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); });