test(e2e): use Clerk redirect flow for stable Cypress login
This commit is contained in:
@@ -298,7 +298,7 @@ export default function ActivityPage() {
|
|||||||
<div className="rounded-xl border border-slate-200 bg-white px-8 py-6 shadow-sm">
|
<div className="rounded-xl border border-slate-200 bg-white px-8 py-6 shadow-sm">
|
||||||
<p className="text-sm text-slate-600">Sign in to view the feed.</p>
|
<p className="text-sm text-slate-600">Sign in to view the feed.</p>
|
||||||
<SignInButton
|
<SignInButton
|
||||||
mode="modal"
|
mode="redirect"
|
||||||
forceRedirectUrl="/activity"
|
forceRedirectUrl="/activity"
|
||||||
signUpForceRedirectUrl="/activity"
|
signUpForceRedirectUrl="/activity"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user