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