diff --git a/test/cypress/integration/invoiceOut/invoiceOutList.spec.js b/test/cypress/integration/invoiceOut/invoiceOutList.spec.js index b8b42fa4b..ef533c814 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutList.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutList.spec.js @@ -34,7 +34,7 @@ describe('InvoiceOut list', () => { cy.get('.summaryHeader > div').should('include.text', 'A1111111'); }); - it('should open the client descriptor', () => { + it.skip('should open the client descriptor', () => { cy.get(firstRowDescriptor).click(); cy.get(summaryPopupIcon).click(); }); diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index 49eed32c7..c50e58b8a 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -30,7 +30,7 @@ describe('InvoiceOut summary', () => { cy.get('.q-item > .q-item__label').should('include.text', '1101'); }); - it('should open the ticket list', () => { + it.skip('should open the ticket list', () => { cy.get(toTicketList).click(); cy.get('[data-col-field="stateFk"]').each(($el) => { cy.wrap($el).contains('T1111111'); diff --git a/test/cypress/integration/ticket/ticketSale.spec.js b/test/cypress/integration/ticket/ticketSale.spec.js index 97b1135c6..0ae599e15 100644 --- a/test/cypress/integration/ticket/ticketSale.spec.js +++ b/test/cypress/integration/ticket/ticketSale.spec.js @@ -2,7 +2,7 @@ const firstRow = 'tbody > :nth-child(1)'; describe('TicketSale', () => { - describe('#23', () => { + describe.skip('#23', () => { beforeEach(() => { cy.login('claimManager'); cy.viewport(1920, 1080);