Skip to content

Commit

Permalink
Update snapshots to match new UI behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-17h committed Dec 19, 2024
1 parent 4736640 commit 3df3a23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports[`No 'No value' option when default value is 0 1`] = `
</span>
</span>
<div
class="react-select__control react-select__control--is-focused react-select__control--menu-is-open css-1ptmoe7-control"
class="react-select__control react-select__control--is-focused react-select__control--menu-is-open css-1hjt58o-control"
>
<div
class="react-select__value-container react-select__value-container--is-multi css-1a9cv00-ValueContainer"
Expand Down Expand Up @@ -110,7 +110,7 @@ exports[`No 'No value' option when default value is 0 1`] = `
class="react-select__menu-list react-select__menu-list--is-multi css-4ljt47-MenuList"
>
<div
class="react-select__option react-select__option--is-focused css-p2m0aa-option"
class="react-select__option react-select__option--is-focused css-urhxxr-option"
id="react-select-3-option-0"
tabindex="-1"
>
Expand Down Expand Up @@ -188,7 +188,7 @@ exports[`renders an array widget component 1`] = `
className="css-1f43avz-a11yText-A11yText"
/>
<div
className="react-select__control css-1ard45z-control"
className="react-select__control css-j8u6so-control"
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports[`renders a select widget component 1`] = `
class="css-1f43avz-a11yText-A11yText"
/>
<div
class="react-select__control css-1ard45z-control"
class="react-select__control css-j8u6so-control"
>
<div
class="react-select__value-container react-select__value-container--is-multi css-1a9cv00-ValueContainer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports[`No 'No value' option when default value is 0 1`] = `
</span>
</span>
<div
class="react-select__control react-select__control--is-focused react-select__control--menu-is-open css-1ptmoe7-control"
class="react-select__control react-select__control--is-focused react-select__control--menu-is-open css-1hjt58o-control"
>
<div
class="react-select__value-container react-select__value-container--has-value css-1a9cv00-ValueContainer"
Expand Down Expand Up @@ -121,7 +121,7 @@ exports[`No 'No value' option when default value is 0 1`] = `
class="react-select__menu-list css-4ljt47-MenuList"
>
<div
class="react-select__option react-select__option--is-focused react-select__option--is-selected css-zq2nh-option"
class="react-select__option react-select__option--is-focused react-select__option--is-selected css-1bv2on4-option"
id="react-select-3-option-0"
tabindex="-1"
>
Expand Down Expand Up @@ -204,7 +204,7 @@ exports[`renders a select widget component 1`] = `
class="css-1f43avz-a11yText-A11yText"
/>
<div
class="react-select__control css-1ard45z-control"
class="react-select__control css-j8u6so-control"
>
<div
class="react-select__value-container css-1a9cv00-ValueContainer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports[`renders a token widget component 1`] = `
className="css-1f43avz-a11yText-A11yText"
/>
<div
className="react-select__control css-1ard45z-control"
className="react-select__control css-j8u6so-control"
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
Expand Down

0 comments on commit 3df3a23

Please sign in to comment.