mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 06:33:18 -07:00
* Make latest copy changes - update snapshots * Update cypress test on feedback link - update snapshot * Update side panel and copy - update snapshots * Make 2nd EO link open in new tab * Add latest changes from Living copy * Add back HS indicator to map * Add "X of Y thresholds exceed" to side panel - update snapshots * Update with latest copy * Update to latest copy - make BETA pill in logo bold - correct exceed to exceeded - update snapshots - update page title to Meth & data * Update total indicators to 21 * Update snapshot
45 lines
947 B
Text
45 lines
947 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`rendering of indicator dataset card checks if component renders 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
id="low-income"
|
|
>
|
|
<h3>
|
|
Low income
|
|
</h3>
|
|
<div>
|
|
|
|
Percent of a block group's population in households where household income is at or below
|
|
200% of the federal poverty level.
|
|
|
|
</div>
|
|
<ul>
|
|
<li>
|
|
<span>
|
|
Responsible Party:
|
|
</span>
|
|
<a
|
|
href="https://www.census.gov/programs-surveys/acs"
|
|
rel="noreferrer"
|
|
target="_blank"
|
|
>
|
|
Census's American Community Survey.
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<span>
|
|
Date range:
|
|
</span>
|
|
2015-2019
|
|
</li>
|
|
<li>
|
|
<span>
|
|
Used in:
|
|
</span>
|
|
All methodologies except for training and workforce development
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|