Disable perf stories in chromatic (#5597)
Disabled chromatic for performance stories.
This commit is contained in:
@ -70,6 +70,9 @@ const meta: Meta = {
|
|||||||
component: RelationFieldDisplay,
|
component: RelationFieldDisplay,
|
||||||
argTypes: { value: { control: 'date' } },
|
argTypes: { value: { control: 'date' } },
|
||||||
args: {},
|
args: {},
|
||||||
|
parameters: {
|
||||||
|
chromatic: { disableSnapshot: true },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default meta;
|
export default meta;
|
||||||
|
|||||||
@ -128,6 +128,9 @@ const meta: Meta = {
|
|||||||
component: RecordTableCellFieldContextWrapper,
|
component: RecordTableCellFieldContextWrapper,
|
||||||
argTypes: { value: { control: 'date' } },
|
argTypes: { value: { control: 'date' } },
|
||||||
args: {},
|
args: {},
|
||||||
|
parameters: {
|
||||||
|
chromatic: { disableSnapshot: true },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default meta;
|
export default meta;
|
||||||
|
|||||||
@ -26,6 +26,7 @@ export const getProfilingStory = ({
|
|||||||
numberOfTests: numberOfTestsPerRun,
|
numberOfTests: numberOfTestsPerRun,
|
||||||
componentName,
|
componentName,
|
||||||
warmUpRounds,
|
warmUpRounds,
|
||||||
|
chromatic: { disableSnapshot: true },
|
||||||
},
|
},
|
||||||
play: async ({ canvasElement }) => {
|
play: async ({ canvasElement }) => {
|
||||||
await findByTestId(
|
await findByTestId(
|
||||||
|
|||||||
Reference in New Issue
Block a user