-
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
cy.visit fails on *.github.io websites due to CORS #1161
Labels
type: duplicate
This issue or pull request already exists
Milestone
Comments
The root cause of this is because |
brian-mann
added a commit
that referenced
this issue
Feb 4, 2018
* 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 |
that link resolves to localhost |
Fixed, thx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a Feature or Bug?
Feature.
Current behavior:
Cypress is not able to automate *.github.io websites for repos.
Desired behavior:
cy.visit
succeeds.How to reproduce:
Run the test.
Test code:
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: