mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Removed debug line in logs
This commit is contained in:
parent
08ca59f990
commit
a73472f7e5
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ describe('<InfoTooltip />', () => {
|
||||||
|
|
||||||
container.firstElementChild && await user.hover(container.firstElementChild);
|
container.firstElementChild && await user.hover(container.firstElementChild);
|
||||||
await waitFor(() => expect(screen.getByRole('tooltip')).toBeInTheDocument());
|
await waitFor(() => expect(screen.getByRole('tooltip')).toBeInTheDocument());
|
||||||
screen.debug(screen.getByRole('tooltip'));
|
|
||||||
expect(screen.getByRole('tooltip')).toHaveTextContent(expectedContent);
|
expect(screen.getByRole('tooltip')).toHaveTextContent(expectedContent);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue