Skip to content

Commit

Permalink
Fix a verbiage-sensitive unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma committed Oct 18, 2023
1 parent 05aafc4 commit 5a95bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe("Test AddEditReportModal functionality for MCPAR", () => {
const result = await render(modalComponent);
const form = result.getByTestId("add-edit-report-form");
const header = screen.getByRole("heading", { level: 1 });
expect(header.textContent).toEqual("Add / Copy a Program");
expect(header.textContent).toEqual("Add / Copy a MCPAR");
const copyFieldDataSourceId = form.querySelector(
"[name='copyFieldDataSourceId']"
)!;
Expand Down

0 comments on commit 5a95bcf

Please sign in to comment.