beforeEach(() => {
      cy.visit(url);
      cy.waitForRouteChange();

      cy.get("footer").as("footer");