Skip to content

Commit 92fa2bf

Browse files
committed
2024-11-22 - snapshot fix
1 parent e97be27 commit 92fa2bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web-ui-external-feedback/src/components/feedback_submit_question/__snapshots__/FeedbackSubmitQuestion.test.jsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports[`renders the feedback submit question as a slider 1`] = `
1111
>
1212
Do you think the project is going well so far?
1313
</p>
14+
<div />
1415
</div>
1516
</div>
1617
`;
@@ -26,6 +27,7 @@ exports[`renders the feedback submit question as radio buttons 1`] = `
2627
>
2728
Do you think the project is going well so far?
2829
</p>
30+
<div />
2931
</div>
3032
</div>
3133
`;
@@ -41,6 +43,7 @@ exports[`renders the feedback submit question as text 1`] = `
4143
>
4244
How is the project going so far?
4345
</p>
46+
<div />
4447
</div>
4548
</div>
4649
`;

0 commit comments

Comments
 (0)