test(WorkerPda): refs #5926 remove redundant cy.clickConfirm call for streamlined flow
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-03-23 09:17:43 +01:00
parent 71c91c295c
commit aa3f14e875
1 changed files with 0 additions and 2 deletions

View File

@ -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();