mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
remove test debuggers
This commit is contained in:
@@ -26,7 +26,6 @@ describe('<Lookup />', () => {
|
|||||||
</I18nProvider>
|
</I18nProvider>
|
||||||
);
|
);
|
||||||
expect(spy).not.toHaveBeenCalled();
|
expect(spy).not.toHaveBeenCalled();
|
||||||
debugger;
|
|
||||||
const searchItem = wrapper.find('.pf-c-input-group__text#search');
|
const searchItem = wrapper.find('.pf-c-input-group__text#search');
|
||||||
searchItem.first().simulate('click');
|
searchItem.first().simulate('click');
|
||||||
expect(spy).toHaveBeenCalled();
|
expect(spy).toHaveBeenCalled();
|
||||||
@@ -42,7 +41,6 @@ describe('<Lookup />', () => {
|
|||||||
/>
|
/>
|
||||||
</I18nProvider>
|
</I18nProvider>
|
||||||
);
|
);
|
||||||
debugger;
|
|
||||||
const searchItem = wrapper.find('.pf-c-input-group__text#search');
|
const searchItem = wrapper.find('.pf-c-input-group__text#search');
|
||||||
searchItem.first().simulate('click');
|
searchItem.first().simulate('click');
|
||||||
wrapper.find('input[type="checkbox"]').simulate('change');
|
wrapper.find('input[type="checkbox"]').simulate('change');
|
||||||
|
|||||||
Reference in New Issue
Block a user