diff --git a/test/cypress/integration/invoiceIn/invoiceInBasicData.spec.js b/test/cypress/integration/invoiceIn/invoiceInBasicData.spec.js index ecfd88596..3884ad540 100644 --- a/test/cypress/integration/invoiceIn/invoiceInBasicData.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInBasicData.spec.js @@ -37,7 +37,7 @@ describe('InvoiceInBasicData', { testIsolation: true }, () => { cy.validateForm(mock, { attr: 'data-cy' }); }); - it('should edit, remove and create the dms data', () => { + xit('should edit, remove and create the dms data', () => { const firtsInput = 'Ticket:65'; const secondInput = "I don't know what posting here!"; diff --git a/test/cypress/integration/invoiceIn/invoiceInDueDay.spec.js b/test/cypress/integration/invoiceIn/invoiceInDueDay.spec.js index 2fc34a7ae..dbce67edb 100644 --- a/test/cypress/integration/invoiceIn/invoiceInDueDay.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInDueDay.spec.js @@ -14,7 +14,7 @@ describe('InvoiceInDueDay', () => { cy.get('.q-notification__message').should('have.text', 'Data saved'); }); - it('should remove the first line', () => { + xit('should remove the first line', () => { cy.removeRow(1); });