mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
Merge pull request #11201 from nixocio/ui_remove_console
Remove console.log
This commit is contained in:
@@ -112,7 +112,6 @@ describe('<JobOutput />', () => {
|
|||||||
wrapper = mountWithContexts(<JobOutput job={mockJob} />);
|
wrapper = mountWithContexts(<JobOutput job={mockJob} />);
|
||||||
});
|
});
|
||||||
await waitForElement(wrapper, 'JobEvent', (el) => el.length > 0);
|
await waitForElement(wrapper, 'JobEvent', (el) => el.length > 0);
|
||||||
// console.log(wrapper.debug());
|
|
||||||
await checkOutput(wrapper, generateChattyRows());
|
await checkOutput(wrapper, generateChattyRows());
|
||||||
|
|
||||||
expect(wrapper.find('JobOutput').length).toBe(1);
|
expect(wrapper.find('JobOutput').length).toBe(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user