mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Update snapshots
This commit is contained in:
parent
069ec71c40
commit
3267ca5292
|
@ -186,6 +186,7 @@ exports[`Form renders correctly 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class=" css-10g0wlc-control"
|
class=" css-10g0wlc-control"
|
||||||
|
@ -202,6 +203,7 @@ exports[`Form renders correctly 1`] = `
|
||||||
data-value=""
|
data-value=""
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-describedby="react-select-2-placeholder"
|
aria-describedby="react-select-2-placeholder"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
@ -536,6 +538,7 @@ exports[`Form renders with no button 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class=" css-10g0wlc-control"
|
class=" css-10g0wlc-control"
|
||||||
|
@ -552,6 +555,7 @@ exports[`Form renders with no button 1`] = `
|
||||||
data-value=""
|
data-value=""
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-describedby="react-select-4-placeholder"
|
aria-describedby="react-select-4-placeholder"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
@ -877,6 +881,7 @@ exports[`Form renders with primary button 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class=" css-10g0wlc-control"
|
class=" css-10g0wlc-control"
|
||||||
|
@ -893,6 +898,7 @@ exports[`Form renders with primary button 1`] = `
|
||||||
data-value=""
|
data-value=""
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-describedby="react-select-3-placeholder"
|
aria-describedby="react-select-3-placeholder"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
|
|
@ -13,6 +13,7 @@ exports[`Select renders correctly 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class=" css-10g0wlc-control"
|
class=" css-10g0wlc-control"
|
||||||
|
@ -31,6 +32,7 @@ exports[`Select renders correctly 1`] = `
|
||||||
data-value=""
|
data-value=""
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-describedby="react-select-2-placeholder"
|
aria-describedby="react-select-2-placeholder"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
@ -90,6 +92,7 @@ exports[`Select renders with props 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
aria-disabled="true"
|
aria-disabled="true"
|
||||||
|
@ -126,6 +129,7 @@ exports[`Select renders with props 1`] = `
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
|
@ -194,14 +198,23 @@ exports[`Select should select another option 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
id="aria-selection"
|
id="aria-selection"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
id="aria-context"
|
id="aria-focused"
|
||||||
|
/>
|
||||||
|
<span
|
||||||
|
id="aria-results"
|
||||||
>
|
>
|
||||||
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.
|
1 result available for search term two.
|
||||||
|
</span>
|
||||||
|
<span
|
||||||
|
id="aria-guidance"
|
||||||
|
>
|
||||||
|
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
|
||||||
|
@ -215,12 +228,12 @@ exports[`Select should select another option 1`] = `
|
||||||
data-value="two"
|
data-value="two"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant="react-select-4-option-1"
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="react-select-4-listbox"
|
aria-controls="react-select-4-listbox"
|
||||||
aria-describedby="react-select-4-placeholder"
|
aria-describedby="react-select-4-placeholder"
|
||||||
aria-expanded="true"
|
aria-expanded="true"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-owns="react-select-4-listbox"
|
|
||||||
autocapitalize="none"
|
autocapitalize="none"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
|
@ -262,15 +275,19 @@ exports[`Select should select another option 1`] = `
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class=" css-sromc4-menu"
|
class=" css-sromc4-menu"
|
||||||
id="react-select-4-listbox"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
aria-multiselectable="false"
|
||||||
class=" css-hln2r9-MenuList"
|
class=" css-hln2r9-MenuList"
|
||||||
|
id="react-select-4-listbox"
|
||||||
|
role="listbox"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
aria-disabled="false"
|
aria-disabled="false"
|
||||||
|
aria-selected="false"
|
||||||
class=" css-1t6re7j-option"
|
class=" css-1t6re7j-option"
|
||||||
id="react-select-4-option-1"
|
id="react-select-4-option-1"
|
||||||
|
role="option"
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
>
|
>
|
||||||
Two
|
Two
|
||||||
|
@ -293,14 +310,23 @@ exports[`Select shouldn't find any results 1`] = `
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
aria-relevant="additions text"
|
aria-relevant="additions text"
|
||||||
class="css-1f43avz-a11yText-A11yText"
|
class="css-1f43avz-a11yText-A11yText"
|
||||||
|
role="log"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
id="aria-selection"
|
id="aria-selection"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
id="aria-context"
|
id="aria-focused"
|
||||||
|
/>
|
||||||
|
<span
|
||||||
|
id="aria-results"
|
||||||
>
|
>
|
||||||
0 results available for search term text. 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.
|
0 results available for search term text.
|
||||||
|
</span>
|
||||||
|
<span
|
||||||
|
id="aria-guidance"
|
||||||
|
>
|
||||||
|
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
|
||||||
|
@ -314,12 +340,12 @@ exports[`Select shouldn't find any results 1`] = `
|
||||||
data-value="text"
|
data-value="text"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
aria-activedescendant=""
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="react-select-5-listbox"
|
aria-controls="react-select-5-listbox"
|
||||||
aria-describedby="react-select-5-placeholder"
|
aria-describedby="react-select-5-placeholder"
|
||||||
aria-expanded="true"
|
aria-expanded="true"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-owns="react-select-5-listbox"
|
|
||||||
autocapitalize="none"
|
autocapitalize="none"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
|
@ -361,10 +387,12 @@ exports[`Select shouldn't find any results 1`] = `
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class=" css-sromc4-menu"
|
class=" css-sromc4-menu"
|
||||||
id="react-select-5-listbox"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
aria-multiselectable="false"
|
||||||
class=" css-hln2r9-MenuList"
|
class=" css-hln2r9-MenuList"
|
||||||
|
id="react-select-5-listbox"
|
||||||
|
role="listbox"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class=" css-v8tq8h-NoOptionsMessage"
|
class=" css-v8tq8h-NoOptionsMessage"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user