mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
remove test debuggers
This commit is contained in:
parent
54e79a93d9
commit
dd522c240e
@ -26,7 +26,6 @@ describe('<Lookup />', () => {
|
||||
</I18nProvider>
|
||||
);
|
||||
expect(spy).not.toHaveBeenCalled();
|
||||
debugger;
|
||||
const searchItem = wrapper.find('.pf-c-input-group__text#search');
|
||||
searchItem.first().simulate('click');
|
||||
expect(spy).toHaveBeenCalled();
|
||||
@ -42,7 +41,6 @@ describe('<Lookup />', () => {
|
||||
/>
|
||||
</I18nProvider>
|
||||
);
|
||||
debugger;
|
||||
const searchItem = wrapper.find('.pf-c-input-group__text#search');
|
||||
searchItem.first().simulate('click');
|
||||
wrapper.find('input[type="checkbox"]').simulate('change');
|
||||
|
Loading…
Reference in New Issue
Block a user