Disable snapshot UI tests on certain stories. Closes #2642

This commit is contained in:
Gabe Kangas
2023-01-30 14:46:34 -08:00
parent de20b2cc11
commit 81e1f7920b
13 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Canvas, Meta, Story } from '@storybook/addon-docs';
<Meta title="owncast/Documentation/{{title}}" />
<Meta title="owncast/Documentation/{{title}}" parameters={chromatic: { disableSnapshot: true }} />
{{content}}
+1 -1
View File
@@ -1,7 +1,7 @@
import { Canvas, Meta, Story } from '@storybook/addon-docs';
import { Image, ImageRow } from './ImageAsset';
<Meta title="owncast/Frontend Assets/Emoji" />
<Meta title="owncast/Frontend Assets/Emoji" parameters={chromatic: { disableSnapshot: true }} />
# Built-in Custom Emoji
+1 -1
View File
@@ -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}}