Login: Improve accessibility of Login form (#78652)

* Chore: Fix a11y debt in Login form

* fix tests

* token styles

* more styles

* pa11y

* fix pa11y
This commit is contained in:
Josh Hunt
2023-11-28 10:22:20 +00:00
committed by GitHub
parent 7dbbdc16a3
commit eea35b9eb7
13 changed files with 239 additions and 261 deletions
@@ -8,10 +8,10 @@ import { Components } from './components';
export const Pages = {
Login: {
url: '/login',
username: 'Username input field',
password: 'Password input field',
submit: 'Login button',
skip: 'Skip change password button',
username: 'data-testid Username input field',
password: 'data-testid Password input field',
submit: 'data-testid Login button',
skip: 'data-testid Skip change password button',
},
Home: {
url: '/',