You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ajout de await waitFor sinon le test ne passait pas.
// Utilisez waitFor pour attendre que le titre soit mis à jour
await waitFor(() => {
expect(screen.getByRole("heading")).toHaveTextContent(/a codesweetly project/i);
});