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