-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Bug] ERR_INVALID_ARG_TYPE when uploading a file with the new cypress v7.0.0 #289
Comments
Hi @andrei10k |
Thanks for looking into this @abramenal, is there anything we can do to help? I just started running into this as well. I'm happy to investigate it a bit but I don't want to step on your toes. If I can help at all I would love to though. |
I couldn't reproduce the issue locally. Here is what I've used:
It would be really nice if someone can set up a small repo with reproducible example. cc @slinkardbrandon |
Sounds like it may be a Cypress issue? See cypress-io/cypress#15901 |
cypress-io/cypress#15901 should have been fixed in 7.2.0 btw, I'm successfully using 7.2.0 w 5.0.6 version of this gem and file uploads works on Chrome |
I've tested with 7.2.0 and the issue still exists. See this comment for further details. |
This problem still exists for me as well on cypress 7.2.0 It worked in cypress 6.8.0 :( |
Still happening to me as well in 7.2.0 The last version where we have checked to be working is 6.9.1 |
the fix in 7.3.0 pre-release here worked for me: cypress-io/cypress#15898 (comment) |
Current behavior:
with the new cypress v7.0.0 and cypress-file-upload v5.0.4 the pdf upload is not working. i got the following error:
Desired behavior:
the upload should work as with version 6.8.0
Steps to reproduce: (app code and test code)
Versions
cypress v7.0.0, cypress-file-upload v5.0.4, macos bug sur, chrome
The text was updated successfully, but these errors were encountered: