mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 14:24:19 -07:00
28 lines
619 B
Text
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>
|
|
`;
|