j40-cejst-2/client/src/components/HowYouCanHelp/tests/__snapshots__/howYouCanHelp.test.tsx.snap
Vim 1f5742bc5b
Modify copy on About and Explore Tool pages (#974)
* 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
2021-12-08 10:15:31 -08:00

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>
`;