From fd942aebcc4b16e40986656f2d6ba2f8131289e0 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Tue, 17 Dec 2024 16:51:06 +1100 Subject: [PATCH] remove debug comment Signed-off-by: Tyler Davis --- .../src/components/EntityKindPicker/EntityKindPicker.test.tsx | 2 -- 1 file changed, 2 deletions(-) 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();