mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	playwright: fixed failing aut of 1.5.4 (#17798)
* playwright: fixed failing aut of 1.5.4 * fixed failing AUT test * minor fix
This commit is contained in:
		
							parent
							
								
									d2812be370
								
							
						
					
					
						commit
						e7b6b07374
					
				| @ -224,9 +224,6 @@ entities.forEach((EntityClass) => { | |||||||
|           await page.waitForSelector('[role="dialog"].ant-modal'); |           await page.waitForSelector('[role="dialog"].ant-modal'); | ||||||
| 
 | 
 | ||||||
|           await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible(); |           await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible(); | ||||||
|           await expect(page.locator('.ant-modal-title')).toContainText( |  | ||||||
|             entity.entity.name |  | ||||||
|           ); |  | ||||||
| 
 | 
 | ||||||
|           await page.fill('[data-testid="confirmation-text-input"]', 'DELETE'); |           await page.fill('[data-testid="confirmation-text-input"]', 'DELETE'); | ||||||
|           const deleteResponse = page.waitForResponse( |           const deleteResponse = page.waitForResponse( | ||||||
|  | |||||||
| @ -189,9 +189,6 @@ entities.forEach((EntityClass) => { | |||||||
|           await page.waitForSelector('[role="dialog"].ant-modal'); |           await page.waitForSelector('[role="dialog"].ant-modal'); | ||||||
| 
 | 
 | ||||||
|           await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible(); |           await expect(page.locator('[role="dialog"].ant-modal')).toBeVisible(); | ||||||
|           await expect(page.locator('.ant-modal-title')).toContainText( |  | ||||||
|             entity.entity.name |  | ||||||
|           ); |  | ||||||
| 
 | 
 | ||||||
|           await page.fill('[data-testid="confirmation-text-input"]', 'DELETE'); |           await page.fill('[data-testid="confirmation-text-input"]', 'DELETE'); | ||||||
|           const deleteResponse = page.waitForResponse( |           const deleteResponse = page.waitForResponse( | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shailesh Parmar
						Shailesh Parmar