Skip to content

Commit

Permalink
add snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywells52 committed Jan 16, 2025
1 parent 7e5f971 commit 11c4aef
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ChlamydiaResultGuidance displays guidance for a Chlamydia result 1`] = `
<div>
<p
class="text-bold sr-guidance-heading"
>
For Chlamydia:
</p>
<p>
If you have a positive result, you will need a follow-up test to confirm your results. The organization that provided your test should be able to answer questions and provide referrals for follow-up testing.
</p>
<p>
<a
href="https://www.cdc.gov/chlamydia/about/index.html"
rel="noopener noreferrer"
target="_blank"
>
Visit the CDC website to learn more about a positive Chlamydia result.
</a>
(cdc.gov/chlamydia/about).
</p>
</div>
`;

0 comments on commit 11c4aef

Please sign in to comment.