Skip to content

Commit

Permalink
fixed e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronitjadhav committed Jan 31, 2024
1 parent 3dda011 commit 734b00b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,9 @@ describe('dataset pages', () => {
.find('[id="about"]')
.find('gn-ui-metadata-info')
.find('gn-ui-content-ghost')
.find('gn-ui-max-lines')
.children('div')
.children('div')
.children('div')
.children('gn-ui-badge')
.find('.mb-3')
.next()
.find('gn-ui-badge')
.should('have.length.gt', 0)
})
it('should display the lineage and usage tabs', () => {
Expand Down

0 comments on commit 734b00b

Please sign in to comment.