it.only('can see info when using capitalized identifier URL subdirectory', () => {
    cy.visit('/providers/DC');
    cy.url().should('include', '/providers/DC').then(() => {
      
      cy.wait(waitTime3)