Skip to content

Commit

Permalink
Merge pull request #664 from Orfium/feat/NDS-784_add_delay_to_chromat…
Browse files Browse the repository at this point in the history
…ic_screenshots_v5

[NDS-784] feat: add delay to chromatic screenshots [v5]
  • Loading branch information
kostasdano authored Aug 30, 2023
2 parents fac1c61 + 79fd250 commit 7ab9372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const parameters = {
viewports: viewPorts,
},
options: { showPanel: true },
chromatic: { delay: 2000 },
viewMode: 'docs',
previewTabs: {
'storybook/docs/panel': {
Expand Down
7 changes: 1 addition & 6 deletions src/components/Chart/Chart.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import DonutChartShowCase from '../storyUtils/DonutChartShowCase';
import { color } from './LineChart/story.utils';
import { initData } from './LineChart/mockedData';

<Meta
title="Design System/Chart"
parameters={{
chromatic: { delay: 2500 },
}}
/>
<Meta title="Design System/Chart" />

# LineChart

Expand Down

0 comments on commit 7ab9372

Please sign in to comment.