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
fix(e2e): verify keyless claim link href instead of following redirect
The 'Toggle collapse popover and claim' test has been failing consistently
because the staging dashboard now routes through Vercel SSO, causing
the redirect-based assertion to time out. Instead of following the link
and checking the final URL, verify the href attribute directly to ensure
it points to the correct dashboard claim URL with the expected params.
0 commit comments