V2Wizard/test: Add autofocus to radios and enable Keyboard accessibility tests
This adds `autoFocus` attribute to radios on AWS, Azure and GCP step. The Keyboard accessibility tests have been re-enabled.
This commit is contained in:
parent
f23f2be54f
commit
08563b9dfa
4 changed files with 126 additions and 125 deletions
|
|
@ -77,6 +77,7 @@ const Aws = () => {
|
|||
dispatch(changeAwsAccountId(''));
|
||||
dispatch(changeAwsShareMethod('sources'));
|
||||
}}
|
||||
autoFocus
|
||||
/>
|
||||
<Radio
|
||||
id="radio"
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ const Azure = () => {
|
|||
dispatch(changeAzureShareMethod('sources'));
|
||||
dispatch(changeAzureResourceGroup(''));
|
||||
}}
|
||||
autoFocus
|
||||
/>
|
||||
<Radio
|
||||
id="radio"
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ const Gcp = () => {
|
|||
onChange={() => {
|
||||
dispatch(changeGcpShareMethod('withGoogle'));
|
||||
}}
|
||||
autoFocus
|
||||
/>
|
||||
<Radio
|
||||
id="share-with-insights"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue