debian-image-builder-frontend/src/test/Components
Michal Gold 265ba2ac78 Wizard: Add password validation in User step
This commit adds password validation to the User step:
- Moved password validation logic to a separate `checkPasswordValidity` function, returning detailed results (strength and validation state).
- Simplified validation in `PasswordValidatedInput` by using `checkPasswordValidity` results directly.
- Added dynamic password strength indicator showing success or error based on requirements.
- Integrated environment-specific validation messages (e.g., for Azure).
- Improved code separation between presentation and validation for better maintainability.
- Unit tests: Adds tests for invalid passwords, covering both default and Azure cases.
2025-03-20 13:28:46 +01:00
..
Blueprints test: Add validation test for import 2025-03-14 15:09:58 +01:00
CreateImageWizard Wizard: Add password validation in User step 2025-03-20 13:28:46 +01:00
edge updating useFlag to omit feature flag from onPrem env 2024-10-30 10:36:18 -05:00
ImagesTable vitests: Set global retry 2025-02-10 10:02:54 +01:00
LandingPage testUtils: Merge renderCustomRoutesWithReduxRouter and renderWithReduxRouter 2024-08-12 09:46:10 +02:00
ShareImageModal test: Move mocks to setup file 2024-08-08 16:53:49 +02:00