forked from verdnatura/salix-front
warmFix: e2e claimDevelopment
This commit is contained in:
parent
951b8fc1fa
commit
29cc14673a
|
@ -140,6 +140,7 @@ Cypress.Commands.add('removeCard', () => {
|
||||||
});
|
});
|
||||||
Cypress.Commands.add('addCard', () => {
|
Cypress.Commands.add('addCard', () => {
|
||||||
cy.waitForElement('tbody');
|
cy.waitForElement('tbody');
|
||||||
|
cy.waitForElement('.q-page-sticky > div > .q-btn');
|
||||||
cy.get('.q-page-sticky > div > .q-btn').click();
|
cy.get('.q-page-sticky > div > .q-btn').click();
|
||||||
});
|
});
|
||||||
Cypress.Commands.add('clickConfirm', () => {
|
Cypress.Commands.add('clickConfirm', () => {
|
||||||
|
|
Loading…
Reference in New Issue