7565-testToMaster #431

Merged
alexm merged 188 commits from 7565-testToMaster into master 2024-06-11 06:33:01 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 24700b5441 - Show all commits

View File

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