-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domain relaxation is buggy #493
Comments
Can you give me some kind of estimate of when this is going to be implemented? |
* server: fixes #802 and fixes #380 and fixes #402 and fixes #493 and fixes #1161 - use the public suffix when parsing tld’s so that document.domain is set correctly * driver: move location spec back into cypress tests * server, driver: fixes: #600 and fixes #1175 use public suffix for parsing tld, handle multiple different subdomains on cy.visit
Released in |
@nrutman Can you provide your test code and your I believe the local part is messing up the URL because there is a special override specifically for those. |
@brian-mann we are using custom DNS rules to route these domains (and nothing references Regarding my code, this happens as soon as my test opens. My first call is Let me know how you want to proceed. Thanks! |
Having the same issues here : #1278 |
Are you requesting a feature or reporting a bug?
Bug
Current behavior:
When trying to run a test, I get the following error upon trying to "visit" the page.
Expected behavior:
It should not try to "relax" to a top-level Domain.
How to reproduce the current behavior:
Unfortunately we're trying to use cypress as a test tool in an intranet environment which I can not open access to. It seems to be an error with the relaxing of the domain, where the domain is not split up correctly or something like that. If you need further info, let me know.
The text was updated successfully, but these errors were encountered: