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
 | 
					    // JSON
 | 
				
			||||||
    await addField('JSON');
 | 
					    await addField('JSON');
 | 
				
			||||||
    // Collection
 | 
					    // Collection
 | 
				
			||||||
    await addField('Collection');
 | 
					    await addField('Collection selector');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    async function addField(fieldType: FieldInterface) {
 | 
					    async function addField(fieldType: FieldInterface) {
 | 
				
			||||||
      const value = uid();
 | 
					      const value = uid();
 | 
				
			||||||
 | 
				
			|||||||
@ -392,7 +392,7 @@ export type FieldInterface =
 | 
				
			|||||||
  | 'Formula'
 | 
					  | 'Formula'
 | 
				
			||||||
  | 'Sequence'
 | 
					  | 'Sequence'
 | 
				
			||||||
  | 'JSON'
 | 
					  | 'JSON'
 | 
				
			||||||
  | 'Collection'
 | 
					  | 'Collection selector'
 | 
				
			||||||
  | 'ID'
 | 
					  | 'ID'
 | 
				
			||||||
  | 'Table OID'
 | 
					  | 'Table OID'
 | 
				
			||||||
  | 'Created at'
 | 
					  | 'Created at'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user