it("does not create a link in the nav list for the header that is outside the custom content region", () => {
      const mainRegionLink = navListLinks.filter((link) =>
        link.href.includes("#header-not-in-content-region")
      );
      assert.equal(mainRegionLink.length === 0, true);