Skip to content

Commit

Permalink
fix: chromatic tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Jul 16, 2024
1 parent 59bd3e3 commit 7a9b429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tooltip/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const hoverOnTooltips = async ({ canvasElement }: { canvasElement: HTMLEl
const buttons = canvas.getAllByTestId('button');

buttons.forEach((button) => {
fireEvent.mouseEnter(button);
fireEvent.mouseOver(button);
});
};

0 comments on commit 7a9b429

Please sign in to comment.