-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(cypress): wait for filterValues request #10884
Conversation
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! On a separate note, I'm actually seeing a lot of errors related to Dashboard CRUD view in my personal fork: https://dashboard.cypress.io/projects/ukwxzo/runs/440/failures The fork runs the exactly same code, it just records the runs to Cypress dashboard. Have you seen anything similar before?
@ktmud Most of the cypress ci failures I've been seeing have been in |
Big thanks @nytai, I was wondering why my one-liner doc PR was failing miserably on CI 😄 |
@nytai Yeah, it's really strange that it only fails in my fork but it shouldn't really matter if it's not happening for everyone else. Although I was still seeing So I made another attempt to fix it: 4477fdd Based on my previous experience, there seems to be some flakiness related to |
Yup.... also got a random failure for the |
SUMMARY
Seeing a lot of cypress failures for
explore/AdhocFilters
test. 🤞 this makes it less flaky.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
ran the cypress check 3 times without failures... seems to be an improvement
ADDITIONAL INFORMATION