This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps/e2e
groombook-engineer[bot] 6e6336e6ba fix(e2e): correct portal/dev-session mock structure for impersonation tests
The mock returned { id, client } but CustomerPortal.tsx expects
{ session: { id, client } }. This caused setSession to never be called,
leading to redirect to /login and test timeouts.

Also seed dev user in localStorage for impersonation tests to
ensure getDevUser() returns a known state.
2026-03-31 05:28:18 +00:00
..