Skip to content

Commit

Permalink
chore: delay chromatic screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Sep 11, 2024
1 parent a168a81 commit 21291a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/avatar/stories/Avatar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ Overview.args = {
src: 'https://images.ctfassets.net/iq4lnigp6fgt/2EEEk92Kiz6KxREsjBLPAN/810d5a21650d91abad12e95da4cd3beb/2021-06_Everyone_is_Welcome_here_1_.png?fit=fill&f=top_left&w=100&h=100',
};

Overview.parameters = {
chromatic: { delay: 100 }, // wait for tooltip to appear
};

export const BorderColors: Story<AvatarProps> = (args) => {
const { src, ...argsNoSrc } = args;
return (
Expand Down

0 comments on commit 21291a3

Please sign in to comment.