fix(ui):glossary e2e spec (#10824)

This commit is contained in:
Sachin Chaurasiya 2023-03-30 11:11:04 +05:30 committed by GitHub
parent 66037bec4c
commit a4669cf5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'));
};