Files
ota-admin-portal/src/components/Certificates/Add/__snapshots__/DownloadCerts.test.jsx.snap
2022-08-23 18:18:00 -07:00

42 lines
773 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`DownloadCerts Render 1`] = `
<div>
<div>
<h2>
Download Certificates
</h2>
<ul>
<li>
<a
download="undefined_cert.pem"
>
undefined_cert.pem
</a>
</li>
<li>
<a
download="undefined_key.pem"
>
undefined_key.pem
</a>
</li>
</ul>
<button
class="MuiButtonBase-root MuiButton-root MuiButton-contained makeStyles-submit-0 MuiButton-containedPrimary MuiButton-fullWidth"
tabindex="0"
type="submit"
>
<span
class="MuiButton-label"
>
Done
</span>
<span
class="MuiTouchRipple-root"
/>
</button>
</div>
</div>
`;