Skip to content

Commit

Permalink
added waits
Browse files Browse the repository at this point in the history
  • Loading branch information
TetianaParanich committed Dec 23, 2024
1 parent b59b22a commit 8b7d358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ describe('Data Import', () => {

// download exported marc file
TopMenuNavigation.navigateToApp(APPLICATION_NAMES.DATA_EXPORT);
ExportFile.waitLandingPageOpened();
cy.wait(5000);
ExportFile.downloadExportedMarcFileWithRecordHrid(
expectedRecordHrid,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ describe('Data Import', () => {
cy.setTenant(Affiliations.College).then(() => {
TopMenuNavigation.navigateToApp(APPLICATION_NAMES.DATA_EXPORT);
ExportFile.waitLandingPageOpened();
cy.wait(5000);
ExportFile.downloadExportedMarcFileWithRecordHrid(
expectedRecordHrid,
testData.marcFile.exportedFileName,
Expand Down

0 comments on commit 8b7d358

Please sign in to comment.