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' } });