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