Merge branch 'feature/testing-lib' into develop

This commit is contained in:
Alejandro Celaya 2022-07-09 23:19:18 +02:00
commit 7249ec4968

View file

@ -32,7 +32,6 @@ describe('<InfoTooltip />', () => {
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);
});