Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix-front into test
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-03-11 08:48:15 +01:00
commit 95bd3e7d63
1 changed files with 2 additions and 5 deletions

View File

@ -5,13 +5,10 @@ describe.skip('Client balance', () => {
cy.login('developer'); cy.login('developer');
cy.visit('#/customer/1101/balance'); cy.visit('#/customer/1101/balance');
}); });
it('Should load layout', () => {
cy.get('.q-page').should('be.visible');
});
it('Should create a mandate', () => { it('Should create a mandate', () => {
cy.get('.q-page-sticky > div > .q-btn').click(); cy.get('.q-page-sticky > div > .q-btn').click();
cy.dataCy('paymentBank').type({ arroyDown }); cy.selectOption('[data-cy="paymentBank"]', 2);
cy.dataCy('paymentAmount').type('100'); cy.dataCy('paymentAmount_input').type('100');
cy.saveCard(); cy.saveCard();
}); });
}); });