it('Displays Lines Cited', () => {
  expect(screen.getByLabelText('Lines Cited')).toHaveValue(
    reference.linesCited.join(',')
  )
})