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 the iframe is navigated to a pathname that is not root, the cookies are bound to the outer frame, so that commands like cy.clearCookies() do not in fact clear the cookies in the test application.
The text was updated successfully, but these errors were encountered:
When the iframe is navigated to a pathname that is not root, the cookies are bound to the outer frame, so that commands like
cy.clearCookies()
do not in fact clear the cookies in the test application.The text was updated successfully, but these errors were encountered: