0
0
Fork 0

warmFix: e2e claimDevelopment

This commit is contained in:
Alex Moreno 2024-09-23 11:15:17 +02:00
parent 951b8fc1fa
commit 29cc14673a
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ Cypress.Commands.add('removeCard', () => {
});
Cypress.Commands.add('addCard', () => {
cy.waitForElement('tbody');
cy.waitForElement('.q-page-sticky > div > .q-btn');
cy.get('.q-page-sticky > div > .q-btn').click();
});
Cypress.Commands.add('clickConfirm', () => {