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
Hi,
I'm testing a monorepo angular application. I have 2 different apps. When i'm trying to navigate in between these apps, url is not changing but the DOM does.
My base url is localhost:4200, and i visited :4201. After visit, url still :4200 but screen showing :4201
It is stuck in this state and does not give any error and further tests are not running.
this scenario happens in half of the tests, almost 50% of the time my url changes and the other half it doesn't. It is completly random. Also its occurred visiting in same port.
Note : My app's are large scale apps and running slowly
Desired behavior
After cy.visit() url should change
Test code to reproduce
I cannot provide a test. Beacuse apps are private and i cant reproduce it
Cypress Version
13.15.1
Node version
20.11.0
Operating System
Microsoft Windows [Version 10.0.19045.5011]
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
Hi @HalilAkduman 👋, right now there doesn't seem to be enough information to reproduce the problem on our end. Forking Cypress Test Tiny makes sharing a reproducible example easier to share and easier for us to replicate your issue. This method also keeps the reproduction as simple as possible, which helps us eliminate potential causes and noise from the investigation.
You may also want to check out the Cypress Discord Community , it can be helpful for debugging or answering questions on how to use Cypress.
Current behavior
Hi,
I'm testing a monorepo angular application. I have 2 different apps. When i'm trying to navigate in between these apps, url is not changing but the DOM does.
My base url is localhost:4200, and i visited :4201. After visit, url still :4200 but screen showing :4201
It is stuck in this state and does not give any error and further tests are not running.
this scenario happens in half of the tests, almost 50% of the time my url changes and the other half it doesn't. It is completly random. Also its occurred visiting in same port.
Note : My app's are large scale apps and running slowly
Desired behavior
After cy.visit() url should change
Test code to reproduce
I cannot provide a test. Beacuse apps are private and i cant reproduce it
Cypress Version
13.15.1
Node version
20.11.0
Operating System
Microsoft Windows [Version 10.0.19045.5011]
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: