refactor: refs #8388 change beforeEach to before in InvoiceInIntrastat tests
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-05-16 17:24:38 +02:00
parent 08c67e3bcf
commit 07c078093f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ describe('InvoiceInIntrastat', () => {
const firstAmount = 'td[data-col-field="amount"][data-row-index="0"]'; const firstAmount = 'td[data-col-field="amount"][data-row-index="0"]';
const intrastat = 'Plantas vivas: Esqueje/injerto, Vid'; const intrastat = 'Plantas vivas: Esqueje/injerto, Vid';
beforeEach(() => { before(() => {
cy.login('administrative'); cy.login('administrative');
cy.visit(`/#/invoice-in/1/intrastat`); cy.visit(`/#/invoice-in/1/intrastat`);
}); });