From d7ac5896547e4a987a0268dd0f32736241f1c1c6 Mon Sep 17 00:00:00 2001 From: Gabriel Pascualy Date: Sun, 14 Apr 2024 19:30:25 -0400 Subject: [PATCH] update test item id --- app/patient/page.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/patient/page.test.tsx b/app/patient/page.test.tsx index d4dfdba..52c1ed9 100644 --- a/app/patient/page.test.tsx +++ b/app/patient/page.test.tsx @@ -4,7 +4,7 @@ import { render, screen } from "@testing-library/react"; import Page from "./page"; -it("Test warning message @tests:KXITM09D4Q0FGST9BVA61D5HYS9TSP2", () => { +it("Test warning message @tests:KXITM63AKBT9S4R91SBRXMACZV225Y5", () => { render(); expect(screen.getByRole("heading")).toHaveTextContent("Patient App"); });