mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -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} />);
|
||||
});
|
||||
await waitForElement(wrapper, 'JobEvent', (el) => el.length > 0);
|
||||
// console.log(wrapper.debug());
|
||||
await checkOutput(wrapper, generateChattyRows());
|
||||
|
||||
expect(wrapper.find('JobOutput').length).toBe(1);
|
||||
|
||||
Reference in New Issue
Block a user