mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Update snapshots
This commit is contained in:
parent
02d3553544
commit
8a8c5ca8fc
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user