diff --git a/src/spec/Form.spec.ts b/src/spec/Form.spec.ts index f724edf..2d66d3e 100644 --- a/src/spec/Form.spec.ts +++ b/src/spec/Form.spec.ts @@ -5852,7 +5852,7 @@ describe("A Form", () => { const field_char = form.findById("field_char"); expect(field_char!.domain!).toBe("[('value', '=', 'form')]"); }); - it.only("a field with no supported type should fallback to field generic widget", () => { + it("a field with no supported type should fallback to field generic widget", () => { const fields = { field_char: { digits: [16, 2],