Skip to content

Commit

Permalink
(chore): update Cypress and reduce wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jul 27, 2023
1 parent 9483291 commit 31e2864
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 94 deletions.
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 @@ -368,7 +368,7 @@ describe('dataset pages', () => {
.find('gn-ui-download-item')
.first()
.click()
cy.wait(3000)
cy.wait(4000)
cy.exec('ls cypress/downloads').then((result) => {
const fileList = result.stdout.split('\n')

Expand Down
Loading

0 comments on commit 31e2864

Please sign in to comment.