it('visiting prefix 10.80225', () => {
    cy.visit('/prefixes/10.80225');
    cy.location().should((loc) => {
      expect(loc.pathname).to.eq('/prefixes/10.80225');
    });