-
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 'map' of null at parseMatrix2D #6745
Comments
I can recreate this. This was introduced in Cypress 3.8.2 - like by this PR #5916 cc @sainthkh This error is being thrown here: https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/dom/transform.ts#L180:L180 In this case the One of the elements has empty strings for all these values for some reason. 3.8.1Incorrectly determined element as not visible. 3.8.2Erroring with 'Cannot read property map of null' |
The cause of this problem is that I'm trying to mock this behavior. |
The code for this is done in cypress-io/cypress#6787, 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:
Trying
cy.get('.selector')
- fail with TypeError:Cannot read property 'map' of null
When the "vue-fragment" component is included in the project, cypress, for some reason, cannot parse
Test code to reproduce
I created a repository to reproduce:
https://github.com/shoomakov/cypress-issue
Versions
Cypress v.4.0.2
Browser Chrome
The text was updated successfully, but these errors were encountered: