Skip to content

Commit

Permalink
chore: verify download before unzipping the file
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jun 20, 2024
1 parent 69bbe5d commit 70c03fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cypress/e2e/translations/batchJobs.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ describe('Batch jobs', { scrollBehavior: false }, () => {
exportToggleLanguage('English');
cy.gcy('export-submit-button').click();

cy.verifyDownload(getFileName('test_project', 'zip'));
checkZipContent({
path: downloadsFolder + '/',
file: getFileName('test_project', 'zip'),
Expand Down

0 comments on commit 70c03fa

Please sign in to comment.