it("should display the default date when the input date is invalid", () => {
      input.value = "";

      EVENTS.click(button);