Skip to content

Commit

Permalink
followups
Browse files Browse the repository at this point in the history
  • Loading branch information
rhasselle-oddball committed Jan 17, 2025
1 parent 5389539 commit 6453a94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export const ConfirmationPage = props => {
item2Content={
<p>
After we review your form, we’ll confirm next steps. Then
you’ll have (1) year to file your claim.
you’ll have 1 year to file your claim.
</p>
}
item1Actions={<></>}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,7 @@ describe('Confirmation page V2', () => {
benefitSelection: {
compensation: true,
pension: true,
// survivor: true,
},
// 'view:activePensionITF': responseExisting.pensionIntent,
// 'view:activeCompensationITF': responseExisting.compensationIntent
};
const placeholders = getNextStepsActionsPlaceholders(formData);
expect(placeholders.actionsNew).to.deep.equal(['compensation', 'pension']);
Expand All @@ -313,9 +310,7 @@ describe('Confirmation page V2', () => {
const formData = {
benefitSelection: {
pension: true,
// survivor: true,
},
// 'view:activePensionITF': responseExisting.pensionIntent,
'view:activeCompensationITF': responseExisting.compensationIntent,
};
const placeholders = getNextStepsActionsPlaceholders(formData);
Expand Down

0 comments on commit 6453a94

Please sign in to comment.