Skip to content

Commit

Permalink
MAT-7791: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Dec 10, 2024
1 parent 4d4f0a6 commit 25f5b9b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@ describe("CQL Function Builder Tests", () => {
)) as HTMLInputElement;
expect(definitionName.value).toBe("IP");
// args
const argumentSectionButton = await within(argumentsSection).findByRole(
"button"
);
fireEvent.click(argumentSectionButton);

const argumentNameInput = (await screen.findByTestId(
"argument-name-input"
Expand Down Expand Up @@ -644,10 +640,6 @@ describe("CQL Function Builder Tests", () => {
)) as HTMLInputElement;
expect(definitionName.value).toBe("IP");
// args
const argumentSectionButton = await within(argumentsSection).findByRole(
"button"
);
fireEvent.click(argumentSectionButton);

const argumentNameInput = (await screen.findByTestId(
"argument-name-input"
Expand Down

0 comments on commit 25f5b9b

Please sign in to comment.