mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
fixed issue- 5185 MyData spec is failing for click on explore page (#5186)
This commit is contained in:
parent
256e192d7a
commit
c4a0ced7ec
@ -30,6 +30,7 @@ describe('Entity Details Page', () => {
|
||||
.click();
|
||||
|
||||
// click on the 1st result and go to manage tab in entity details page
|
||||
cy.wait(500);
|
||||
cy.get('[data-testid="table-link"]').first().should('be.visible').click();
|
||||
cy.get('[data-testid="Manage"]').should('be.visible').click();
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ describe('MyData page should work', () => {
|
||||
.first()
|
||||
.should('be.visible')
|
||||
.scrollIntoView();
|
||||
|
||||
cy.wait(500);
|
||||
cy.get('[data-testid="table-link"]').first().should('be.visible').click();
|
||||
|
||||
cy.get('[data-testid="inactive-link"]')
|
||||
@ -89,9 +89,8 @@ describe('MyData page should work', () => {
|
||||
|
||||
cy.wait('@searchApi');
|
||||
// click on the 1st result and go to entity details page and follow the entity
|
||||
cy.get('[data-testid="table-link"]').first().contains(termObj.term).as('resultLink');
|
||||
cy.wait(500); // Wait for result to load after api success
|
||||
cy.get('@resultLink').click();
|
||||
cy.wait(500);
|
||||
cy.get('[data-testid="table-link"]').first().contains(termObj.term).click();
|
||||
cy.get('[data-testid="follow-button"]').should('be.visible').click();
|
||||
|
||||
// go to manage tab and search for logged in user and set the owner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user