The auth e2e test flakes on CI — the retry helper in test 4 looks wrong. Can you fix it and re-run the suite?
Found it — the retry helper reuses a stale token after the first 401. Patching the fixture to mint a fresh one per attempt, then re-running.
Suite is green. The fix is in e2e/helpers/retry.ts — one commit, ready to review.