abhinaba-ghosh/cypress-react-selector

Chained commands doesn't work.

ahaddad-dia opened this issue · 2 comments

I've already checked the cases where the chained command doesn't work, but it doesn't seem to be that issue here.
nochain

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.

duplicate of #176

Kindly keep an eye on that ticket. I will update.

@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()