This commit is contained in:
parent
1c8f3c6c31
commit
cbc907a54b
|
@ -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