diff --git a/services/ui-src/src/components/layout/Footer.test.tsx b/services/ui-src/src/components/layout/Footer.test.tsx index 393ed416..4941da80 100644 --- a/services/ui-src/src/components/layout/Footer.test.tsx +++ b/services/ui-src/src/components/layout/Footer.test.tsx @@ -22,7 +22,7 @@ describe("Test Footer", () => { }); test("Logo is visible", () => { - expect(screen.getByAltText("MFP logo")).toBeVisible(); + expect(screen.getByAltText("HCBS logo")).toBeVisible(); }); test("Help link is visible", () => {