Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove waitForElement from test case
Aside from being deprecated in later versions( testing-library/dom-testing-library#416) it's also not needed here, as we can just return `findByDisplayValue` directly
- Loading branch information