diff --git a/_tests_/pages/index.test.jsx b/_tests_/pages/index.test.jsx index 422ae86..10e20b0 100644 --- a/_tests_/pages/index.test.jsx +++ b/_tests_/pages/index.test.jsx @@ -20,7 +20,7 @@ describe("Glosseta Landing Page", () => { expect(glossetaContainer).toBeInTheDocument(); - expect(logo).toHaveAttribute("src", "/glosseta.png"); + expect(logo).toHaveAttribute("src", "/glosseta_social_banner.png"); expect(logo).toHaveAttribute("alt", "Glosseta logo"); expect(glossetaDescription).toBeInTheDocument();