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

      EVENTS.click(button);