You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): cover OAuth callback flash + hook-isolation in AuthProvider
Extend the auth Playwright suite with a regression test that walks the
full login flow and asserts:
- the auth guard is not in the DOM after the callback resolves
(no sign-in flash during the OAuth callback exchange), and
- no React hook-order warnings are logged during the auth state
transition (the E2E app's <AuthGuard> uses `useAuth`, the exact
shape that previously inlined a hook into AuthGuard's hook list).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments