From 0a3e9b4765cbf4c4db907d208423b58b2cf2e973 Mon Sep 17 00:00:00 2001 From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com> Date: Sun, 16 Nov 2025 16:56:37 +0100 Subject: [PATCH] fix: add wait after clicking download link in admin document downloads test --- frontend/cypress/e2e/admin/internships/downloads.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/cypress/e2e/admin/internships/downloads.cy.ts b/frontend/cypress/e2e/admin/internships/downloads.cy.ts index 5873316..5199f25 100644 --- a/frontend/cypress/e2e/admin/internships/downloads.cy.ts +++ b/frontend/cypress/e2e/admin/internships/downloads.cy.ts @@ -32,5 +32,6 @@ describe('Admin Student Document Downloads', () => { const downloadsFolder = Cypress.config("downloadsFolder"); cy.contains('Stiahnuť originálnu zmluvu').click() + cy.wait(2000) }) }) \ No newline at end of file