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