-
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
Cannot read property 'show' of undefined when opening links in Command Log in Electron #14912
Comments
This was introduced in this PR: #14749 The signature of the |
Internal Jira issue: TR-663 |
The code for this is done in cypress-io/cypress#14914, 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
Starting in Cypress 6.4.0, Clicking the 'Learn more' link containing a docsUrl from within the Command Log of the Test Runner crashes when running tests in Electron browser.
This is being thrown at this line of code: https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/browsers/electron.js#L189:L189
Test code to reproduce
cypress open
and select 'Electron' browserVersions
Cypress 6.4.0
The text was updated successfully, but these errors were encountered: