build(deps): bump next from 14.1.0 to 14.1.1 #6
Annotations
2 errors
TestingLibraryElementError: Unable to find an accessible element with the role "heading" and name `null`:
node_modules/@testing-library/dom/dist/config.js#L37
Here are the accessible roles:
heading:
Name "Rachel Cantor":
<h1
class="text-neutral-12 md:text-5xl text-4xl font-extrabold tracking-tight"
/>
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<div
class="pt-12"
>
<div
class="container"
>
<div
class="flex flex-col items-center gap-6 text-center md:flex-row md:text-left"
>
<div
class="flex-1 space-y-2"
>
<h1
class="text-neutral-12 md:text-5xl text-4xl font-extrabold tracking-tight"
>
Rachel Cantor
</h1>
</div>
</div>
</div>
</div>
</div>
</body>
at getElementError (/home/runner/work/resume/resume/node_modules/@testing-library/dom/dist/config.js:37:19)
at /home/runner/work/resume/resume/node_modules/@testing-library/dom/dist/query-helpers.js:76:7
at /home/runner/work/resume/resume/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/resume/resume/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at /home/runner/work/resume/resume/src/components/Header/Header.test.tsx:15:7
|
build
Process completed with exit code 1.
|