1477f4ee77
The /login route is now guarded by import.meta.env.DEV (fix from GRO-56), so the DevLoginSelector never renders in production builds. All 7 tests in login.spec.ts tested this dev-only page and were correctly failing in the E2E suite. Remove them entirely. Co-Authored-By: Paperclip <noreply@paperclip.ing>