From 6453a94f5f2969616de3ca66acf2aa28e739c769 Mon Sep 17 00:00:00 2001 From: Robert Hasselle Date: Wed, 15 Jan 2025 10:28:13 -0600 Subject: [PATCH] followups --- .../simple-forms/21-0966/containers/ConfirmationPage.jsx | 2 +- .../21-0966/tests/containers/ConfirmationPage.unit.spec.jsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx b/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx index 3c7dfa1dfd28..e66aa31d40e2 100644 --- a/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx +++ b/src/applications/simple-forms/21-0966/containers/ConfirmationPage.jsx @@ -367,7 +367,7 @@ export const ConfirmationPage = props => { item2Content={

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.

} item1Actions={<>} diff --git a/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx b/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx index 34508fd843a9..551045cd7731 100644 --- a/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx +++ b/src/applications/simple-forms/21-0966/tests/containers/ConfirmationPage.unit.spec.jsx @@ -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']); @@ -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);