test: refs #8630 disable destination change tests for issue #8756
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-03-12 10:31:29 +01:00
parent 02834cd066
commit a109f54b7b
1 changed files with 6 additions and 3 deletions

View File

@ -15,12 +15,14 @@ describe('ClaimAction', () => {
cy.get('[title="Import claim"]').click();
});
it('should change destination', () => {
// https://redmine.verdnatura.es/issues/8756
xit('should change destination', () => {
const rowData = [true, null, null, 'Bueno'];
cy.fillRow(firstRow, rowData);
});
it('should change destination from other button', () => {
// https://redmine.verdnatura.es/issues/8756
xit('should change destination from other button', () => {
const rowData = [true];
cy.fillRow(firstRow, rowData);
@ -33,7 +35,8 @@ describe('ClaimAction', () => {
cy.get('[title="Regularize"]').click();
});
it('should remove the line', () => {
// https://redmine.verdnatura.es/issues/8756
xit('should remove the line', () => {
cy.fillRow(firstRow, [true]);
cy.removeCard();
cy.clickConfirm();