forked from verdnatura/salix-front
fix: refs #6942 drop comments
This commit is contained in:
parent
6ed6e4150a
commit
24700b5441
|
@ -89,9 +89,6 @@ Cypress.Commands.add('saveCard', () => {
|
|||
cy.get('[title="Save"]').click();
|
||||
});
|
||||
|
||||
/* Cypress.Commands.add('saveCard', () => {
|
||||
cy.get('[title="Save"]').click();
|
||||
}); */
|
||||
Cypress.Commands.add('resetCard', () => {
|
||||
cy.get('[title="Reset"]').click();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue