mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Remove console.log
Remove console.log
This commit is contained in:
parent
a036363e85
commit
1596c855ff
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user