Remove commented code in EntityOwnerPicker.test.tsx

Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Colt McKissick <colt.mckissick@gmail.com>
This commit is contained in:
Colt McKissick
2025-11-20 06:10:52 -05:00
committed by GitHub
parent 7ef8c8a7d4
commit 678a08aabf
@@ -413,7 +413,6 @@ describe('<EntityOwnerPicker mode="all" />', () => {
owners: undefined,
});
// fireEvent.click(screen.getByTestId('owner-picker-expand'));
const input = screen.getByRole('textbox');
fireEvent.change(input, { target: { value: 'Some-Owner' } });