it("has a Posts link", () => {
    cy.get("header").findAllByText("Posts").click();

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