-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[cypress] fix accessing a cross-origin frame error #7552
[cypress] fix accessing a cross-origin frame error #7552
Conversation
ea0676d
to
a9492a3
Compare
Codecov Report
@@ Coverage Diff @@
## master #7552 +/- ##
=======================================
Coverage 65.17% 65.17%
=======================================
Files 433 433
Lines 21428 21428
Branches 2360 2360
=======================================
Hits 13966 13966
Misses 7342 7342
Partials 120 120 Continue to review full report at Codecov.
|
Now I'm wondering if How about only disabling it for the scope of this test? https://docs.cypress.io/guides/references/configuration.html#Cypress-config |
The |
a9492a3
to
6d4f4ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Next time we see this test flake again maybe we can set it to false globally |
Superseded by #7538 |
@mistercrunch you close this by accident? |
CATEGORY
Choose one
SUMMARY
Cypress dashboard tests randomly failed with error message:
Error: Blocked a frame with origin "https://*******.com" from accessing a cross-origin frame.
This issues is reported here, and it also gave a solution:
cypress-io/cypress#1951
(There might have other error message, use #7538 track all cypress flaky issues)
TEST PLAN
CI
REVIEWERS
@mistercrunch @michellethomas