Skip to content

Commit cf65158

Browse files
docs(accordion): adjust chromatic params
1 parent 48cd9ae commit cf65158

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/accordion/stories/accordion.stories.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CustomWidth.args = {
160160
},
161161
};
162162
CustomWidth.parameters = {
163-
chromatic: { disableSnapshot: false },
163+
chromatic: { disableSnapshot: true },
164164
};
165165

166166
/**
@@ -202,6 +202,9 @@ DirectActions.tags = ["!dev"];
202202
DirectActions.args = {
203203
items: directActionsContent
204204
};
205+
DirectActions.parameters = {
206+
chromatic: { disableSnapshot: true },
207+
};
205208

206209
/**
207210
* Individual accordion items can be disabled by applying the `.is-disabled` class to the

0 commit comments

Comments
 (0)