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

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