Skip to content

Commit

Permalink
update test item id
Browse files Browse the repository at this point in the history
  • Loading branch information
pascualy committed Apr 14, 2024
1 parent e8b9fac commit d7ac589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/patient/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(<Page />);
expect(screen.getByRole("heading")).toHaveTextContent("Patient App");
});

0 comments on commit d7ac589

Please sign in to comment.