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
When I use cy.request to hit a 3rd party domain to login using oauth, the cookies for this domain remain after the session exists. So when i re-run my test, it thinks I'm still logged in. Would be nice to have all session data removed upon test exit of the browser.
The text was updated successfully, but these errors were encountered:
When I use
cy.request
to hit a 3rd party domain to login using oauth, the cookies for this domain remain after the session exists. So when i re-run my test, it thinks I'm still logged in. Would be nice to have all session data removed upon test exit of the browser.The text was updated successfully, but these errors were encountered: