describe('when not given a caption', () => {
    test('handles null', () => {
      let component = mount(<SelectionFigure item={{ caption: null }} />)

      expect(component.find('.ars-selection-caption').exists()).toBe(false)