it("renders inline HTML", () => {
    cy.get("@article")
      .find("dl  > dt")
      .contains(/^Definition list$/);