it('Previous links to the previous fragment', () => {
  expect(
    screen.getByLabelText(`Previous ${folio.humanizedName}'s Folio`)
  ).toHaveAttribute('href', expectedLink(pagerData.previous))
})