mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
updates tests
This commit is contained in:
@@ -107,7 +107,8 @@ describe('<OrganizationDetail />', () => {
|
|||||||
/>
|
/>
|
||||||
).find('OrganizationDetail');
|
).find('OrganizationDetail');
|
||||||
|
|
||||||
const editLink = wrapper.findWhere(node => node.props().to === '/organizations/undefined/edit');
|
const editLink = wrapper
|
||||||
|
.findWhere(node => node.props().to === '/organizations/undefined/edit');
|
||||||
expect(editLink.length).toBe(0);
|
expect(editLink.length).toBe(0);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user