Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
MAT-7667 Fixed unit test cases in EditTestCase.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla committed Nov 6, 2024
1 parent bccf5da commit 45feb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editTestCase/qiCore/EditTestCase.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ describe("EditTestCase other test cases", () => {

const alert = await screen.findByTestId("error-toast");
expect(alert).toHaveTextContent(
"An error occurred - create did not return the expected successful result."
"An error occurred while updating the test case."
);

const closeAlertBtn = screen.findByTestId("close-toast-button");
Expand Down

0 comments on commit 45feb6e

Please sign in to comment.