You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do cy.visit() to a site that we used to test by cypress smoothly, but since the site was update to angular 19,
the visit faced an infinit loop problem ,
cypress hangs in cypress visit , I can see in log that the refferences requests happens in aloop again and again
Desired behavior
cy.visit() works with angular 14
Test code to reproduce
cy.visit_infit_lopp.1.mp4
Cypress Version
14.0.0
Node version
20.12.2
Operating System
windows 11
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered:
ruchamafr
changed the title
Cypress stuck wuth infinite loop
Urgent!! Cypress hangs with infinite loop after cy.visit()
Jan 22, 2025
ruchamafr
changed the title
Urgent!! Cypress hangs with infinite loop after cy.visit()
Urgent!! Cypress hangs with infinite loop in cy.visit() to a site that upgrade to angular 19
Jan 22, 2025
@ruchamafr Are these requests functionally required for the site to work? Or are they just some external reporting only necessary in production? If those requests are not functionally required, could you add the report.govi.gbqofs.io host to blockHosts? Those requests seem to be cluttering up quite a bit of the reporter and it would help to clear it up to see what is happening here.
Does that many requests happen in your application outside of Cypress? I suspect that Cypress is reflecting what is happening in your app. Does your app hang when you go through this same interaction?
Outside of this, it'd be helpful to have a reproducible example for us to investigate whether it is a problem with Cypress or the application.
Current behavior
I do cy.visit() to a site that we used to test by cypress smoothly, but since the site was update to angular 19,
the visit faced an infinit loop problem ,
cypress hangs in cypress visit , I can see in log that the refferences requests happens in aloop again and again
Desired behavior
cy.visit() works with angular 14
Test code to reproduce
cy.visit_infit_lopp.1.mp4
Cypress Version
14.0.0
Node version
20.12.2
Operating System
windows 11
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: