-
-
Couldn't load subscription status.
- Fork 72
Open
@Fullchee
Description
Bug Report 🐛
Custom Function Matcher doesn't seem to work in the Testing Playground
ImageTo Reproduce ✔️
Given the HTML
<p>Hello <strong>World</strong></p>
should this query be able to select Hello World
screen.getByText( (_, element) => element.textContent === 'Hello World' );
However, the playground isn't catching it
Expected behavior 🤔
It should be able to match Hello World
Your Environment 💻
- browser: Chrome
- os: Mac