mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:36:44 +00:00
test: collection selector test (#3371)
* test: collection selector test * test: collection selector test
This commit is contained in:
parent
29a09b1ceb
commit
80b71c4a7b
@ -227,7 +227,7 @@ test.describe('configure fields', () => {
|
||||
// JSON
|
||||
await addField('JSON');
|
||||
// Collection
|
||||
await addField('Collection');
|
||||
await addField('Collection selector');
|
||||
|
||||
async function addField(fieldType: FieldInterface) {
|
||||
const value = uid();
|
||||
|
@ -392,7 +392,7 @@ export type FieldInterface =
|
||||
| 'Formula'
|
||||
| 'Sequence'
|
||||
| 'JSON'
|
||||
| 'Collection'
|
||||
| 'Collection selector'
|
||||
| 'ID'
|
||||
| 'Table OID'
|
||||
| 'Created at'
|
||||
|
Loading…
Reference in New Issue
Block a user