From 678a08aabfb82d75fcc12a0618e0651169884847 Mon Sep 17 00:00:00 2001 From: Colt McKissick Date: Thu, 20 Nov 2025 06:10:52 -0500 Subject: [PATCH] Remove commented code in EntityOwnerPicker.test.tsx Co-authored-by: Ben Lambert Signed-off-by: Colt McKissick --- .../src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx b/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx index e49d54b485..87c5c9a002 100644 --- a/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx +++ b/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx @@ -413,7 +413,6 @@ describe('', () => { owners: undefined, }); - // fireEvent.click(screen.getByTestId('owner-picker-expand')); const input = screen.getByRole('textbox'); fireEvent.change(input, { target: { value: 'Some-Owner' } });