mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
test fixed
This commit is contained in:
parent
2ca21a7d6b
commit
f0b3d74c31
1 changed files with 1 additions and 1 deletions
|
|
@ -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.');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue