Skip to content

Commit

Permalink
Fix the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
svitovyda authored and dependabot[bot] committed May 17, 2024
1 parent 62937e9 commit f90f239
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ exports[`"Select" renders 1`] = `
aria-live="polite"
aria-relevant="additions text"
className="emotion-3"
role="log"
/>
<div
className=" emotion-5"
Expand All @@ -241,6 +242,7 @@ exports[`"Select" renders 1`] = `
</div>
<input
aria-activedescendant=""
aria-autocomplete="list"
aria-describedby="react-select-2-placeholder"
aria-expanded={false}
Expand Down Expand Up @@ -510,8 +512,10 @@ exports[`"Select" renders as disabled 1`] = `
aria-live="polite"
aria-relevant="additions text"
className="emotion-3"
role="log"
/>
<div
aria-disabled={true}
className=" emotion-5"
onMouseDown={[Function]}
onTouchEnd={[Function]}
Expand All @@ -527,6 +531,7 @@ exports[`"Select" renders as disabled 1`] = `
</div>
<input
aria-activedescendant=""
aria-autocomplete="list"
aria-describedby="react-select-3-placeholder"
aria-expanded={false}
Expand Down Expand Up @@ -797,6 +802,7 @@ exports[`"Select" renders as invalid 1`] = `
aria-live="polite"
aria-relevant="additions text"
className="emotion-3"
role="log"
/>
<div
className=" emotion-5"
Expand All @@ -814,6 +820,7 @@ exports[`"Select" renders as invalid 1`] = `
</div>
<input
aria-activedescendant=""
aria-autocomplete="list"
aria-describedby="react-select-4-placeholder"
aria-expanded={false}
Expand Down

0 comments on commit f90f239

Please sign in to comment.