mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
FIX test changement espacement
This commit is contained in:
parent
8e999dc10f
commit
9205c0c6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ describe("ImageGallery", () => {
|
||||||
|
|
||||||
await waitFor(() => {
|
await waitFor(() => {
|
||||||
expect(screen.queryByAltText("Image image1.jpg")).toBeNull();
|
expect(screen.queryByAltText("Image image1.jpg")).toBeNull();
|
||||||
expect(screen.getByText("Image supprimée avec succès !")).toBeInTheDocument();
|
expect(screen.getByText("Image supprimée avec succès!")).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue