mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
delete commented line
This commit is contained in:
committed by
Shane McDonald
parent
55b5060944
commit
9316ace3f6
@@ -109,7 +109,6 @@ describe('<JobTemplateAdd />', () => {
|
|||||||
let wrapper;
|
let wrapper;
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
wrapper = mountWithContexts(<JobTemplateAdd />);
|
wrapper = mountWithContexts(<JobTemplateAdd />);
|
||||||
// await waitForElement(wrapper, 'EmptyStateBody', el => el.length === 0);
|
|
||||||
});
|
});
|
||||||
wrapper.update();
|
wrapper.update();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user