Skip to content

Commit

Permalink
Update packages/react-components/src/components/Tooltip/Tooltip.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vadym <12149393+VadymBezpalko@users.noreply.github.com>
  • Loading branch information
marcinsawicki and VadymBezpalko authored Nov 2, 2023
1 parent 85fb323 commit 79d892d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('<Tooltip> component', () => {
cleanup();
});

it(`should show tooltip after trigger click and hide after second click`, async () => {
it(`should show tooltip on trigger click and hide it on second click`, async () => {
const { queryByRole, getByRole } = renderComponent({
...defaultProps,
triggerOnClick: true,
Expand Down

0 comments on commit 79d892d

Please sign in to comment.