Skip to content

Commit

Permalink
feat: e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jun 28, 2024
1 parent 173163d commit bb2314a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'cypress-real-events'
import { tile } from 'ol/loadingstrategy'
import path from 'path'

beforeEach(() => {
Expand Down Expand Up @@ -355,6 +356,9 @@ describe('dataset pages', () => {
})
cy.screenshot({ capture: 'fullPage' })
})
it('should display the sharing options', () => {
cy.get('gn-ui-data-view-permalink').should('be.visible')
})
})
describe('features', () => {
it('MAP : should open a popup on layer click', () => {
Expand Down

0 comments on commit bb2314a

Please sign in to comment.