diff --git a/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/Airflow.spec.js b/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/Airflow.spec.js index bde25b57269..ca149398a3f 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/Airflow.spec.js +++ b/openmetadata-ui/src/main/resources/ui/cypress/e2e/AddNewService/Airflow.spec.js @@ -13,7 +13,6 @@ // / 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', () => {