describe('<RemoveFromQueueButton />', () => {
  it('should render without any props', () => {
    const wrapper = shallow(<RemoveFromQueueButton />)
    const button = wrapper.dive().find('button')
    expect(button).not.toBeNull()