j40-cejst-2/client/src/components/ReleaseUpdate/__snapshots__/ReleaseUpdate.test.tsx.snap
2024-12-18 12:15:45 -05:00

88 lines
2.8 KiB
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rendering of ReleaseUpdate Component checks if component renders 1`] = `
<DocumentFragment>
<div>
<span>
View
<a
aria-controls="releaseUpdate-panel"
class="usa-link"
href="javascript:void(0)"
id="releaseUpdate-header"
tabindex="0"
>
release notes
</a>
<img
alt="expand icon"
src="test-file-stub"
/>
</span>
<section
aria-labelledby="releaseUpdate-header"
hidden=""
id="releaseUpdate-panel"
>
<div>
<div>
<div>
Version 2.0 Release update - Dec 19, 2024
</div>
<div>
New & improved
</div>
<div>
<ul>
<li>
Scoring improvements
</li>
<ul>
<li>
Updated to use Census Decennial 2020 data for the U.S. territories
of Guam, Virgin Islands, Northern Mariana Islands, and American Samoa
</li>
<li>
U.S. territories of Guam, Virgin Islands, Northern Mariana Islands,
and American Samoa qualify as disadvantaged communities based on a low-income
threshold at or above the 65th percentile, in addition to any existing qualification
pathways
</li>
<li>
Apply a donut hole disadvantaged community qualification to U.S.
territories of Guam, Virgin Islands, Northern Mariana Islands, American Samoa,
and Puerto Rico based on adjacency to already qualifying disadvantaged community
tracts and meeting a 50th percentile low-income threshold
</li>
<li>
Improved donut hole disadvantaged community qualification by
adding tracts that are fully surrounded and have water boundaries
</li>
<li>
The poverty percentage calculation excludes college students,
ensuring it reflects the economic conditions of the non-college population
</li>
<li>
Grandfathering of Census tracts that were designated as
disadvantaged communities in version 1.0 of this tool
</li>
</ul>
<li>
User interface improvements
</li>
<ul>
<li>
Users can now search on the map by Census tract ID
</li>
<li>
Show island and territory low-income percentiles in the sidebar
</li>
</ul>
</ul>
</div>
</div>
</div>
</section>
</div>
</DocumentFragment>
`;