50f3c961ff
The POST /api/portal/dev-session mock is dead code in impersonation tests since the fixture seeds devUser.type=staff, which skips that code path. Removed it to eliminate potential interference. Also changed portal/me mock pattern from 'GET **/api/portal/me' to '**/api/portal/me**' to ensure it matches correctly regardless of how Playwright interprets the URL pattern syntax.