Jason Yang

Results 2 comments of Jason Yang

This is how I am doing it right now: ``` const row = screen.getAllByRole('row').find((row) => within(row).queryByText(text) !== null); ``` This means it will return `undefined` if no result is found...

I'm guessing this project is dead, no updates since 2016