Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: Let Chromatic ignore KaotoToolbar story to avoid false alarm d…
Browse files Browse the repository at this point in the history
…ue to random route ID suffix
  • Loading branch information
igarashitm committed Jul 13, 2023
1 parent 9839291 commit fa744c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/KaotoToolbar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export default {
toggleCatalog: { action: 'toggled' },
toggleCodeEditor: { action: 'toggled' },
},
parameters: {
chromatic: { disableSnapshot: true }, // due to random route ID suffix
},
} as Meta<typeof KaotoToolbar>;

const Template: StoryFn<typeof KaotoToolbar> = (args) => {
Expand Down

0 comments on commit fa744c0

Please sign in to comment.