remove debug comment

Signed-off-by: Tyler Davis <tylerd@canva.com>
This commit is contained in:
Tyler Davis
2024-12-17 16:51:06 +11:00
parent 76dbbf8666
commit fd942aebcc
@@ -175,8 +175,6 @@ describe('<EntityKindPicker/>', () => {
const input = screen.getByTestId('select');
fireEvent.mouseDown(within(input).getByRole('button'));
// screen.debug();
expect(
screen.getByRole('option', { name: 'Component' }),
).toBeInTheDocument();