Skip to content

Commit

Permalink
fix: Fix tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-algms committed Apr 4, 2022
1 parent 906aef4 commit ae8fcbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`should render a MUI Checkbox and error label 1`] = `
class="MuiFormControl-root checkbox-test-class css-1nrlq1o-MuiFormControl-root"
>
<label
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-j204z7-MuiFormControlLabel-root"
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd Mui-error css-j204z7-MuiFormControlLabel-root"
>
<span
class="MuiCheckbox-root MuiCheckbox-colorPrimary MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary PrivateSwitchBase-root css-1jg3gx8-MuiButtonBase-root-MuiCheckbox-root"
Expand Down
6 changes: 4 additions & 2 deletions src/TextField/__snapshots__/TextField.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports[`should render a MUI field and error label 1`] = `
<input
aria-invalid="false"
class="MuiOutlinedInput-input MuiInputBase-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
id="mui-1"
name="firstName"
type="text"
value="John"
Expand All @@ -22,7 +23,7 @@ exports[`should render a MUI field and error label 1`] = `
class="MuiOutlinedInput-notchedOutline css-161vxw-MuiOutlinedInput-notchedOutline"
>
<legend
class="css-nnbavb"
class="css-hdw1oc"
>
<span
class="notranslate"
Expand All @@ -49,6 +50,7 @@ exports[`should render error label 1`] = `
<input
aria-invalid="true"
class="MuiOutlinedInput-input MuiInputBase-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
id="mui-2"
name="firstName"
type="text"
value="Jane"
Expand All @@ -58,7 +60,7 @@ exports[`should render error label 1`] = `
class="MuiOutlinedInput-notchedOutline css-161vxw-MuiOutlinedInput-notchedOutline"
>
<legend
class="css-nnbavb"
class="css-hdw1oc"
>
<span
class="notranslate"
Expand Down

0 comments on commit ae8fcbc

Please sign in to comment.