Skip to content

Commit f2ecaa6

Browse files
committed
remove the story mode to check chromatic diff
1 parent a901d4f commit f2ecaa6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dotcom-rendering/.storybook/modes.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,4 @@ export const allModes = {
6969
globalColourScheme: 'light',
7070
viewport: breakpoints.leftCol,
7171
},
72-
'light wide': {
73-
globalColourScheme: 'light',
74-
viewport: breakpoints.wide,
75-
},
7672
};

dotcom-rendering/src/layouts/GalleryLayout.stories.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Meta, StoryObj } from '@storybook/react';
2-
import { allModes } from '../../.storybook/modes';
32
import { Gallery as GalleryFixture } from '../../fixtures/generated/fe-articles/Gallery';
43
import { WithBranding } from '../components/ArticleMeta.web.stories';
54
import { ArticleDesign } from '../lib/articleFormat';
@@ -11,13 +10,6 @@ import { GalleryLayout } from './GalleryLayout';
1110
const meta = {
1211
title: 'Layouts/Gallery',
1312
component: GalleryLayout,
14-
parameters: {
15-
chromatic: {
16-
modes: {
17-
'light wide': allModes['light wide'],
18-
},
19-
},
20-
},
2113
} satisfies Meta<typeof GalleryLayout>;
2214

2315
export default meta;

0 commit comments

Comments
 (0)