### Current behavior When visiting a page that triggers certain redirects, the test runner keeps reloading and looping endlessly. https://user-images.githubusercontent.com/39823861/220307457-9c30ff6e-a37d-4abf-b370-2431082d3aae.mp4 ### Desired behavior Not reload the test runner and follow redirects. ### Test code to reproduce ``` describe('example cypress reload issue', () => { it('keeps reloading', () => { cy.visit('https://enexis.nl/mijn-enexis/mijn-aanvragen') }) }) ``` ### Cypress Version 12.6 ### Node version 18.12.1 ### Operating System Win 11 ### Debug Logs _No response_ ### Other _No response_
Current behavior
When visiting a page that triggers certain redirects, the test runner keeps reloading and looping endlessly.
2023-02-21_10-39-18.mp4
Desired behavior
Not reload the test runner and follow redirects.
Test code to reproduce
Cypress Version
12.6
Node version
18.12.1
Operating System
Win 11
Debug Logs
No response
Other
No response