-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
pkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directorytype: bugtype: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release
Description
Current behavior
In the process of updating from cypress@8 to cypress@9, It was noticed that intercepting a binary file had changed, making the intercepted file to be corrupted (not in the expected format).
Here's a screenshot of the update and the files diffing

Desired behavior
When reading a binary fixture the content of it shouldn't be changed when serving it (via cy.intercept)
Test code to reproduce
https://github.com/andrealmieda/react-cypress-boilerplate
I created a small test to download the intercepted binary file and then manually check it on the terminal
Cypress Version
9.1.1
Other
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directorytype: bugtype: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release