Skip to content

Commit b51f171

Browse files
committed
fix: disable Chromatic snapshot for SnackBar animated story
1 parent 220b030 commit b51f171

File tree

1 file changed

+3
-0
lines changed
  • packages/twenty-front/src/modules/ui/feedback/snack-bar-manager/components/__stories__

1 file changed

+3
-0
lines changed

packages/twenty-front/src/modules/ui/feedback/snack-bar-manager/components/__stories__/SnackBar.stories.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ type Story = StoryObj<typeof SnackBar>;
3434

3535
export const Default: Story = {
3636
decorators: [ComponentDecorator],
37+
parameters: {
38+
chromatic: { disableSnapshot: true },
39+
},
3740
};
3841

3942
export const Catalog: CatalogStory<Story, typeof SnackBar> = {

0 commit comments

Comments
 (0)