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
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

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();