it("creates a link in the nav list for the header that is inside the custom content region", () => {
      const customRegionLink = navListLinks.filter((link) =>
        link.href.includes("#header-in-content-region")
      );
      assert.equal(customRegionLink.length === 1, true);