fix: refs #8600 fixed invoiceOut summary e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
88aeac848f
commit
5c569f87c4
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue