test: refs #8684 disable dms data modification tests in InvoiceInBasicData and InvoiceInDueDay
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Pablo Natek 2025-05-19 13:17:52 +02:00
parent 2c11e3a524
commit b677266f4c
2 changed files with 2 additions and 2 deletions

View File

@ -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!";

View File

@ -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);
});