You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct password visibility toggle test expectations
The test was expecting 'Hide password' label initially, but the component
correctly shows 'Show password' when password is hidden (isVisible = false).
Updated test to match the correct component behavior.
0 commit comments