mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
029c19c9ec
Created test that: - Navigates to /login in actual browser context - Fetches /api/security/status from browser JavaScript - Checks if username field appears - Captures screenshot and page content if field missing This will reveal if browser can access API and what response it gets. Related to #695