it("renders links", () => {
    cy.get("@article")
      .find('a[href="https://www.google.com"]')
      .contains(/^I'm an inline-style link$/);