зеркало из https://github.com/mozilla/fxa.git
0a30771882
Because: * Submit button was not enabled if password field was autofilled by password manager, even if all form requirements met * Validation was only happening if all inputs blurred This commit: * Change onBlur form validation mode to onChange * Update related tests Closes #FXA-8331 |
||
---|---|---|
.. | ||
forceAuth | ||
products | ||
settings | ||
README.md | ||
config.ts | ||
connectAnotherDevice.ts | ||
cookiesDisabled.ts | ||
fourOhFour.ts | ||
index.ts | ||
layout.ts | ||
legal.ts | ||
login.ts | ||
postVerify.ts | ||
relier.ts | ||
resetPassword.ts | ||
resetPasswordReact.ts | ||
signin.ts | ||
signinTokenCode.ts | ||
signupReact.ts |
README.md
Page Object Models
Page Object Models (POMs) do the heavy lifting of performing actions and getting data on a page. If React Components are on one side of the browser coin POMs are on the other.
Organization
TBD