fix: refs #8583 wBusiness
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Carlos Satorres 2025-03-06 13:46:57 +01:00
parent 1c8f3c6c31
commit cbc907a54b
1 changed files with 0 additions and 14 deletions

View File

@ -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');
// });
});