Skip to content

Commit

Permalink
WIP: Undo changes to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Dec 6, 2023
1 parent ef67857 commit 81444e4
Showing 1 changed file 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 @@ -377,7 +377,7 @@ describe('dataset pages', () => {
.find('gn-ui-download-item')
.first()
.click()
cy.exec('pwd').then((result) => {
cy.exec('ls cypress/downloads').then((result) => {
const fileList = result.stdout.split('\n')

const isFileDownloaded = fileList[0]
Expand Down

0 comments on commit 81444e4

Please sign in to comment.