feat(WorkerPDA): refs #5926 send to docuware #1617

Merged
alexm merged 10 commits from 5926-signPdaPdf into dev 2025-03-24 06:52:36 +00:00
1 changed files with 3 additions and 9 deletions
Showing only changes of commit 71c91c295c - Show all commits

View File

@ -25,7 +25,7 @@ describe('WorkerPda', () => {
creatNewPDA();
cy.dataCy('workerPda-send').click();
confirmButton();
cy.clickConfirm();
cy.checkNotification('PDF sended to signed');
//Download
@ -63,7 +63,7 @@ describe('WorkerPda', () => {
cy.selectRows([1, 2]);
cy.get('#st-actions').contains('Send').click();
confirmButton();
cy.clickConfirm();
cy.checkNotification('PDF sended to signed');
removeNewPDA();
@ -77,12 +77,6 @@ describe('WorkerPda', () => {
function removeNewPDA() {
cy.dataCy('workerPda-remove').first().click();
confirmButton();
}
function confirmButton() {
cy.get(
'.q-card__actions > .q-btn--unelevated > .q-btn__content > .block',
).click();
cy.clickConfirm();
}
});