mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00
fix failing cypress (#9998)
This commit is contained in:
parent
bd0e307912
commit
0ceaf67e32
@ -135,10 +135,10 @@ describe('MyData page should work', () => {
|
||||
it('My data and following section, CTA should work properly', () => {
|
||||
cy.get('[data-testid="my-data-container"]')
|
||||
.find('[data-testid*="My data"]')
|
||||
.should('have.length', FOLLOWING_MYDATA_COUNT + 1);
|
||||
.should('have.length.at.least', FOLLOWING_MYDATA_COUNT);
|
||||
cy.get('[data-testid="following-data-container"]')
|
||||
.find('[data-testid*="Following data"]')
|
||||
.should('have.length', FOLLOWING_MYDATA_COUNT);
|
||||
.should('have.length.at.least', FOLLOWING_MYDATA_COUNT);
|
||||
interceptURL(
|
||||
'GET',
|
||||
'/api/v1/search/query?q=*owner.id:*&from=0&size=10&index=*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user