8583-workerE2ETest #1570
|
@ -24,7 +24,7 @@ describe('WorkerBusiness', () => {
|
|||
cy.get('.q-page-sticky > div > .q-btn').click();
|
||||
});
|
||||
|
||||
it('should throw an error if a pay method has not been selected', () => {
|
||||
it('should create a business', () => {
|
||||
// cy.fillInForm(...Business);
|
||||
cy.fillInForm({
|
||||
|
||||
...Business,
|
||||
|
|
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 🤷♂️