#8600: Added and modified E2E #1447

Merged
jon merged 42 commits from 8600-CreateZoneE2E into dev 2025-03-06 11:16:39 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 5c569f87c4 - Show all commits

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');
});
Outdated
Review
    cy.get('[data-col-field="stateFk"]').each(($el) => {
        cy.wrap($el).contains('T1111111');
    });
cy.get('[data-col-field="stateFk"]').each(($el) => { cy.wrap($el).contains('T1111111'); });