-
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
Unable to use nested
property in Cypress
#3080
Comments
Duplicate of #2529 - will be released in 4.0 of Cypress |
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. |
nested
property in Cypress
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
The
chai
version in launched browser does not match the example given in Cypress docs.I tried using
.nested
and it is throwingundefined
type error.A version bump should fix this issue
Desired behavior:
Update
chai
version to the latest to match current docsSteps to reproduce: (app code and test code)
Run
expect({a: {b: ['x', 'y']}}).to.have.nested.property('a.b[1]')
in a browser testVersions
3.1.4
The text was updated successfully, but these errors were encountered: