Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaitasaini committed Dec 9, 2024
1 parent 1cf650a commit cc745b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ describe("Test AddEditProgramModal", () => {
});

test("AddEditReportModal shows the contents", () => {
expect(screen.getByLabelText("QMS report name")).toBeVisible();
expect(screen.getByText("Start new")).toBeVisible();
expect(screen.getByText("QMS report name")).toBeInTheDocument();
expect(screen.getByText("Start new")).toBeInTheDocument();
});

test("AddEditReportModal top close button can be clicked", async () => {
Expand Down

0 comments on commit cc745b5

Please sign in to comment.