it("should allow keyboard navigation to move back one week to a date that is the minimum date", () => {
      input.value = "05/29/2020";
      EVENTS.click(button);
      assert.strictEqual(
        getCalendarEl().hidden,