diff --git a/client/src/__tests__/components/ShareQuizModal/ShareQuizModal.test.tsx b/client/src/__tests__/components/ShareQuizModal/ShareQuizModal.test.tsx index 7f7812c..2a878a5 100644 --- a/client/src/__tests__/components/ShareQuizModal/ShareQuizModal.test.tsx +++ b/client/src/__tests__/components/ShareQuizModal/ShareQuizModal.test.tsx @@ -67,7 +67,7 @@ describe('ShareQuizModal', () => { // Check if the alert is shown await waitFor(() => { - expect(window.alert).toHaveBeenCalledWith('URL copied to clipboard!'); + expect(window.alert).toHaveBeenCalledWith('URL a été copiée avec succès.'); }); });