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
For months now, I have been wondering why cy.login seems to log me out and then back in every single time. Turns out, our cookie is chunked, so looking for the cookie using the env var results in cy.cookie not finding the cookie since every one has a number appended to the end.
For months now, I have been wondering why
cy.login
seems to log me out and then back in every single time. Turns out, our cookie is chunked, so looking for the cookie using the env var results incy.cookie
not finding the cookie since every one has a number appended to the end.cypress-nextjs-auth0/src/commands/login.js
Lines 16 to 21 in 2ccb99f
The text was updated successfully, but these errors were encountered: