mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
delete commented code
This commit is contained in:
@@ -82,7 +82,6 @@ describe('<JobTemplateForm />', () => {
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
// await waitForElement(wrapper, 'Form', el => el.length === 0);
|
|
||||||
expect(LabelsAPI.read).toHaveBeenCalled();
|
expect(LabelsAPI.read).toHaveBeenCalled();
|
||||||
expect(JobTemplatesAPI.readInstanceGroups).toHaveBeenCalled();
|
expect(JobTemplatesAPI.readInstanceGroups).toHaveBeenCalled();
|
||||||
wrapper.update();
|
wrapper.update();
|
||||||
|
|||||||
Reference in New Issue
Block a user