From aa3f14e875301ac855d893c6cfd944c7b595e7eb Mon Sep 17 00:00:00 2001 From: alexm Date: Sun, 23 Mar 2025 09:17:43 +0100 Subject: [PATCH] test(WorkerPda): refs #5926 remove redundant cy.clickConfirm call for streamlined flow --- test/cypress/integration/worker/workerPda.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cypress/integration/worker/workerPda.spec.js b/test/cypress/integration/worker/workerPda.spec.js index 5d4496f187e..2623e81cf42 100644 --- a/test/cypress/integration/worker/workerPda.spec.js +++ b/test/cypress/integration/worker/workerPda.spec.js @@ -62,8 +62,6 @@ describe('WorkerPda', () => { creatNewPDA(2); cy.selectRows([1, 2]); cy.get('#st-actions').contains('Send').click(); - - cy.clickConfirm(); cy.checkNotification('PDF sended to signed'); removeNewPDA();