Skip to content

Commit

Permalink
Fixed failing test after GUI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lambeb committed Nov 1, 2024
1 parent cac2387 commit 9c64f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ describe("ReissueNewDonorCaseSummary", () => {
expect(
getByText(/Error reissuing new donor case for testuser1/i)
).toBeInTheDocument();
expect(getByText(/Internal Server Error/i)).toBeInTheDocument();
expect(getByText(/When reporting this issue to the Service Desk, please provide the questionnaire name, user, yarn testtime and date of the failure./i)).toBeInTheDocument();
});
});

0 comments on commit 9c64f3f

Please sign in to comment.