mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix broken test
This commit is contained in:
parent
efcac6d55a
commit
26ab6dd264
@ -17,7 +17,7 @@ describe('<About />', () => {
|
||||
const modal = wrapper.find('AboutModal');
|
||||
expect(modal).toHaveLength(1);
|
||||
expect(modal.prop('onClose')).toEqual(onClose);
|
||||
expect(modal.prop('productName')).toEqual('AWX');
|
||||
expect(modal.prop('productName')).toEqual({ current: 'AWX' });
|
||||
expect(modal.prop('isOpen')).toEqual(true);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user