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
Blocked a frame with origin "https://angular.io" from accessing a cross-origin frame. #9049
Comments
Also tried #9018 and |
Note: the linked PR 9018 fixes the problem, BUT if you already have visited the site, the ServiceWorker there caches the bad page. Thus you need to clear the application cache using DevTools. Tip: you can disable ServiceWorker when vising site https://glebbahmutov.com/blog/cypress-tips-and-tricks/#disable-serviceworker |
The code for this is done in cypress-io/cypress#9018, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Trying to visit https://angular.io
with
cypress.json
Getting an error
The inline script that we inject is missing
Maybe our proxy could not inject it into this site for some reason?
Desired behavior
Visit the site, run the test
Test code to reproduce
https://github.com/bahmutov/test-angular-search/tree/problem
Versions
5.5.0
The text was updated successfully, but these errors were encountered: