it('Renders accession', () => {
    expect(
      screen.getByText(`Accession no.: ${fragment.accession}`)
    ).toBeInTheDocument()
  })