-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e5f971
commit 11c4aef
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...p/commonComponents/TestResultGuidance/__snapshots__/ChlamydiaResultGuidance.test.tsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
`; |