it("has a clickable logo", () => {
    cy.get("header").findAllByText("Material Blog").click();

    cy.location("pathname").should("eq", "/");
  });