fix: refs #7119 rollback
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-29 18:25:34 +01:00
parent 03bef91066
commit ceb0c1fc75
1 changed files with 5 additions and 8 deletions

View File

@ -23,15 +23,12 @@ describe('WorkerPit', () => {
});
it('complete PIT', () => {
cy.intercept('GET', /\/api\/WorkerIrpfs./).as('irpf');
cy.wait('@irpf').then(() => {
cy.get(familySituationInput).type(familySituation);
cy.get(childPensionInput).type(childPension);
cy.get(spouseNifInput).type(spouseNif);
cy.get(spousePensionInput).type(spousePension);
cy.get(savePIT).click();
});
});
it('complete relative', () => {
cy.get(addRelative).click();