Added search component #49
Annotations
2 errors
src/views/search/search.test.tsx > Views > Search > display input:
src/views/search/search.test.tsx#L9
TestingLibraryElementError: Unable to find an accessible element with the role "input"
Here are the accessible roles:
textbox:
Name "":
<input
placeholder="name"
/>
Name "":
<input />
Name "":
<input />
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<form>
<div
class="_uasearch_780c74"
>
<input
placeholder="name"
/>
<input />
<input />
</div>
</form>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/views/search/search.test.tsx:9:19
|
build (20.10.x)
Process completed with exit code 1.
|