Recommended Read: https://www.robinwieruch.de/react-testing-library/
Documentation: https://testing-library.com/docs/react-testing-library/intro/ https://jestjs.io/docs/getting-started
Types of Queries (search variants)
getBy…
//Element or ErrorqueryBy…
//Element or nullfindBy…
//Promise or PromisegetAllBy…
//Element[] or ErrorqueryAllBy…
//Element[] or []findAllBy…
//Promise<Element[]> or Promise<rejection>Detailed: https://testing-library.com/docs/queries/about
Search Types (result)
<div role='dialog'>...</div>
<label for=“element” />
<input placeholder=“username” />
<a href='/https/unwiredlearning.notion.site/about'>About</a>
<input value=”display value” />
<img alt=“movie poster” />
<span title='Delete' /> or <title />