fix(invoiceOutSummary.spec.js): refs #6695 remove unnecessary visibility check for descriptor
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-03-05 13:02:32 +01:00
parent 54774b74cf
commit c193e7053c
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ describe('InvoiceOut summary', () => {
it('should open the ticket list', () => {
cy.get(toTicketList).click();
cy.get('.descriptor').should('be.visible');
cy.get('[data-col-field="stateFk"]').each(($el) => {
cy.wrap($el).contains('T1111111');
});