fix(invoiceOutSummary.spec.js): refs #6695 remove unnecessary visibility check for descriptor
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
54774b74cf
commit
c193e7053c
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue