From 7b60733da09c934d12bda3db60ec8cc86e155ea8 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Thu, 29 Apr 2021 16:23:23 -0700 Subject: [PATCH] delete comment Co-authored-by: Marliana Lara --- .../screens/Inventory/InventoryHosts/InventoryHostList.test.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui_next/src/screens/Inventory/InventoryHosts/InventoryHostList.test.jsx b/awx/ui_next/src/screens/Inventory/InventoryHosts/InventoryHostList.test.jsx index 3dc9292200..c1e6d14442 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryHosts/InventoryHostList.test.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryHosts/InventoryHostList.test.jsx @@ -209,7 +209,6 @@ describe('', () => { test('delete button is disabled if user does not have delete capabilities on a selected host', async () => { await act(async () => { - // wrapper.find('DataListCheck[id="select-host-3"]').invoke('onChange')(); wrapper .find('.pf-c-table__check') .at(2)