You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm evaluating this lib and have run into a strange issue, selecting my component via cy.react is returning more results than are rendered. Here the selector/assertion I'm using is:
I'm evaluating this lib and have run into a strange issue, selecting my component via
cy.react
is returning more results than are rendered. Here the selector/assertion I'm using is:But the assertion is failing as
cy.react()
is returning two items.However, I've verified that only one item is rendering, by querying the DOM directly
This is against Cypress 12.8.1 using the latest version of this lib. Any ideas how I could start debugging this?
The text was updated successfully, but these errors were encountered: