chore: update dependencies to latest version in light of recent vulnerabilities #10
Annotations
2 errors
|
validate
Process completed with exit code 1.
|
|
src/components/BlogList/__tests__/BlogList.test.tsx > BlogList > should render blog list with posts:
src/components/BlogList/__tests__/BlogList.test.tsx#L62
TestingLibraryElementError: Unable to find an element with the text: Hello World. 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="blog-list-wrapper"
>
<div
class="classified-document blog-list-document"
>
<div
class="document-header"
>
<div
class="classification-bar"
>
INTELLIGENCE ARCHIVE // EYES ONLY
</div>
<div
class="document-meta"
>
<span
class="doc-number"
>
ARCHIVE-
2025
</span>
<span
class="doc-date"
>
TOTAL FILES:
2
</span>
</div>
</div>
<h1
class="document-title"
>
CLASSIFIED BRIEFINGS
</h1>
<div
class="blog-filters"
>
<div
class="filter-group"
data-rac=""
>
<label
class="filter-label"
for="react-aria-_r_0_"
id="react-aria-_r_1_"
>
SEARCH QUERY
</label>
<input
aria-labelledby="react-aria-_r_1_"
class="filter-input"
data-rac=""
id="react-aria-_r_0_"
placeholder="Enter keywords..."
tabindex="0"
title=""
type="text"
value=""
/>
</div>
<div
class="filter-row"
>
<div
class="filter-group"
data-rac=""
>
<span
class="filter-label"
id="react-aria-_r_9_"
>
START DATE
</span>
<div
aria-labelledby="react-aria-_r_9_"
class="date-picker-group"
data-rac=""
data-react-aria-pressable="true"
id="react-aria-_r_8_"
role="group"
>
<div
class="filter-input date-input"
data-rac=""
data-react-aria-pressable="true"
id="react-aria-_r_7_"
role="presentation"
style="unicode-bidi: isolate;"
>
<span
aria-label="month, "
aria-labelledby="react-aria-_r_i_ react-aria-_r_9_"
aria-valuemax="12"
aria-valuemin="1"
aria-valuenow="12"
aria-valuetext="Empty"
autocorrect="off"
class="date-segment"
contenteditable="true"
data-placeholder="true"
data-rac=""
data-type="month"
enterkeyhint="next"
id="react-aria-_r_i_"
inputmode="numeric"
role="spinbutton"
spellcheck="false"
style="caret-color: transparent;"
tabindex="0"
>
mm
</span>
<span
aria-hidden="true"
class="date-segment"
data-rac=""
data-type="literal"
>
/
</span>
<span
aria-label="day, "
aria-labelledby="react-aria-_r_m_ react-aria-_r_9_"
aria-valuemax="31"
aria-valuemin="1"
aria-valuenow="4"
aria-valuetext="Empty"
autocorrect="off"
class="dat
|