mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-18 13:33:51 +00:00
Merge branch 'feature/testing-lib' into develop
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user