This commit is contained in:
parent
3352cea0e7
commit
095c1f477f
|
@ -21,12 +21,13 @@ describe('WorkerPit', () => {
|
|||
cy.visit(`/#/worker/1107/pit`);
|
||||
});
|
||||
|
||||
// it('complete PIT', () => {
|
||||
// cy.get(familySituationInput).type(familySituation);
|
||||
// cy.get(childPensionInput).type(childPension);
|
||||
// cy.get(spouseNifInput).type(spouseNif);
|
||||
// cy.get(spousePensionInput).type(spousePension);
|
||||
// });
|
||||
it('complete PIT', () => {
|
||||
cy.get(familySituationInput).type(familySituation);
|
||||
cy.get(childPensionInput).type(childPension);
|
||||
cy.get(spouseNifInput).type(spouseNif);
|
||||
cy.get(spousePensionInput).type(spousePension);
|
||||
cy.saveCard();
|
||||
});
|
||||
|
||||
it('delete relative', () => {
|
||||
cy.get(addRelative).click();
|
||||
|
|
Loading…
Reference in New Issue