-
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
Class WebSwapCGLLayer is implemented in both... error #21615
Comments
I was able to reproduce the warning on Cypress 9.7.0. Downgrading to Cypress 9.6.1 did not reproduce the warning. I believe it's related to the electron upgrade and this issue electron/electron#33685 |
@tit, Is this warning causing any issues in cypress that you can see? |
@mjhenkes, no, apart from this warning, I didn't notice any other problems. Moreover, the tests are run in the Chrome browser. |
Hello everyone, I might have the same issue with a very new just freshly install of Cypress: ❯ yarn cy:gui
yarn run v1.22.5
$ node_modules/.bin/cypress open --config-file "assets/frontend/tests/cypress/cypress.config.js"
It looks like this is your first time using Cypress: 10.1.0
✔ Verified Cypress! /Users/cyrilkrylatov/Library/Caches/Cypress/10.1.0/Cypress.app
Opening Cypress...
objc[16715]: Class WebSwapCGLLayer is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib (0x7ffb41da6948) and /Users/cyrilkrylatov/Library/Caches/Cypress/10.1.0/Cypress.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libGLESv2.dylib (0x10a69f9c8). One of the two will be used. Which one is undefined. with :
Please do tell me if I can provide you further informations. Thank you for your time! |
I have the same issue |
Experiencing the same issue as defined by @CyrilKrylatov, is there anyone who has figured out how to resolve the issue? |
I started seeing this warning after upgrading from 8.x to 10.1. Have not found a solution. |
fixed by 10.2 |
Hello, I encountered same isssue will followign this tetorial https://medium.com/nerd-for-tech/setting-up-cypress-193166f85b33. Freshly install of Cypress version 10.2.0 on Mac:
Please do tell me if I can provide you further informations. Thank you for your time! |
The code for this is done in cypress-io/cypress#22607, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
npx cypress run
↓
Desired behavior
No warning :)
Test code to reproduce
Install last Cypress version
npx cypress run
Cypress Version
9.7.0
Other
No response
The text was updated successfully, but these errors were encountered: