Hey guys
I recently started using cypress but am facing a weird issue
i am trying to visit my localhost
then my applications start to call auth url and our backend url
- when i am using cy.open() => our backend url is not called and if i changed any character in the super-domain, it gets called ( does our backend domain restricted to be called ?? )
- and when using cy.run => it gets called but with 401 even i am setting cookies manually before visiting
- if i tried to cy.request that url, it works perfectly
Does anyone have something about that as i am blocked
Thanks