delete comment

Co-authored-by: Marliana Lara <marliana.lara@gmail.com>
This commit is contained in:
Keith Grant
2021-04-29 16:23:23 -07:00
committed by Keith J. Grant
parent d7ce328046
commit 7b60733da0

View File

@@ -209,7 +209,6 @@ describe('<InventoryHostList />', () => {
test('delete button is disabled if user does not have delete capabilities on a selected host', async () => { test('delete button is disabled if user does not have delete capabilities on a selected host', async () => {
await act(async () => { await act(async () => {
// wrapper.find('DataListCheck[id="select-host-3"]').invoke('onChange')();
wrapper wrapper
.find('.pf-c-table__check') .find('.pf-c-table__check')
.at(2) .at(2)