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