mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 20:41:16 -07:00
* Update version number on frontend - add verion to download packet - add verison to side panel - update snaphots - add version to constant file * Add minor UI changes from QA - adjust copy in download package - update tests * Refactor all intl code and will add page tests - remove all copy app wide and place into respective data/copy folder - adds tests for each page - allow product to make copy changes in one place - prepare for spanish language effort
40 lines
862 B
Text
40 lines
862 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`rendering of the HowYouCanHelp checks if various text fields are visible 1`] = `
|
|
<DocumentFragment>
|
|
<div>
|
|
<h2>
|
|
How you can help improve the tool
|
|
</h2>
|
|
<ul>
|
|
<li>
|
|
If you have helpful information, we would love to
|
|
<a
|
|
href="mailto:screeningtool.feedback@usds.gov"
|
|
>
|
|
recieve an email from you
|
|
</a>
|
|
.
|
|
</li>
|
|
<li>
|
|
View our
|
|
<a
|
|
href="/en/methodology"
|
|
>
|
|
Data and methodology
|
|
</a>
|
|
page and send us feedback.
|
|
</li>
|
|
<li>
|
|
Find your community of interest and
|
|
<a
|
|
href="mailto:screeningtool.feedback@usds.gov"
|
|
>
|
|
share your feedback
|
|
</a>
|
|
.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|