From 0fcf0d1538f844c077532e7b210d33edc18e50db Mon Sep 17 00:00:00 2001 From: Andrei Fangli Date: Mon, 4 Dec 2023 23:43:26 +0200 Subject: [PATCH] Fixed failing tests --- webApp/app/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webApp/app/App.test.tsx b/webApp/app/App.test.tsx index 275c94f..caa6a0b 100644 --- a/webApp/app/App.test.tsx +++ b/webApp/app/App.test.tsx @@ -8,5 +8,5 @@ test("definition test", () => { test("component test", () => { render(); - expect(screen.getByText("BillPath")).toHaveTextContent("BillPath"); + expect(screen.getByText("Expenses")).toHaveTextContent("Expenses"); }); \ No newline at end of file