## Task: 01 Setup And Auth — Password Strength Indicator Updates On Input **Test:** `Password Strength Indicator Updates On Input` **Suite:** `01_setup_and_auth.robot` **Step That Fails:** Parent suite setup (`Wait For Backend Health`). **Files to Check:** - `e2e/tests/01_setup_and_auth.robot` - `frontend/src/components/PasswordStrengthIndicator.tsx` (or equivalent) **Reference Docs:** - `Docs/Features.md` — Password strength indicator behavior **Expected Behavior:** Four-segment strength bar updates dynamically as user types password. Weak password shows 1 segment, strong password shows 4 segments.