delete commented line

This commit is contained in:
Keith J. Grant
2021-06-18 14:16:07 -07:00
committed by Shane McDonald
parent 55b5060944
commit 9316ace3f6

View File

@@ -109,7 +109,6 @@ describe('<JobTemplateAdd />', () => {
let wrapper;
await act(async () => {
wrapper = mountWithContexts(<JobTemplateAdd />);
// await waitForElement(wrapper, 'EmptyStateBody', el => el.length === 0);
});
wrapper.update();