describe("when the otherField's value does not equal the provided comparator value", () => {
    describe("and the field's value is empty", () => {
      test("should return false", () => {
        const [form, field] = createAndGetFormAndInput("text", "");
        const otherField = createAndGetInput(form, "text", "test");