From febd9727c8f53bc2b81cd3b390359b106cb52727 Mon Sep 17 00:00:00 2001 From: arifanadeem Date: Tue, 11 Nov 2025 15:52:44 +0500 Subject: [PATCH] failing a tst case --- app/counter.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/counter.test.tsx b/app/counter.test.tsx index 8488296a..2d3b111c 100644 --- a/app/counter.test.tsx +++ b/app/counter.test.tsx @@ -8,5 +8,5 @@ it("App Router: Works with Client Components (React State)", () => { render(); expect(screen.getByRole("heading")).toHaveTextContent("0"); fireEvent.click(screen.getByRole("button")); - expect(screen.getByRole("heading")).toHaveTextContent("1"); + expect(screen.getByRole("heading")).toHaveTextContent("11"); });