mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 07:58:31 +00:00
Cypress: update cypress test to support new placeholder message (#5124)
This commit is contained in:
parent
8ce574342d
commit
d9814664f8
@ -268,7 +268,7 @@ describe('TeamsAndUsers page', () => {
|
||||
expect(+text).equal(0);
|
||||
});
|
||||
|
||||
cy.contains('Your team does not have any dataset').should('be.visible');
|
||||
cy.contains('Your team does not have any').should('be.visible');
|
||||
cy.get('a > .button-comp').should('be.visible').contains('Explore');
|
||||
searchEntity(SEARCH_ENTITY_TABLE.table_1.term);
|
||||
cy.intercept(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user