mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
fixed failing test
This commit is contained in:
parent
b2497a84ad
commit
efd9e22adc
@ -92,11 +92,11 @@ describe('<InventoryDetail />', () => {
|
||||
expectDetailToMatch(wrapper, 'Type', 'Inventory');
|
||||
const org = wrapper.find('Detail[label="Organization"]');
|
||||
expect(org.prop('value')).toMatchInlineSnapshot(`
|
||||
<ForwardRef
|
||||
<Link
|
||||
to="/organizations/1/details"
|
||||
>
|
||||
The Organization
|
||||
</ForwardRef>
|
||||
</Link>
|
||||
`);
|
||||
const vars = wrapper.find('VariablesDetail');
|
||||
expect(vars).toHaveLength(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user