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