diff --git a/RetrospectiveExtension.Frontend/components/__tests__/feedbackItem.test.tsx b/RetrospectiveExtension.Frontend/components/__tests__/feedbackItem.test.tsx index f8cc97cf..dc8df906 100644 --- a/RetrospectiveExtension.Frontend/components/__tests__/feedbackItem.test.tsx +++ b/RetrospectiveExtension.Frontend/components/__tests__/feedbackItem.test.tsx @@ -60,7 +60,7 @@ describe('Feedback Item', () => { // Expect basic values of the Feedback Item to be propagated in multiple areas of the rendered component. expect(component.findWhere((child) => child.prop("className") === "anonymous-created-date").text()). - toEqual(moment(testFeedbackItem.createdDate).format('MMMM D, YYYY, h:mm A')); + toEqual(moment(testFeedbackItem.createdDate).format('MMMM D, YYYY [at] h:mm A')); expect(component.findWhere((child) => child.prop("className") === "card-id").text()).