From 8fa38d1a2e61be737dcb46b3172ba7e7377e19dc Mon Sep 17 00:00:00 2001 From: Apurva Bakshi Date: Mon, 20 Jan 2020 12:30:04 -0500 Subject: [PATCH] Add data-cy attributes for Inventory and Inventory Hosts --- .../screens/Inventory/InventoryDetail/InventoryDetail.jsx | 6 +++++- .../Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx b/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx index 81a765982a..d3bc8fe5fa 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx @@ -54,7 +54,11 @@ function InventoryDetail({ inventory, i18n }) { return ( - + diff --git a/awx/ui_next/src/screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx b/awx/ui_next/src/screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx index ca6faf05f8..36aac69ed9 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx @@ -46,7 +46,11 @@ function InventoryGroupDetail({ i18n, inventoryGroup }) { return ( - +