diff --git a/packages/core/client/src/schema-component/antd/upload/__tests__/upload.test.tsx b/packages/core/client/src/schema-component/antd/upload/__tests__/upload.test.tsx index d055999888779..7f8c3fca9f03a 100644 --- a/packages/core/client/src/schema-component/antd/upload/__tests__/upload.test.tsx +++ b/packages/core/client/src/schema-component/antd/upload/__tests__/upload.test.tsx @@ -24,8 +24,7 @@ describe('Upload', () => { render(); }); - // TODO: skip due to not pass but works in browser - it.skip('upload single', async () => { + it('upload single', async () => { await renderAppOptions({ designable: true, enableUserListDataBlock: true, @@ -124,8 +123,7 @@ describe('Upload', () => { }); }); - // TODO: skip due to not pass but works in browser - it.skip('upload multi', async () => { + it('upload multi', async () => { await renderAppOptions({ designable: true, enableUserListDataBlock: true, diff --git a/packages/plugins/@nocobase/plugin-file-manager/src/client/templates/file.ts b/packages/plugins/@nocobase/plugin-file-manager/src/client/templates/file.ts index c98e2fb68f09b..b618528875059 100644 --- a/packages/plugins/@nocobase/plugin-file-manager/src/client/templates/file.ts +++ b/packages/plugins/@nocobase/plugin-file-manager/src/client/templates/file.ts @@ -104,7 +104,6 @@ export class FileCollectionTemplate extends CollectionTemplate { type: 'text', name: 'url', deletable: false, - length: 1024, uiSchema: { type: 'string', title: `{{t("URL")}}`,