Can anyone help me out with this?
https://stackoverflow.com/questions/73576004/cypress-behaves-differently-when-the-devtools-are-opened
I’ve been struggling with it for over a month now. The login form is on a different super-domain, which redirects to our application. And this only happens when we try to sign out. I’ve tried with waiting for all of the requests to finish before logging out, tried with waiting 30 seconds and nothing works. We use the following settings in the cypress.config.ts file:
json
experimentalSessionAndOrigin: true,
chromeWebSecurity: false,
testIsolation: 'legacy',
numTestsKeptInMemory: 0,
watchForFileChanges: false,
video: false,
experimentalInteractiveRunEvents: true,