mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
updates tests
This commit is contained in:
parent
d3cc1a8771
commit
92d8948a83
@ -107,7 +107,8 @@ describe('<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);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user