From 25f5b9bd6198546dc2f6cbc13baf0cb64c4b1110 Mon Sep 17 00:00:00 2001 From: mcmcphillips Date: Tue, 10 Dec 2024 12:06:41 -0800 Subject: [PATCH] MAT-7791: fix test --- .../functionBuilder/FunctionBuilder.test.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/CqlBuilderPanel/functionsSection/functionBuilder/FunctionBuilder.test.tsx b/src/CqlBuilderPanel/functionsSection/functionBuilder/FunctionBuilder.test.tsx index 4adadfc..34e4fab 100644 --- a/src/CqlBuilderPanel/functionsSection/functionBuilder/FunctionBuilder.test.tsx +++ b/src/CqlBuilderPanel/functionsSection/functionBuilder/FunctionBuilder.test.tsx @@ -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" @@ -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"