Skip to content

Commit

Permalink
feat: add new dump to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed May 3, 2024
1 parent 310b95d commit 69ec149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ describe('api form', () => {
cy.get('@secondInput').type('87')

// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(4000)
cy.wait(3000)
cy.get('@apiForm').find('gn-ui-dropdown-selector').as('dropdown')
cy.get('@dropdown').eq(0).selectDropdownOption('geojson')

Expand Down
Binary file modified support-services/docker-entrypoint-initdb.d/dump
Binary file not shown.

0 comments on commit 69ec149

Please sign in to comment.