-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
'Nested' assertions not working in 3.4.1 #5004
Comments
The This will be fixed in our breaking Cypress v4 release - I will be closing this issue as 'pending release' since the code for this is done, but has yet to be released.
|
I've confirmed that this works in upcoming 4.0 release. The code for this is done, but this has yet to be released. We'll update this issue and reference the changelog when it's released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
According to the documentation this should work:
(Or
cy.something().should('have.nested.property, 'a.b[1]')
)However if you do that you will get:
Desired behavior:
Nested assertions should work as specified in the documentation.
Versions
Cypress: 3.4.1
Chrome: 74
Electron: 61
The text was updated successfully, but these errors were encountered: