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 = ({
/>
}
/>
+