describe("and the field's value is exactly the same as the provided value", () => {
      test("should return false", () => {
        const [form, field] = createAndGetFormAndInput("text", "SaMe");
        const otherField = createAndGetInput(form, "text", "SaMe");