it("should not affect the validation message when a custom error message is already present", () => {
      input.setCustomValidity("There is an error");
      input.value = "abcdef";

      EVENTS.input(input);