it("should disable forward buttons when displaying the maximum month", () => {
      input.value = "06/01/2021";
      EVENTS.click(button);
      assert.strictEqual(
        getCalendarEl().hidden,