We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://app.circleci.com/pipelines/github/cypress-io/cypress/41400/workflows/207f4fc7-57ac-4298-9839-8e1af2ac42c1/jobs/1714581
cypress/packages/driver/cypress/e2e/commands/net_stubbing.cy.ts
Line 1618 in e6b2466
Looks like an easy fix; done() is being called multiple times because of multiple requests being intercepted, but it should only be called once.
10.4.0
No response
The text was updated successfully, but these errors were encountered:
Fixed by https://github.com/cypress-io/cypress/pull/23167/files#r945977207
Sorry, something went wrong.
No branches or pull requests
Link to dashboard or CircleCI failure
https://app.circleci.com/pipelines/github/cypress-io/cypress/41400/workflows/207f4fc7-57ac-4298-9839-8e1af2ac42c1/jobs/1714581
Link to failing test in GitHub
cypress/packages/driver/cypress/e2e/commands/net_stubbing.cy.ts
Line 1618 in e6b2466
Analysis
Looks like an easy fix; done() is being called multiple times because of multiple requests being intercepted, but it should only be called once.
Cypress Version
10.4.0
Other
No response
The text was updated successfully, but these errors were encountered: