Authentication Flow Page
How to use this page for testing:
- Each form (Login, Register, Forgot Password) is a mock and does not perform real authentication.
- Switch between forms using the provided links or buttons.
- All fields and buttons have
data-testid
attributes for automation (Cypress, Playwright, Selenium, etc.). - Test form validation, UI state, and navigation between flows.
- No requests are sent; this page is for UI and automation test scenarios only.