-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fixture doesn't contain mimetype when loaded twice #26095
Comments
I confirmed this in indeed the case - that's very strange, the second uploaded file type is |
Hi Lachlan, |
Woah, nice find. This is very useful for when someone tries to debug and patch this. I am not sure I've got the bandwidth to do it now, but a PR would be very welcome if anyone wants to take a look. I wonder if |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Current behavior
When loading a file using fixture, in the first test the file is loaded with a mimetype. In the second test, the mimetype is empty.
Desired behavior
Fixture should be loaded with mimetype every time.
Test code to reproduce
https://github.com/royk/cypress-test-tiny-1
Cypress Version
12.7.0
Node version
v16.18.0
Operating System
Windows 10.0.22621
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: