mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 13:13:10 +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" />
|
// / <reference types="Cypress" />
|
||||||
|
|
||||||
import {
|
import {
|
||||||
checkServiceFieldSectionHighlighting,
|
|
||||||
deleteCreatedService,
|
deleteCreatedService,
|
||||||
editOwnerforCreatedService,
|
editOwnerforCreatedService,
|
||||||
goToAddNewServicePage,
|
goToAddNewServicePage,
|
||||||
@ -34,11 +33,9 @@ const description = `This is ${tableName} description`;
|
|||||||
|
|
||||||
const connectionInput = () => {
|
const connectionInput = () => {
|
||||||
cy.get('#root\\/hostPort').type(Cypress.env('airflowHostPort'));
|
cy.get('#root\\/hostPort').type(Cypress.env('airflowHostPort'));
|
||||||
checkServiceFieldSectionHighlighting('hostPort');
|
|
||||||
cy.get('#root\\/connection__oneof_select')
|
cy.get('#root\\/connection__oneof_select')
|
||||||
.scrollIntoView()
|
.scrollIntoView()
|
||||||
.select('BackendConnection');
|
.select('BackendConnection');
|
||||||
checkServiceFieldSectionHighlighting('connection');
|
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('Airflow Ingestion', () => {
|
describe('Airflow Ingestion', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user