-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fluent chained queries doesn't work properly with multiple items #79
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hi @theKosh , we do not allow a property called |
Hi, @abhinaba-ghosh. Why can't we use hooks like in version 2.0.3? Restrictions in a third-party library? It's just very useful in some cases. |
version 2.0.3 also does not support the |
Summary
Fluent chained queries doesn't work properly with multiple items.
Precondition
macOS 10.15.7
Chrome 86.0
cypress@5.5.0
cypress-react-selector@ > 2.0.3 (checked on 2.0.4, 2.1.0, 2.2.0).
Steps to reproduce
'button', { props: { type: 'submit' } }
.Actual result
Cypress error:
The same code works just fine in cypress-react-selector@2.0.3.
Expected result
The element is clicked, because we filtered out the extra elements by finding the parent element.
The text was updated successfully, but these errors were encountered: