diff --git a/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx b/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx index dc70c15f67..fc17602df1 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.jsx @@ -70,7 +70,6 @@ function InventoryDetail({ inventory, i18n }) { value={inventory.name} dataCy="inventory-detail-name" /> - ', () => { }); wrapper.update(); expectDetailToMatch(wrapper, 'Name', mockInventory.name); - expectDetailToMatch(wrapper, 'Activity', 'Coming soon'); expectDetailToMatch(wrapper, 'Description', mockInventory.description); expectDetailToMatch(wrapper, 'Type', 'Inventory'); const org = wrapper.find('Detail[label="Organization"]');