diff --git a/src/components/UserPortal/EventCard/EventCard.test.tsx b/src/components/UserPortal/EventCard/EventCard.test.tsx index d2754f80a9..8e5079767e 100644 --- a/src/components/UserPortal/EventCard/EventCard.test.tsx +++ b/src/components/UserPortal/EventCard/EventCard.test.tsx @@ -82,12 +82,12 @@ describe('Testing Event Card In User portal', () => { await waitFor(() => expect(queryByText('Location')).toBeInTheDocument()); await waitFor(() => expect(queryByText('Virtual')).toBeInTheDocument()); await waitFor(() => expect(queryByText('Starts')).toBeInTheDocument()); - await waitFor(() => expect(queryByText('11:19:12 PM')).toBeInTheDocument()); + await waitFor(() => expect(queryByText('5:49:12 PM')).toBeInTheDocument()); await waitFor(() => expect(queryByText(`13 April '23`)).toBeInTheDocument() ); await waitFor(() => expect(queryByText('Ends')).toBeInTheDocument()); - await waitFor(() => expect(queryByText('1:19:12 AM')).toBeInTheDocument()); + await waitFor(() => expect(queryByText('7:49:12 PM')).toBeInTheDocument()); await waitFor(() => expect(queryByText(`15 April '23`)).toBeInTheDocument() );