fix: refs #8600 fixed invoiceOut summary e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jon Elias 2025-02-26 08:10:22 +01:00
parent 88aeac848f
commit 5c569f87c4
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ describe('InvoiceOut summary', () => {
});
it('should open the ticket list', () => {
cy.dataCy('invoiceOutDescriptorTicketList').click();
cy.get('.descriptor').should('be.visible');
cy.get(toTicketList).click();
cy.dataCy('vnFilterPanelChip').should('include.text', 'T1111111');
});