describe('when the selection is empty and the resource is plural', () => {
    let text = selectionText({ isPlural })

    test('has the correct text', () => {
      expect(text).toBe('Pick photos')