8583-workerE2ETest #1570
|
@ -25,24 +25,10 @@ describe('WorkerBusiness', () => {
|
|||
});
|
||||
|
||||
it('should create a business', () => {
|
||||
// cy.fillInForm(...Business);
|
||||
cy.fillInForm({
|
||||
...Business,
|
||||
|
||||
});
|
||||
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');
|
||||
// });
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
esto es lo mismo que hacer cy.fillInForm(Business), no?
Curioso porque si no estaba así, en jenkins no pasaba 🤷♂️