-
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
ffmpeg error with Chrome 89 #15300
Comments
Also spotted here: cypress-io/cypress-docker-images#450 It appears the first spec that it runs works fine, then the second spec has a different resolution Working spec: Failing Spec: |
We also encountered this error when upgrading to the new Electron version because it uses Chrome 89. There is already a PR open to fix this in our next release. #15295 We'll close this issue as it is pending release, but has yet to be released. We'll update this issue and reference the changelog when it's released. In the meantime, there are a few workarounds you might consider:
|
@jennifer-shehane out of curiosity how frequently do you cut releases, or at which point? |
@mcmarkj https://docs.cypress.io/faq/questions/general-questions-faq.html#How-often-are-Cypress-Test-Runner-versions-released so we should release a new version on Monday |
@mcmarkj We usually release every 2 weeks, but we've been trying to juggle some feature work between 6.7 and breaking 7.0, so there's been some delay. |
6.7.0 should go out today though! 🤞 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
After upgrading to google-chrome 89 Cypress fails:
Desired behavior
google-chrome 89 should work
Test code to reproduce
cypress run --browser chrome
having installed chrome 89 (the new stable version since yesterday):
It works with chrome 88
Versions
Cypress 6.6.0
Google Chrome 89.0.4389.72
The text was updated successfully, but these errors were encountered: