Initial Page Transition #3
Annotations
2 errors
src/App.test.tsx > renders learn react link:
frontend/src/App.test.tsx#L7
TestingLibraryElementError: Unable to find an element with the text: /learn react/i. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="App"
>
<nav>
<ul>
<li>
<a
href="/"
>
Home
</a>
</li>
<li>
<a
href="/about"
>
About
</a>
</li>
</ul>
</nav>
<div>
Loading...
</div>
</div>
</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/App.test.tsx:7:30
|
frontend
Process completed with exit code 1.
|