Finding elements with React Testing Library queries
Become familiar with all the ways to find elements in your rendered components with React Testing Library. This is a more in depth look at all the getBy, findBy and queryBy functions
React Testing Library queries intro
Intro to React Testing Library queries
Current
GetBy, QueryBy, FindBy
Not started
Single vs Multiple queries
Not started
Picking a query function by priority
Not started
Accessing queries with the screen object
Not started
Common query options (except TextMatch)
Not started
TextMatch in detail
Not started
Getting direct access to the DOM
Not started