Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Dec 22, 2023
1 parent 7962736 commit 98d7352
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/scenes/billing/Billing.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const meta: Meta = {
layout: 'fullscreen',
viewMode: 'story',
mockDate: '2023-05-25',
testOptions: { include3000: true, waitForSelector: '.LemonTable__content' },
testOptions: { include3000: true },
},
decorators: [
mswDecorator({
Expand Down Expand Up @@ -110,3 +110,6 @@ export const BillingUnsubscribeModal_DataPipelines = (): JSX.Element => {

return <UnsubscribeSurveyModal product={product} />
}
BillingUnsubscribeModal_DataPipelines.parameters = {
testOptions: { include3000: true, waitForSelector: '.LemonTable__content' },
}

0 comments on commit 98d7352

Please sign in to comment.