Skip to content

Commit 338f2ff

Browse files
committed
fix: update test snapshop
Signed-off-by: Will Lopez <[email protected]>
1 parent b571010 commit 338f2ff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package/src/components/MultiSelect/__snapshots__/MultiSelect.test.js.snap

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@ exports[`basic snapshot test 1`] = `
1414
<div
1515
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-fullWidth MuiInputBase-formControl"
1616
>
17-
<fieldset
18-
aria-hidden="true"
19-
class="PrivateNotchedOutline-root-46 MuiOutlinedInput-notchedOutline"
20-
style="padding-left: 8px;"
21-
>
22-
<legend
23-
class="PrivateNotchedOutline-legend-47"
24-
style="width: 0px;"
25-
>
26-
<span>
27-
28-
</span>
29-
</legend>
30-
</fieldset>
3117
<div
3218
aria-invalid="false"
3319
class="MuiInputBase-input MuiOutlinedInput-input makeStyles-input-2"
@@ -91,6 +77,20 @@ exports[`basic snapshot test 1`] = `
9177
</div>
9278
</div>
9379
</div>
80+
<fieldset
81+
aria-hidden="true"
82+
class="PrivateNotchedOutline-root-77 MuiOutlinedInput-notchedOutline"
83+
style="padding-left: 8px;"
84+
>
85+
<legend
86+
class="PrivateNotchedOutline-legend-78"
87+
style="width: 0px;"
88+
>
89+
<span>
90+
91+
</span>
92+
</legend>
93+
</fieldset>
9494
</div>
9595
</div>
9696
</div>

0 commit comments

Comments
 (0)