Skip to content
Snippets Groups Projects
Commit e1c41393 authored by OZGCloud's avatar OZGCloud
Browse files

removed comments

parent b3546fc3
Branches
Tags
No related merge requests found
...@@ -91,18 +91,10 @@ describe('Vorgang exportieren', () => { ...@@ -91,18 +91,10 @@ describe('Vorgang exportieren', () => {
}); });
it('should have 1 file in download folder after download', () => { it('should have 1 file in download folder after download', () => {
// Delete the download folder
deleteDownloadFolder().then(() => { deleteDownloadFolder().then(() => {
// Ensure the folder deletion is complete before proceeding
cy.log('Download folder deleted');
// Trigger the download
menuItem.getButton().click(); menuItem.getButton().click();
// Wait for the spinner to disappear
waitForSpinnerToDisappear(); waitForSpinnerToDisappear();
// Check the number of files in the download folder
countDownloadFiles().then((count) => { countDownloadFiles().then((count) => {
expect(count).to.eq(1); expect(count).to.eq(1);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment