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

28 lines
619 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rendering of the SurveyButton checks if component renders 1`] = `
<DocumentFragment>
<div
class="grid-container-desktop-lg"
data-testid="gridContainer"
>
<a
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
rel="noreferrer"
target="_blank"
>
<button
class="usa-button"
data-testid="button"
type="button"
>
Help improve the tool
<img
alt="launch icon"
src="test-file-stub"
/>
</button>
</a>
</div>
</DocumentFragment>
`;