From c5f8d8bbef7d3a23b5fa323f66ad9936c70d91fc Mon Sep 17 00:00:00 2001 From: Narbeh Shahnazarian Date: Mon, 13 Nov 2023 16:26:29 -0800 Subject: [PATCH] fixes failing unit test --- _tests_/pages/index.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();