#8198 keep section filter #1210

Merged
jorgep merged 9 commits from 8198-keepSectionFilter into dev 2025-01-20 09:42:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b5ae3a1901 - Show all commits

View File

@ -28,7 +28,7 @@ describe('InvoiceOut summary', () => {
cy.checkNotification('The following refund ticket have been created 1000000'); cy.checkNotification('The following refund ticket have been created 1000000');
}); });
it.skip('should delete an invoice ', () => { it('should delete an invoice ', () => {
cy.typeSearchbar('T2222222{enter}'); cy.typeSearchbar('T2222222{enter}');
cy.dataCy('descriptor-more-opts').click(); cy.dataCy('descriptor-more-opts').click();
cy.get('.q-menu > .q-list > :nth-child(4)').click(); cy.get('.q-menu > .q-list > :nth-child(4)').click();