refactor: refs #8630 add vehicle translations and enhance route list columns #1431

Merged
jtubau merged 10 commits from 8630-refactorRouteSectionsAndLocalizations into dev 2025-03-12 10:08:53 +00:00
1 changed files with 6 additions and 3 deletions
Showing only changes of commit a109f54b7b - Show all commits

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();