it('Displays all notes', () => {
  value.notes.forEach((note) =>
    expect(screen.getByDisplayValue(note)).toBeVisible()
  )
})