describe("and the field's value not the same at all", () => {
      test("should return true", () => {
        const [form, field] = createAndGetFormAndInput("text", "SaMe");
        const otherField = createAndGetInput(form, "text", "not-the-same-at-all");