test fixed

This commit is contained in:
Philippe 2025-03-11 22:23:16 -04:00
parent 2ca21a7d6b
commit f0b3d74c31

View file

@ -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.');
});
});