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