Uh oh!
There was an error while loading. Please reload this page.
fix(repo): fixes multi session switching test - #7402
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughA test's multi-session flow was changed to replace re-authentication with a UI-driven account switch: the test navigates to root, opens the user menu, selects the existing session via the account switcher, waits for the menu to close, then continues to the protected page and later switches to the second pending session. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (28)
Comment |
| await u.po.signIn.goTo(); | ||
| await u.po.signIn.setIdentifier(user1.email); | ||
| await u.po.signIn.continue(); | ||
| await u.po.signIn.setPassword(user1.password); | ||
| await u.po.signIn.continue(); |
There was a problem hiding this comment.
The user is already signed in, so it felt more correct to switch the session via the user button instead.
@clerk/agent-toolkit@clerk/astro@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/dev-cli@clerk/expo@clerk/expo-passkeys@clerk/express@clerk/fastify@clerk/localizations@clerk/nextjs@clerk/nuxt@clerk/react@clerk/react-router@clerk/shared@clerk/tanstack-react-start@clerk/testing@clerk/ui@clerk/upgrade@clerk/vuecommit: |
Uh oh!
There was an error while loading. Please reload this page.
Description
Fixes a test that's been consistently failing today 👀
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.