it('/providers redirects to homepage', () => {
    cy.visit('/providers');
    cy.url().should('include', '/providers/dc').then (() => {
      cy.get('a#account_menu_link').should('contain', 'DC');
    });