test('Should only bottomRight is resizable and call onResizeStart when mousedown', async ({ mount }) => {
  const onResizeStart = spy();
  const resizable = await mount(
    <Resizable
      onResizeStart={onResizeStart}