Skip to content

Commit

Permalink
fix: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jun 28, 2024
1 parent bb2314a commit 0225bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe('dataset pages', () => {
})
})

describe('PREVIEW SECTION : display & functions', () => {
describe.only('PREVIEW SECTION : display & functions', () => {
beforeEach(() => {
cy.get('datahub-record-metadata')
.find('[id="preview"]')
Expand Down Expand Up @@ -357,7 +357,7 @@ describe('dataset pages', () => {
cy.screenshot({ capture: 'fullPage' })
})
it('should display the sharing options', () => {
cy.get('gn-ui-data-view-permalink').should('be.visible')
cy.get('gn-ui-data-view-share').should('be.visible')
})
})
describe('features', () => {
Expand Down

0 comments on commit 0225bdf

Please sign in to comment.