Merge pull request #11201 from nixocio/ui_remove_console

Remove console.log
This commit is contained in:
Kersom
2021-10-05 14:28:42 -04:00
committed by GitHub

View File

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