test: collection selector test (#3371)

* test: collection selector test

* test: collection selector test
This commit is contained in:
katherinehhh 2024-01-11 16:51:22 +08:00 committed by GitHub
parent 29a09b1ceb
commit 80b71c4a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -392,7 +392,7 @@ export type FieldInterface =
| 'Formula'
| 'Sequence'
| 'JSON'
| 'Collection'
| 'Collection selector'
| 'ID'
| 'Table OID'
| 'Created at'