From 3c3361b9f701587052e62b8ff082e73fbaefc24b Mon Sep 17 00:00:00 2001 From: adongare Date: Thu, 27 Jun 2024 08:43:39 -0400 Subject: [PATCH] MAT-7372 delete redundant test case --- .../createDraftDialog/CreateDraftDialog.test.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/createDraftDialog/CreateDraftDialog.test.tsx b/src/components/createDraftDialog/CreateDraftDialog.test.tsx index 4170557..dc81893 100644 --- a/src/components/createDraftDialog/CreateDraftDialog.test.tsx +++ b/src/components/createDraftDialog/CreateDraftDialog.test.tsx @@ -152,18 +152,6 @@ describe("Create Draft Dialog component", () => { }); }); - it("should have continue button disabled until form is valid", async () => { - render( - - ); - expect(screen.getByRole("button", { name: "Continue" })).not.toBeDisabled(); - }); - it("should navigate to cql library home page on cancel", async () => { const onCloseFn = jest.fn(); render(