describe("without casing differences", () => {
        test("should return true", () => {
          const [form, field] = createAndGetFormAndInput("text", "test");
          const otherField = createAndGetInput(form, "text", "test");