#6891 showRightSideFilterPanel #353

Merged
jorgep merged 48 commits from 6891-showRightSideFilterPanel into dev 2024-05-15 13:39:23 +00:00
1 changed files with 2 additions and 5 deletions
Showing only changes of commit 90a9a7dcc7 - Show all commits

View File

@ -17,10 +17,7 @@ describe('InvoiceInIntrastat', () => {
cy.saveCard();
cy.visit(`/#/invoice-in/1/intrastat`);
cy.getValue(firstLineCode).should(
'equal',
'Plantas vivas: Esqueje/injerto, Vid'
);
cy.getValue(firstLineCode).should('equal', 'Plantas vivas: Esqueje/injerto, Vid');
});
it('should add a new row', () => {
@ -33,6 +30,6 @@ describe('InvoiceInIntrastat', () => {
});
it('should remove the first line', () => {
cy.removeRow(1);
cy.removeRow(2);
});
});