Hello - anyone here able to help debug cypress interaction with browser cookies? I am stumped - for some reason, the very first request my browser makes to my server already includes an old session id, even though cypress docs indicate that cookies are cleared (and I manually added cookie clearing to the test, just in case). This is causing test failures and I'm not sure what's happening.
Later on in my tests, I actually deliberately set a different session id, and cypress uses it for exactly one request, then goes back to the cookie that was first generated when the test was started, which causes all subsequent tests to fail.