Skip to content

Commit

Permalink
Merge pull request #892 from GSA/819-ui-content-updates
Browse files Browse the repository at this point in the history
819 UI content updates
  • Loading branch information
scottqueen-bixal authored Feb 22, 2024
2 parents 67bd539 + 4537239 commit 6340883
Show file tree
Hide file tree
Showing 8 changed files with 240 additions and 231 deletions.
251 changes: 127 additions & 124 deletions benefit-finder/src/App/__tests__/__snapshots__/index.spec.jsx.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`Intro > renders a match to the previous snapshot 1`] = `
<div
class="time-indicator"
>
Time to complete 2-5 minutes
Estimated time 2-5 minutes
</div>
<div
class="bf-intro-process-group"
Expand All @@ -70,7 +70,7 @@ exports[`Intro > renders a match to the previous snapshot 1`] = `
<h3
class="bf-usa-process-list__heading usa-process-list__heading"
>
Review Results
Review results
</h3>
</li>
<li
Expand Down Expand Up @@ -125,11 +125,10 @@ exports[`Intro > renders a match to the previous snapshot 1`] = `
class="notice-item"
>
<div>
Your information
<strong>
is not
This is not an application.
</strong>
shared, saved, or submitted.
This tool will help you find possible benefits.
</div>
</div>
</div>
Expand All @@ -154,7 +153,11 @@ exports[`Intro > renders a match to the previous snapshot 1`] = `
<div
class="notice-item"
>
Provide complete info to get more relevant results.
Your answers
<strong>
are not
</strong>
saved or submitted.
</div>
</div>
</div>
Expand All @@ -180,9 +183,9 @@ exports[`Intro > renders a match to the previous snapshot 1`] = `
>
<div>
<strong>
This form is not an application.
Answer more questions
</strong>
You will need to apply for benefits with each agency.
to get better results.
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
class="bf-section-heading font-family-sans"
id="skip-to-h1"
>
Complete Questions
Answer these questions
</h1>
<div
class="bf-section-wrapper"
Expand Down Expand Up @@ -73,12 +73,12 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
<h4
class="bf-usa-alert__heading usa-alert__heading"
>
Error status
Error
</h4>
<p
class="bf-usa-alert__text usa-alert__text"
>
All fields marked required must be completed.
Complete all required fields.
</p>
</div>
</div>
Expand All @@ -104,7 +104,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
class="bf-usa-hint usa-hint usa-hint--required bf-usa-hint--required bf-required required"
title="required"
>
(Required)
(required)
</span>
</legend>
<div>
Expand Down Expand Up @@ -269,7 +269,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
class="bf-usa-hint usa-hint usa-hint--required bf-usa-hint--required bf-required required"
title="required"
>
(Required)
(required)
</span>
</legend>
<div>
Expand All @@ -290,7 +290,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
disabled=""
value=""
>
Click to Select
Click to select
</option>
<option
value="Spouse"
Expand Down Expand Up @@ -331,7 +331,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
class="bf-usa-hint usa-hint usa-hint--required bf-usa-hint--required bf-required required"
title="required"
>
(Required)
(required)
</span>
</legend>
<div>
Expand All @@ -352,7 +352,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
disabled=""
value=""
>
Click to Select
Click to select
</option>
<option
value="Married"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ exports[`NoticesList > renders a match to the previous snapshot 1`] = `
class="notice-item"
>
<div>
Your information
<strong>
is not
This is not an application.
</strong>
shared, saved, or submitted.
This tool will help you find possible benefits.
</div>
</div>
</div>
Expand All @@ -56,7 +55,11 @@ exports[`NoticesList > renders a match to the previous snapshot 1`] = `
<div
class="notice-item"
>
Provide complete info to get more relevant results.
Your answers
<strong>
are not
</strong>
saved or submitted.
</div>
</div>
</div>
Expand All @@ -82,9 +85,9 @@ exports[`NoticesList > renders a match to the previous snapshot 1`] = `
>
<div>
<strong>
This form is not an application.
Answer more questions
</strong>
You will need to apply for benefits with each agency.
to get better results.
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 6340883

Please sign in to comment.