Chained commands doesn't work.
ahaddad-dia opened this issue · 2 comments
ahaddad-dia commented
I've already checked the cases where the chained command doesn't work, but it doesn't seem to be that issue here.
I'm getting the same results with or without the first getReact. If the chain command worked nthNode wouldn't be necessary. The result would be unique.
abhinaba-ghosh commented
duplicate of #176
Kindly keep an eye on that ticket. I will update.
abhinaba-ghosh commented
@ahaddad-dia Please try with the latest version of cypress-react-selector.
And, keep in mind, if your aim is to chaingetReact
with a subject
that returns a DOmM element, then chain it with react
command -
cy.react().getReact().getProps()