it('/contacts - no redirect', () => {
    cy.visit('/contacts');
    cy.url().should('include', '/contacts').then (() => {
      cy.get('h2.work').contains('DataCite');
      cy.get('a#account_menu_link').should('contain', 'ADMIN');