delete commented code

This commit is contained in:
Keith Grant 2019-10-15 12:56:39 -07:00
parent b318f24490
commit cac5417916

View File

@ -82,7 +82,6 @@ describe('<JobTemplateForm />', () => {
/>
);
});
// await waitForElement(wrapper, 'Form', el => el.length === 0);
expect(LabelsAPI.read).toHaveBeenCalled();
expect(JobTemplatesAPI.readInstanceGroups).toHaveBeenCalled();
wrapper.update();