Skip to content

Commit

Permalink
Update Surveys.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Mar 12, 2024
1 parent 015f93e commit bb4b60e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/scenes/surveys/Surveys.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@ export const NewSurvey: StoryFn = () => {
}, [])
return <App />
}
NewSurvey.parameters = {
testOptions: {
waitForSelector: '.LemonBanner .LemonIcon',
},
}

export const NewSurveyCustomisationSection: StoryFn = () => {
useEffect(() => {
Expand Down Expand Up @@ -236,6 +231,11 @@ export const NewSurveyTargetingSection: StoryFn = () => {
}, [])
return <App />
}
NewSurveyTargetingSection.parameters = {
testOptions: {
waitForSelector: '.LemonBanner .LemonIcon',
},
}

export const NewSurveyAppearanceSection: StoryFn = () => {
useEffect(() => {
Expand Down

0 comments on commit bb4b60e

Please sign in to comment.