-
-
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] Support Firefox (Cypress 4.0.1) #154
Comments
Hi @sandrina-p Never tested v4 yet, so any contribution is appreciated. |
I am having similar issue, Its working on chrome but not on firefox, its not failing it but its not working on firefox for sure. |
I installed the latest changes from the plugin but it still doesnt upload the image in firefox, it doest on chrome though without problems as usual. I dont get an error in firefox its just passing it but not uploaded, has anyone else have the same issue with latest version of cypress? |
Hi @bbonevPIT v4 is not yet released, expect it not later than Wednesday this week 🥂 Apologies for improper issue status, it was closed occasionally. |
@abramenal ah great, thank you very much. great job guys! |
My company has started using Cypress for our functional testing and we're loving it. We're hoping to replace our robot framework tests, but we need to have Firefox coverage. Any chance this fix will be coming in the next week or so? |
Hi all, Cheers! |
Excellent, thank you! |
I have installed version 4.0.1, and am now getting the error |
To sanity check, I downgraded and re-ran tests on Chrome without any code changes and it worked fine. |
@dotwork the command itself was upgraded to simpler notation, please check out latest API guide 😄 |
Got it, thank you!, nice improvement to the command! Much cleaner. |
I'm having a problem with the file upload. When uploading a valid docx file, it works on my test server if I do it manually, but when cypress does it, I get an error about it being corrupted. I've tried not passing an encoding, as well as using Also, I am getting more generic mimetypes when I check the uploaded file. Where before I got: |
Here is the docx file I am testing... |
@dotwork is this relevant only in Firefox? As for the mime type, I'll revert back the possibility to provide mime type manually, now there's auto-detection mechanism which relies on |
I know this is closed bug but still find the same issue on firefox browser |
@SonaliAvaya can you please do the following:
Right now in auto tests suite I execute tests against Firefox, Chrome and Electron, so there's high possibility that something is wrong with your code setup ;) |
Current behavior:
I have a test to upload a file (image/png) and it's been working fine on Chrome with Cypress 3.x and the [new release 4.0](https://cypress.io/blog/2020/02/06/introducing-firefox-and-edge-support-in-cypress-4-0/9. But when I run it on Firefox (with Cypress 4.0.1) it doesn't work anymore.
Desired behavior:
Steps to reproduce: (app code and test code)
The HTML is like this:
The Cypress is the following:
Versions
The text was updated successfully, but these errors were encountered: