mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
committed by
Keith J. Grant
parent
d7ce328046
commit
7b60733da0
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user