Hi, I am new to cypress so far going good learning
I am stuck with a cors error while trying to navigate after click a button
system gives 302 response code on a POST
and redirecting to initial login page
expected behaviour is - automatically authenticate and display new page / frame
wonder if any one can help
closet match of my problem description is
https://github.com/cypress-io/cypress/issues/3190
GitHub
Stubbing not working for 3xx redirect situations due to "Location" ...
Current behavior: When "Location" header is stubbed (common case for 301 and 302 redirects), cypress actually does not set stubbed response status code and header. cy.route({ meth...