Disable snapshot UI tests on certain stories. Closes #2642
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="{{category}}" />
|
||||
<Meta title="{{category}}" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# {{capitalize title}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user