it("should allow keyboard navigation to move forward one year to a date that is after the maximum date but cap at maximum date", () => {
      input.value = "06/21/2020";
      EVENTS.click(button);
      assert.strictEqual(
        getCalendarEl().hidden,