From 4282fa278cddd745dc1ff54067b4317f50d8de0d Mon Sep 17 00:00:00 2001 From: Shenali Date: Wed, 15 Nov 2023 10:26:07 +0530 Subject: [PATCH] fix: Update test-id of the tenant dropdown --- .../features/tenants/components/dropdown/tenant-dropdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/features/tenants/components/dropdown/tenant-dropdown.tsx b/apps/console/src/features/tenants/components/dropdown/tenant-dropdown.tsx index 7676eb0d0f5..226f96de4cf 100644 --- a/apps/console/src/features/tenants/components/dropdown/tenant-dropdown.tsx +++ b/apps/console/src/features/tenants/components/dropdown/tenant-dropdown.tsx @@ -549,8 +549,8 @@ const TenantDropdown: FunctionComponent = (props: Tenan // modal is implemented. // style={{display:'none'}} data-testid={ - `tenant-dropdown-link- - ${ name.replace(" ", "-") }` + `tenant-dropdown-link-${ + name.replace(" ", "-") }` } > {