Closed
Description
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
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