mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-29 17:49:14 +00:00 
			
		
		
		
	playwright: fixed AUT test for 1.5.4 (#17833)
* playwright: fixed AUT test for 1.5.4 * fix team drag drop flaky --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io>
This commit is contained in:
		
							parent
							
								
									a9c4c76671
								
							
						
					
					
						commit
						7efdd9b066
					
				| @ -107,7 +107,7 @@ test.describe('Teams drag and drop should work properly', () => { | |||||||
|       await addTeamHierarchy(page, teamDetails); |       await addTeamHierarchy(page, teamDetails); | ||||||
|       await getOrganizationResponse; |       await getOrganizationResponse; | ||||||
| 
 | 
 | ||||||
|       expect( |       await expect( | ||||||
|         page.locator(`[data-row-key="${teamDetails.name}"]`) |         page.locator(`[data-row-key="${teamDetails.name}"]`) | ||||||
|       ).toContainText(teamDetails.description); |       ).toContainText(teamDetails.description); | ||||||
|     } |     } | ||||||
|  | |||||||
| @ -557,7 +557,7 @@ test('Update profiler setting modal', async ({ page }) => { | |||||||
| }); | }); | ||||||
| 
 | 
 | ||||||
| test('TestCase filters', async ({ page }) => { | test('TestCase filters', async ({ page }) => { | ||||||
|   test.slow(); |   test.setTimeout(360000); | ||||||
| 
 | 
 | ||||||
|   const { apiContext, afterAction } = await getApiContext(page); |   const { apiContext, afterAction } = await getApiContext(page); | ||||||
|   const filterTable1 = new TableClass(); |   const filterTable1 = new TableClass(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shailesh Parmar
						Shailesh Parmar