fix: refs #8581 correct syntax for down arrow key input in client balance mandate test
This commit is contained in:
parent
1cf7c68a56
commit
d528b48735
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue