mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +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"]')
|
||||
.scrollIntoView()
|
||||
.click();
|
||||
cy.get('#root_taxonomyProjectID_0')
|
||||
cy.get('#root\\/taxonomyProjectID_0')
|
||||
.scrollIntoView()
|
||||
.type(Cypress.env('bigqueryProjectIdTaxonomy'));
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user