mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
fix(ui):glossary e2e spec (#10824)
This commit is contained in:
parent
66037bec4c
commit
a4669cf5e6
@ -62,7 +62,7 @@ describe('BigQuery Ingestion', () => {
|
|||||||
cy.get('[data-testid="add-item-Taxonomy Project IDs"]')
|
cy.get('[data-testid="add-item-Taxonomy Project IDs"]')
|
||||||
.scrollIntoView()
|
.scrollIntoView()
|
||||||
.click();
|
.click();
|
||||||
cy.get('#root_taxonomyProjectID_0')
|
cy.get('#root\\/taxonomyProjectID_0')
|
||||||
.scrollIntoView()
|
.scrollIntoView()
|
||||||
.type(Cypress.env('bigqueryProjectIdTaxonomy'));
|
.type(Cypress.env('bigqueryProjectIdTaxonomy'));
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user