Skip to content

Commit 456bb92

Browse files
committed
Update stories
1 parent 39a289d commit 456bb92

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

dotcom-rendering/src/components/FlexibleSpecial.stories.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const One: Story = {
127127
snap: [],
128128
standard: trails.slice(0, 1),
129129
},
130+
collectionId: 1,
130131
},
131132
};
132133
export const Two: Story = {
@@ -137,6 +138,7 @@ export const Two: Story = {
137138
snap: [],
138139
standard: trails.slice(0, 2),
139140
},
141+
collectionId: 1,
140142
},
141143
};
142144
export const Three: Story = {
@@ -147,6 +149,7 @@ export const Three: Story = {
147149
snap: [],
148150
standard: trails.slice(0, 3),
149151
},
152+
collectionId: 1,
150153
},
151154
};
152155
export const Four: Story = {
@@ -157,6 +160,7 @@ export const Four: Story = {
157160
snap: [],
158161
standard: trails.slice(0, 4),
159162
},
163+
collectionId: 1,
160164
},
161165
};
162166
export const Five: Story = {
@@ -167,6 +171,7 @@ export const Five: Story = {
167171
snap: [],
168172
standard: trails.slice(0, 5),
169173
},
174+
collectionId: 1,
170175
},
171176
};
172177
export const DefaultSplashWithImageSupression: Story = {
@@ -178,6 +183,7 @@ export const DefaultSplashWithImageSupression: Story = {
178183
snap: [],
179184
standard: [{ ...trails[0], image: undefined }],
180185
},
186+
collectionId: 1,
181187
},
182188
};
183189

@@ -190,6 +196,7 @@ export const BoostedSplashWithImageSupression: Story = {
190196
snap: [],
191197
standard: [{ ...trails[0], boostLevel: 'boost', image: undefined }],
192198
},
199+
collectionId: 1,
193200
},
194201
};
195202

@@ -204,6 +211,7 @@ export const MegaBoostedSplashWithImageSupression: Story = {
204211
{ ...trails[0], boostLevel: 'megaboost', image: undefined },
205212
],
206213
},
214+
collectionId: 1,
207215
},
208216
};
209217

@@ -218,6 +226,7 @@ export const GigaBoostedSplashWithImageSupression: Story = {
218226
{ ...trails[0], boostLevel: 'gigaboost', image: undefined },
219227
],
220228
},
229+
collectionId: 1,
221230
},
222231
};
223232

@@ -230,6 +239,7 @@ export const DefaultSplashWithLiveUpdates: Story = {
230239
snap: [],
231240
standard: [{ ...liveUpdatesCard }],
232241
},
242+
collectionId: 1,
233243
},
234244
};
235245

@@ -242,6 +252,7 @@ export const BoostedSplashWithLiveUpdates: Story = {
242252
snap: [],
243253
standard: [{ ...liveUpdatesCard, boostLevel: 'boost' }],
244254
},
255+
collectionId: 1,
245256
},
246257
};
247258

@@ -254,6 +265,7 @@ export const MegaBoostedSplashWithLiveUpdates: Story = {
254265
snap: [],
255266
standard: [{ ...liveUpdatesCard, boostLevel: 'megaboost' }],
256267
},
268+
collectionId: 1,
257269
},
258270
};
259271

@@ -266,6 +278,7 @@ export const GigaBoostedSplashWithLiveUpdates: Story = {
266278
snap: [],
267279
standard: [{ ...liveUpdatesCard, boostLevel: 'gigaboost' }],
268280
},
281+
collectionId: 1,
269282
},
270283
};
271284

@@ -293,6 +306,7 @@ export const WithSpecialPaletteVariations = {
293306
snap: [],
294307
standard: trails.slice(0, 5),
295308
},
309+
collectionId: 1,
296310
},
297311
render: (args) => (
298312
<>

dotcom-rendering/src/components/LoopVideo.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const Default = {
2020
name: 'Default',
2121
args: {
2222
src: 'https://uploads.guim.co.uk/2025%2F06%2F20%2Ftesting+only%2C+please+ignore--3cb22b60-2c3f-48d6-8bce-38c956907cce-3.mp4',
23-
videoId: 'test-video-1',
23+
uniqueId: 'test-video-1',
2424
height: 720,
2525
width: 900,
2626
thumbnailImage:

0 commit comments

Comments
 (0)