fix: refs #8581 correct syntax for down arrow key input in client balance mandate test

This commit is contained in:
Jorge Penadés 2025-03-10 16:40:28 +01:00
parent 1cf7c68a56
commit d528b48735
1 changed files with 1 additions and 1 deletions

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();
});