@@ -19,61 +19,61 @@ See [Which query should I use?](guide-which-query.md)
1919| ** queryAllBy** | [ ] | array | array | No |
2020
2121- ** ByLabelText** find by label or aria-label text content
22- - getByLabelText
23- - queryByLabelText
24- - getAllByLabelText
25- - queryAllByLabelText
26- - findByLabelText
27- - findAllByLabelText
22+ - ` getByLabelText `
23+ - ` queryByLabelText `
24+ - ` getAllByLabelText `
25+ - ` queryAllByLabelText `
26+ - ` findByLabelText `
27+ - ` findAllByLabelText `
2828- ** ByPlaceholderText** find by input placeholder value
29- - getByPlaceholderText
30- - queryByPlaceholderText
31- - getAllByPlaceholderText
32- - queryAllByPlaceholderText
33- - findByPlaceholderText
34- - findAllByPlaceholderText
29+ - ` getByPlaceholderText `
30+ - ` queryByPlaceholderText `
31+ - ` getAllByPlaceholderText `
32+ - ` queryAllByPlaceholderText `
33+ - ` findByPlaceholderText `
34+ - ` findAllByPlaceholderText `
3535- ** ByText** find by element text content
36- - getByText
37- - queryByText
38- - getAllByText
39- - queryAllByText
40- - findByText
41- - findAllByText
36+ - ` getByText `
37+ - ` queryByText `
38+ - ` getAllByText `
39+ - ` queryAllByText `
40+ - ` findByText `
41+ - ` findAllByText `
4242- ** ByDisplayValue** find by form element current value
43- - getByDisplayValue
44- - queryByDisplayValue
45- - getAllByDisplayValue
46- - queryAllByDisplayValue
47- - findByDisplayValue
48- - findAllByDisplayValue
43+ - ` getByDisplayValue `
44+ - ` queryByDisplayValue `
45+ - ` getAllByDisplayValue `
46+ - ` queryAllByDisplayValue `
47+ - ` findByDisplayValue `
48+ - ` findAllByDisplayValue `
4949- ** ByAltText** find by img alt attribute
50- - getByAltText
51- - queryByAltText
52- - getAllByAltText
53- - queryAllByAltText
54- - findByAltText
55- - findAllByAltText
50+ - ` getByAltText `
51+ - ` queryByAltText `
52+ - ` getAllByAltText `
53+ - ` queryAllByAltText `
54+ - ` findByAltText `
55+ - ` findAllByAltText `
5656- ** ByTitle** find by title attribute or svg title tag
57- - getByTitle
58- - queryByTitle
59- - getAllByTitle
60- - queryAllByTitle
61- - findByTitle
62- - findAllByTitle
57+ - ` getByTitle `
58+ - ` queryByTitle `
59+ - ` getAllByTitle `
60+ - ` queryAllByTitle `
61+ - ` findByTitle `
62+ - ` findAllByTitle `
6363- ** ByRole** find by aria role
64- - getByRole
65- - queryByRole
66- - getAllByRole
67- - queryAllByRole
68- - findByRole
69- - findAllByRole
64+ - ` getByRole `
65+ - ` queryByRole `
66+ - ` getAllByRole `
67+ - ` queryAllByRole `
68+ - ` findByRole `
69+ - ` findAllByRole `
7070- ** ByTestId** find by data-testid attribute
71- - getByTestId
72- - queryByTestId
73- - getAllByTestId
74- - queryAllByTestId
75- - findByTestId
76- - findAllByTestId
71+ - ` getByTestId `
72+ - ` queryByTestId `
73+ - ` getAllByTestId `
74+ - ` queryAllByTestId `
75+ - ` findByTestId `
76+ - ` findAllByTestId `
7777
7878## Async
7979
0 commit comments