From 8b04954a0e8a2e3c454aad378302a2c2b46dbf3c Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 28 Nov 2024 14:00:52 -0300 Subject: [PATCH] Refactor: Update TableOptions component to add data-testid attributes for buttons (#4925) * Refactor: Update TableOptions component to add data-testid attributes for buttons * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .../components/TableOptions/index.tsx | 17 ++++-- .../core/unit/tableInputComponent.spec.ts | 53 ++++++++++++++----- 2 files changed, 53 insertions(+), 17 deletions(-) diff --git a/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/components/TableOptions/index.tsx b/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/components/TableOptions/index.tsx index 9a446227b..86c602910 100644 --- a/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/components/TableOptions/index.tsx +++ b/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/components/TableOptions/index.tsx @@ -24,7 +24,7 @@ export default function TableOptions({ {addRow && (
-