mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	test: fix RelationDataInputManagerTest
This commit is contained in:
		
							parent
							
								
									6a2ff9e84b
								
							
						
					
					
						commit
						2bc8dd3be0
					
				@ -147,7 +147,7 @@ describe('RelationInputDataManager', () => {
 | 
			
		||||
  test('Does pass through props from the CM', async () => {
 | 
			
		||||
    const { findByText } = setup();
 | 
			
		||||
 | 
			
		||||
    expect(await findByText('Label')).toBeInTheDocument();
 | 
			
		||||
    expect(await findByText(/Label/)).toBeInTheDocument();
 | 
			
		||||
    expect(await findByText('Description')).toBeInTheDocument();
 | 
			
		||||
    expect(await findByText('Action')).toBeInTheDocument();
 | 
			
		||||
    expect(await findByText('Placeholder')).toBeInTheDocument();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user