Skip to content

Commit f7da2ba

Browse files
authored
test(SplitterLayout): disable nested story for chromatic snapshots (#4344)
1 parent 36a8af2 commit f7da2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/components/SplitterLayout/SplitterLayout.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const LimitedAreas: Story = {
8181
};
8282

8383
export const Nested: Story = {
84+
parameters: { chromatic: { disableSnapshot: true } },
8485
render(args) {
8586
const [vertical, setVertical] = useState(args.vertical);
8687
const handleChange = (e) => {

0 commit comments

Comments
 (0)