Skip to content
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

Flaky test: done() called multiple times in "network stubbing intercepting request can modify the request body" #23145

Closed
rachelruderman opened this issue Aug 5, 2022 · 1 comment

Comments

@rachelruderman
Copy link
Contributor

rachelruderman commented Aug 5, 2022

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

it('can modify the request body', function (done) {

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

@rachelruderman rachelruderman self-assigned this Aug 5, 2022
@cypress-bot cypress-bot bot added stage: investigating Someone from Cypress is looking into this and removed stage: fire watch labels Aug 5, 2022
@cypress-bot cypress-bot bot added stage: flake and removed stage: investigating Someone from Cypress is looking into this labels Aug 8, 2022
@rachelruderman rachelruderman removed their assignment Aug 10, 2022
@rachelruderman
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant