Skip to content

Commit 1c615af

Browse files
committed
test(chromatic): disable problematic stories
1 parent ac00d37 commit 1c615af

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ export const Loading: Story = {
117117
args: {
118118
state: 'waiting',
119119
},
120+
parameters: {
121+
chromatic: { disableSnapshot: true },
122+
},
120123
};
121124

122125
export const ContentAlign: Story = {

packages/uui-card-media/lib/uui-card-media.story.ts

+3
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,7 @@ export const Image: Story = {
8282
args: {
8383
slot: html`<img src="https://placedog.net/1447/?random" alt="" />`,
8484
},
85+
parameters: {
86+
chromatic: { disableSnapshot: true },
87+
},
8588
};

packages/uui-card-user/lib/uui-card-user.story.ts

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ export const Avatar: Story = {
5555
${cardContent}
5656
</uui-card-user>
5757
`,
58+
parameters: {
59+
chromatic: { disableSnapshot: true },
60+
},
5861
};
5962

6063
export const Tag: Story = {

0 commit comments

Comments
 (0)