#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d528b48735 - Show all commits

View File

@ -10,7 +10,7 @@ describe('Client balance', () => {
});
it('Should create a mandate', () => {
cy.get('.q-page-sticky > div > .q-btn').click();
cy.dataCy('paymentBank').type({ arroyDown });
cy.dataCy('paymentBank').type('{downArrow}');
cy.dataCy('paymentAmount').type('100');
cy.saveCard();
});