diff --git a/plugins/catalog-react/src/components/EntityKindPicker/EntityKindPicker.test.tsx b/plugins/catalog-react/src/components/EntityKindPicker/EntityKindPicker.test.tsx index 5d74477d10..6df4f3fe61 100644 --- a/plugins/catalog-react/src/components/EntityKindPicker/EntityKindPicker.test.tsx +++ b/plugins/catalog-react/src/components/EntityKindPicker/EntityKindPicker.test.tsx @@ -175,8 +175,6 @@ describe('', () => { const input = screen.getByTestId('select'); fireEvent.mouseDown(within(input).getByRole('button')); - // screen.debug(); - expect( screen.getByRole('option', { name: 'Component' }), ).toBeInTheDocument();