it('set focus to true in the inner component', () => {
      const decorated = shallow(
        DecoratedComponent,
        { onBlur: () => {}, onFocus: () => {} }
      )