Skip to content

Commit

Permalink
MAT-7372 delete redundant test case
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Jun 27, 2024
1 parent 636c8d7 commit 3c3361b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/createDraftDialog/CreateDraftDialog.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,6 @@ describe("Create Draft Dialog component", () => {
});
});

it("should have continue button disabled until form is valid", async () => {
render(
<CreatDraftDialog
open={true}
onClose={jest.fn()}
onSubmit={jest.fn()}
cqlLibrary={cqlLibrary}
/>
);
expect(screen.getByRole("button", { name: "Continue" })).not.toBeDisabled();
});

it("should navigate to cql library home page on cancel", async () => {
const onCloseFn = jest.fn();
render(
Expand Down

0 comments on commit 3c3361b

Please sign in to comment.