Skip to content
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

cy.its does not handle object functions #122

Closed
shauvik opened this issue Apr 11, 2016 · 1 comment
Closed

cy.its does not handle object functions #122

shauvik opened this issue Apr 11, 2016 · 1 comment
Assignees
Labels
type: enhancement Requested enhancement of existing feature
Milestone

Comments

@shauvik
Copy link

shauvik commented Apr 11, 2016

cy.its("one").its("two") seems to invoke the function one() instead of getting it's property.

@jennifer-shehane jennifer-shehane added the type: enhancement Requested enhancement of existing feature label Apr 11, 2016
@jennifer-shehane jennifer-shehane added this to the 0.15.4 milestone Apr 19, 2016
@brian-mann
Copy link
Member

brian-mann commented Apr 22, 2016

Fixed in 0.15.4.

Haven't updated the documentation yet but now you can drill into function properties without invoking the function. You can also use dot separated notation to automatically drill into nested properties.

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants