8583-workerE2ETest #1570

Merged
carlossa merged 37 commits from 8583-workerE2ETest into dev 2025-03-10 11:32:58 +00:00
1 changed files with 0 additions and 14 deletions
Showing only changes of commit cbc907a54b - Show all commits

View File

@ -25,24 +25,10 @@ describe('WorkerBusiness', () => {
});
it('should create a business', () => {
// cy.fillInForm(...Business);
cy.fillInForm({
...Business,
Review

esto es lo mismo que hacer cy.fillInForm(Business), no?

esto es lo mismo que hacer cy.fillInForm(Business), no?
Review

Curioso porque si no estaba así, en jenkins no pasaba 🤷‍♂️

Curioso porque si no estaba así, en jenkins no pasaba 🤷‍♂️
});
cy.get(saveBtn).click();
cy.checkNotification('Data created');
});
// it('should create an internal', () => {
// cy.fillInForm(internal);
// cy.get(saveBtn).click();
// cy.checkNotification('Data created');
// });
// it('should create an external', () => {
// cy.get(externalRadio).click();
// cy.fillInForm(external);
// cy.get(saveBtn).click();
// cy.checkNotification('Data created');
// });
});