#8600: Added and modified E2E #1447
|
@ -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');
|
||||
});
|
||||
alexm
commented
Outdated
Review
cy.get('[data-col-field="stateFk"]').each(($el) => {
cy.wrap($el).contains('T1111111');
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue