Skip to content

Commit a4fc07d

Browse files
removing storybook of old hardcoded test
1 parent e35c0db commit a4fc07d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -330,20 +330,6 @@ export const WithThreeTierChoiceCardsForUS: Story = {
330330
},
331331
};
332332

333-
export const WithThreeTierChoiceCardsSimplifiedForUS: Story = {
334-
name: 'ContributionsEpic with three tier choice cards for US (Simplified third choice)',
335-
args: {
336-
...meta.args,
337-
countryCode: 'US',
338-
variant: {
339-
...props.variant,
340-
name: 'TEST_EPIC_SIMPLIFIED_THIRD_CHOICE_CARD',
341-
secondaryCta: undefined,
342-
showChoiceCards: true,
343-
},
344-
},
345-
};
346-
347333
export const WithThreeTierDiscountChoiceCards: Story = {
348334
name: 'ContributionsEpic with discounted three tier choice cards',
349335
args: {

0 commit comments

Comments
 (0)