Skip to content
Snippets Groups Projects
Commit c4845b17 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: update snapshot for FeedbackModal tests

parent 90d5780a
Branches
Tags
1 merge request!318Features/accessibility forms
......@@ -52,6 +52,7 @@ exports[`FeedbackModal component should render the component 1`] = `
>
<StyledIconBorderedButton
aria-label="feedback.accessibility.select_type_bug"
autoFocus={true}
icon="test-file-stub"
onClick={[Function]}
selected={true}
......@@ -69,6 +70,7 @@ exports[`FeedbackModal component should render the component 1`] = `
>
<StyledIconBorderedButton
aria-label="feedback.accessibility.select_type_idea"
autoFocus={false}
icon="test-file-stub"
onClick={[Function]}
selected={false}
......@@ -86,6 +88,7 @@ exports[`FeedbackModal component should render the component 1`] = `
>
<StyledIconBorderedButton
aria-label="feedback.accessibility.select_type_other"
autoFocus={false}
icon="test-file-stub"
onClick={[Function]}
selected={false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment