cy.location().should((loc) => {
      expect(loc.pathname).to.eq("/posts");
    });