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 1 additions and 1 deletions
Showing only changes of commit 3e8ff15c64 - Show all commits

View File

@ -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({
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 🤷‍♂️
...Business,