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
On https://develop.testing-playground.com/, clicking on an input element, the getByRole query is rightly inserted (and evaluated) in QueryEditor but it does not appear in ResultQueries.
Clicking on a button element does not reproduce this bug, the role query appears in ResultQueries.
To Reproduce ✔️
inserted markup
select an input element
Expected behavior 🤔
I expected the getByRole query would appear in ResultQueries as it happens in the button case.