From bc58c3ef8fe8c5ae40e20595e626de8d0cd5719e Mon Sep 17 00:00:00 2001 From: Hana Worku Date: Mon, 13 Nov 2023 15:06:08 -0600 Subject: [PATCH] Add rate submission date to summary page --- .../SingleRateSummarySection.test.tsx | 10 ++++++++++ .../SingleRateSummarySection.tsx | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.test.tsx b/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.test.tsx index d71a7b1e54..cfc6effd76 100644 --- a/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.test.tsx +++ b/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.test.tsx @@ -58,6 +58,16 @@ describe('SingleRateSummarySection', () => { name: 'Rate amendment effective dates', }) ).toBeInTheDocument() + expect( + screen.getByRole('definition', { + name: 'Rate submission date', + }) + ).toBeInTheDocument() + expect( + screen.getByRole('definition', { + name: 'Rate submission date', + }) + ).toHaveTextContent('10/16/2023') expect( screen.getByRole('definition', { name: 'Certifying actuary' }) ).toBeInTheDocument() diff --git a/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.tsx b/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.tsx index 1ab6ddcdd0..def1d2ed6d 100644 --- a/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.tsx +++ b/services/app-web/src/components/SubmissionSummarySection/RateDetailsSummarySection/SingleRateSummarySection.tsx @@ -268,6 +268,14 @@ export const SingleRateSummarySection = ({ /> } /> +