Skip to content

Commit

Permalink
docs: add *ByRole methods
Browse files Browse the repository at this point in the history
fixes #56
  • Loading branch information
patrickhulce committed May 25, 2021
1 parent 1ec4db0 commit d73ba1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ Unique methods, not part of `@testing-library/dom`
- `getAllByTitle`
- `findByTitle`
- `findAllByTitle`
- `queryByRole`
- `queryAllByRole`
- `getByRole`
- `getAllByRole`
- `findByRole`
- `findAllByRole`
- `queryByDisplayValue`,
- `queryAllByDisplayValue`,
- `getByDisplayValue`,
Expand Down

0 comments on commit d73ba1f

Please sign in to comment.