Update snapshots

This commit is contained in:
Nathan Bierema 2022-11-15 08:02:31 -05:00
parent 02d3553544
commit 8a8c5ca8fc
2 changed files with 4 additions and 1 deletions

View File

@ -206,6 +206,7 @@ exports[`Form renders correctly 1`] = `
aria-describedby="react-select-2-placeholder" aria-describedby="react-select-2-placeholder"
aria-expanded="false" aria-expanded="false"
aria-haspopup="true" aria-haspopup="true"
aria-required="false"
autocapitalize="none" autocapitalize="none"
autocomplete="off" autocomplete="off"
autocorrect="off" autocorrect="off"
@ -555,6 +556,7 @@ exports[`Form renders with no button 1`] = `
aria-describedby="react-select-4-placeholder" aria-describedby="react-select-4-placeholder"
aria-expanded="false" aria-expanded="false"
aria-haspopup="true" aria-haspopup="true"
aria-required="false"
autocapitalize="none" autocapitalize="none"
autocomplete="off" autocomplete="off"
autocorrect="off" autocorrect="off"
@ -895,6 +897,7 @@ exports[`Form renders with primary button 1`] = `
aria-describedby="react-select-3-placeholder" aria-describedby="react-select-3-placeholder"
aria-expanded="false" aria-expanded="false"
aria-haspopup="true" aria-haspopup="true"
aria-required="false"
autocapitalize="none" autocapitalize="none"
autocomplete="off" autocomplete="off"
autocorrect="off" autocorrect="off"

View File

@ -200,7 +200,7 @@ exports[`Select should select another option 1`] = `
<span <span
id="aria-context" id="aria-context"
> >
option Two focused, 2 of 3. 1 result available for search term two. Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu, press Tab to select the option and exit the menu. option Two focused, 1 of 1. 1 result available for search term two. Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu, press Tab to select the option and exit the menu.
</span> </span>
</span> </span>
<div <div