From 03f9d65b11c458a343a0e1e223b4776f1f8d6e7d Mon Sep 17 00:00:00 2001 From: Badmus Damola Khadijah Date: Mon, 10 Aug 2026 22:42:18 +0100 Subject: [PATCH] Close August adhoc registration --- src/__tests__/pages/MenteeRegistrationPage.test.tsx | 2 +- src/components/mentorship/RegistrationClosed.tsx | 2 +- src/utils/mentorshipConstants.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/__tests__/pages/MenteeRegistrationPage.test.tsx b/src/__tests__/pages/MenteeRegistrationPage.test.tsx index 250016f..d2add1e 100644 --- a/src/__tests__/pages/MenteeRegistrationPage.test.tsx +++ b/src/__tests__/pages/MenteeRegistrationPage.test.tsx @@ -183,7 +183,7 @@ describe('MenteeRegistrationPage - registration closed', () => { ); expect(screen.getByText('Application is now closed')).toBeInTheDocument(); expect( - screen.getByText(/Long-Term Mentorship programme/i), + screen.getByText(/Applications are currently closed/i), ).toBeInTheDocument(); expect(screen.queryByText('Step 1 of 3')).not.toBeInTheDocument(); }); diff --git a/src/components/mentorship/RegistrationClosed.tsx b/src/components/mentorship/RegistrationClosed.tsx index f957b24..8f5e316 100644 --- a/src/components/mentorship/RegistrationClosed.tsx +++ b/src/components/mentorship/RegistrationClosed.tsx @@ -11,7 +11,7 @@ const RegistrationClosed = () => ( Application is now closed - Applications for the Long-Term Mentorship programme are currently closed. + Applications are currently closed.