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

fix(proxy-logging): use constant consoleProps object #18207

Merged
merged 6 commits into from
Sep 30, 2021
Merged

Conversation

flotwig
Copy link
Contributor

@flotwig flotwig commented Sep 22, 2021

User facing changelog

  • Fixed a regression introduced in 8.2.0 where certain XMLHttpRequests would not display their response bodies in the DevTools Console when clicked, even though they did before.

Additional details

  • This approach is used elsewhere (ex. commands/querying.js) to propagate consoleProps updates to the console.

How has the user experience changed?

PR Tasks

  • Have tests been added/updated?
  • Has the original issue or this PR been tagged with a release in ZenHub?
  • [na] Has a PR for user-facing changes been opened in cypress-documentation?
  • [na] Have API changes been updated in the type definitions?
  • [na] Have new configuration options been added to the cypress.schema.json?

This approach is used elsewhere (ex. commands/querying.js) to propagate consoleProps updates to the console.
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Sep 22, 2021

Thanks for taking the time to open a PR!

@cypress
Copy link

cypress bot commented Sep 22, 2021



Test summary

18482 0 214 7Flakiness 1


Run details

Project cypress
Status Passed
Commit bbadda0
Started Sep 30, 2021 5:38 PM
Ended Sep 30, 2021 5:48 PM
Duration 10:53 💡
OS Linux Debian - 10.9
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

cypress/integration/e2e/redirects_spec.js Flakiness
1 redirection > meta > binds to the new page after a timeout

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@flotwig flotwig marked this pull request as ready for review September 29, 2021 15:02
@flotwig flotwig requested a review from a team as a code owner September 29, 2021 15:02
@flotwig flotwig requested review from chrisbreiding and jennifer-shehane and removed request for a team September 29, 2021 15:02
chrisbreiding
chrisbreiding previously approved these changes Sep 30, 2021
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
@flotwig flotwig merged commit 8fa70b8 into develop Sep 30, 2021
tgriesser added a commit that referenced this pull request Oct 8, 2021
* develop: (31 commits)
  fix: `everyNthFrame` should only be applied for Chrome 89+ (#18392)
  docs: General updates to contributing guide (#18283)
  chore: Update Chrome (beta) to 95.0.4638.40 (#18389)
  chore: use circleci timings split for e2e tests (#18367)
  fix: fixed title (#18370)
  chore(deps): update dependency electron to v14 🌟 (#18384)
  chore(server): share client route (#18215)
  fix: Prevent Cypress from crashing when argument parsing "spec: {}" (#18312)
  chore: update husky dev dependency to v7 (#18345)
  feat: add defineConfig function to help type config (#18302)
  chore: Update Chrome (stable) to 94.0.4606.71 (#18324)
  feat: allow to use TypeScript in the config file (#18300)
  allow select to be called with empty array (#18329)
  fix(vite-dev-server): windows `supportFile` + preserve optimize entries (#18286)
  chore: fix semantic-release dry run (#18332)
  fix(driver): improve status_code_flags_invalid error message (#18316)
  chore(deps): update dependency electron to v13.5.0 🌟 (#18318)
  chore: Update Chrome (stable) to 94.0.4606.61 and Chrome (beta) to 95.0.4638.32 (#18229)
  fix(proxy-logging): use constant consoleProps object (#18207)
  feat(driver): Add "overwrite" option to cy.screenshot() (#18280)
  ...
@flotwig flotwig deleted the issue-17656 branch January 24, 2022 18:13
mjhenkes pushed a commit that referenced this pull request Jul 27, 2022
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: clicking a request in the log no longer displays request/response body
2 participants