Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxinteger committed Jun 6, 2024
1 parent c03b43c commit 5d3efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tooltip/Tooltip.unit.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ describe('<Tooltip />', () => {
expect(button1.getAttribute('aria-haspopup')).toBe('grid');
});

it('opens with focus or mouse hover when isToggletip is false', async () => {
it('opens with mouse hover when isToggletip is false', async () => {
const user = userEvent.setup();

render(
Expand Down

0 comments on commit 5d3efa3

Please sign in to comment.