You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure done() is being called in the failure case. This won't fix the flake, but it will give us a more specific error message when this test flakes.
Cypress Version
10.4.0
Other
Search for this issue number in the codebase to find the test(s) skipped until this issue is fixed
The text was updated successfully, but these errors were encountered:
In 12.0.0 this test is invalidated by the removal of XHR monkey-patching in #24411, so I'm closing this since we won't do any work in this area between now and then.
Link to dashboard or CircleCI failure
https://dashboard.cypress.io/projects/ypt4pf/runs/37593/test-results/62729875-b095-464d-8987-72f2535fced6
Link to failing test in GitHub
https://github.com/cypress-io/cypress/blob/develop/packages/driver/cypress/e2e/cypress/proxy-logging.cy.ts#L106
Analysis
We need to make sure
done()
is being called in the failure case. This won't fix the flake, but it will give us a more specific error message when this test flakes.Cypress Version
10.4.0
Other
Search for this issue number in the codebase to find the test(s) skipped until this issue is fixed
The text was updated successfully, but these errors were encountered: