mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-25 16:11:39 -07:00
* Modify copy - update snapshots * Fix failing cypress tests - commented out lat/lng in URL test as it is intermittent * Removes test on EO link * Update copy for launch - adds 404 page verbiage - fixes survey button to be bottom sticky * Update copy
40 lines
839 B
Text
40 lines
839 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>
|
|
View our
|
|
<a
|
|
href="/en/methodology"
|
|
>
|
|
Methodology and data
|
|
</a>
|
|
page and send us feedback.
|
|
</li>
|
|
<li>
|
|
Find communities of interest and
|
|
<a
|
|
href="mailto:screeningtool.feedback@usds.gov"
|
|
>
|
|
share your feedback
|
|
</a>
|
|
.
|
|
</li>
|
|
<li>
|
|
Respond to our request for information on
|
|
<a
|
|
href="https://www.federalregister.gov/"
|
|
>
|
|
federalregister.gov
|
|
</a>
|
|
.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|