diff --git a/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap index 01b2b754..d4c8f1af 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap @@ -206,6 +206,7 @@ exports[`Form renders correctly 1`] = ` aria-describedby="react-select-2-placeholder" aria-expanded="false" aria-haspopup="true" + aria-required="false" autocapitalize="none" autocomplete="off" autocorrect="off" @@ -555,6 +556,7 @@ exports[`Form renders with no button 1`] = ` aria-describedby="react-select-4-placeholder" aria-expanded="false" aria-haspopup="true" + aria-required="false" autocapitalize="none" autocomplete="off" autocorrect="off" @@ -895,6 +897,7 @@ exports[`Form renders with primary button 1`] = ` aria-describedby="react-select-3-placeholder" aria-expanded="false" aria-haspopup="true" + aria-required="false" autocapitalize="none" autocomplete="off" autocorrect="off" diff --git a/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap index 932adbe9..aa6658ee 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap @@ -200,7 +200,7 @@ exports[`Select should select another option 1`] = ` - 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.