Skip to content

Commit ac00d37

Browse files
committed
test: disable chromatic for problematic stories
1 parent a5ee161 commit ac00d37

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/uui-loader-bar/lib/uui-loader-bar.story.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const meta: Meta = {
2525
readme: {
2626
markdown: readme,
2727
},
28+
chromatic: { disableSnapshot: true },
2829
},
2930
};
3031

packages/uui-loader-circle/lib/uui-loader-circle.story.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const meta: Meta = {
2626
readme: {
2727
markdown: readme,
2828
},
29+
chromatic: { disableSnapshot: true },
2930
},
3031
};
3132

packages/uui-loader/lib/uui-loader.story.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const meta: Meta = {
1515
readme: {
1616
markdown: readme,
1717
},
18+
chromatic: { disableSnapshot: true },
1819
},
1920
};
2021

0 commit comments

Comments
 (0)