mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-30 18:17:53 +00:00 
			
		
		
		
	fix(ui): airflow cypress test (#12084)
* fix(ui): airflow cypress test * remove highlighting check for airflow service
This commit is contained in:
		
							parent
							
								
									a9a830a93a
								
							
						
					
					
						commit
						c60d8b5899
					
				| @ -13,7 +13,6 @@ | ||||
| // / <reference types="Cypress" />
 | ||||
| 
 | ||||
| import { | ||||
|   checkServiceFieldSectionHighlighting, | ||||
|   deleteCreatedService, | ||||
|   editOwnerforCreatedService, | ||||
|   goToAddNewServicePage, | ||||
| @ -34,11 +33,9 @@ const description = `This is ${tableName} description`; | ||||
| 
 | ||||
| const connectionInput = () => { | ||||
|   cy.get('#root\\/hostPort').type(Cypress.env('airflowHostPort')); | ||||
|   checkServiceFieldSectionHighlighting('hostPort'); | ||||
|   cy.get('#root\\/connection__oneof_select') | ||||
|     .scrollIntoView() | ||||
|     .select('BackendConnection'); | ||||
|   checkServiceFieldSectionHighlighting('connection'); | ||||
| }; | ||||
| 
 | ||||
| describe('Airflow Ingestion', () => { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sachin Chaurasiya
						Sachin Chaurasiya