From 43e73e06fe8a1eb3ba814c6428a57ac83e17f965 Mon Sep 17 00:00:00 2001 From: Vikrant Gupta Date: Tue, 16 Jul 2024 18:35:59 +0530 Subject: [PATCH] chore: helpers required for dashboards e2e test cases (#5496) * chore: helpers required for dashboards e2e test cases * chore: helpers required for dashboards e2e test cases * chore: helpers required for dashboards e2e test cases --- .../src/container/GridCardLayout/WidgetHeader/index.tsx | 1 + .../NewDashboard/DashboardDescription/index.tsx | 9 +++++++-- .../src/container/NewWidget/RightContainer/index.tsx | 1 + frontend/src/container/NewWidget/index.tsx | 7 ++++++- frontend/src/container/NewWidget/utils.ts | 3 +++ .../QueryBuilder/filters/GroupByFilter/GroupByFilter.tsx | 1 + .../filters/ReduceToFilter/ReduceToFilter.tsx | 1 + 7 files changed, 20 insertions(+), 3 deletions(-) diff --git a/frontend/src/container/GridCardLayout/WidgetHeader/index.tsx b/frontend/src/container/GridCardLayout/WidgetHeader/index.tsx index 1954b1c458..7daa4e553d 100644 --- a/frontend/src/container/GridCardLayout/WidgetHeader/index.tsx +++ b/frontend/src/container/GridCardLayout/WidgetHeader/index.tsx @@ -234,6 +234,7 @@ function WidgetHeader({ )} - diff --git a/frontend/src/container/NewWidget/RightContainer/index.tsx b/frontend/src/container/NewWidget/RightContainer/index.tsx index 3cc27a5f16..84400737d4 100644 --- a/frontend/src/container/NewWidget/RightContainer/index.tsx +++ b/frontend/src/container/NewWidget/RightContainer/index.tsx @@ -163,6 +163,7 @@ function RightContainer({ value={selectedGraph} style={{ width: '100%' }} className="panel-type-select" + data-testid="panel-change-select" > {graphTypes.map((item) => (