diff --git a/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--dark.png b/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--dark.png index bb7012974bd3e..6688365a0f11b 100644 Binary files a/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--dark.png and b/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--dark.png differ diff --git a/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--light.png b/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--light.png index fd8235e20c61e..9d1827dedb1f0 100644 Binary files a/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--light.png and b/frontend/__snapshots__/scenes-app-surveys--new-survey-presentation-section--light.png differ diff --git a/frontend/src/scenes/surveys/Surveys.stories.tsx b/frontend/src/scenes/surveys/Surveys.stories.tsx index 920131033bc35..467ae13e86a37 100644 --- a/frontend/src/scenes/surveys/Surveys.stories.tsx +++ b/frontend/src/scenes/surveys/Surveys.stories.tsx @@ -362,8 +362,7 @@ export const NewSurveyWithHTMLQuestionDescription: StoryFn = () => { NewSurveyWithHTMLQuestionDescription.parameters = { testOptions: { - waitForSelector: - '#survey > div.flex.flex-row.gap-4 > div.max-w-80.mx-4.flex.flex-col.items-center.h-full.w-full.sticky.top-0.pt-16 > div > div:nth-child(1) > form > div > div:nth-child(2) > div:nth-child(1) > div.description > strong', + waitForSelector: '.survey-question-description strong', }, } @@ -386,8 +385,7 @@ export const NewSurveyWithTextQuestionDescriptionThatDoesNotRenderHTML: StoryFn NewSurveyWithTextQuestionDescriptionThatDoesNotRenderHTML.parameters = { testOptions: { - waitForSelector: - '#survey > div.flex.flex-row.gap-4 > div.max-w-80.mx-4.flex.flex-col.items-center.h-full.w-full.sticky.top-0.pt-16 > div > div:nth-child(1) > form > div > div:nth-child(2) > div:nth-child(1) > div.description', + waitForSelector: '.survey-question-description', }, }