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