📚 Reference
🔖 Index
getBy
1. getByRole()
- 공식 문서 1
- find by aria role
- 영역의 역할 찾기
2. getByPlaceholderText()
- 공식 문서 1
- This will search for all elements with a placeholder attribute and find one that matches the given [
TextMatch](<https://testing-library.com/docs/queries/about#textmatch>).
3. getByText()
- 공식 문서 1
- This will search for all elements that have a text node with
textContent
matching the given TextMatch
4. getByLabelText()