fix: updating content and design #3
Annotations
2 errors
TestingLibraryElementError: Unable to find an accessible element with the role "heading" and name "Senior Full Stack UI Engineer":
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"
/>
Name "Senior Full Stack UI Engineer":
<h3
class="text-neutral-11 text-xl md:text-2xl text-balance font-normal"
/>
--------------------------------------------------
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>
<h3
class="text-neutral-11 text-xl md:text-2xl text-balance font-normal"
>
Senior Full Stack UI Engineer
</h3>
</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.
|