refactor: refs #8388 change beforeEach to before in InvoiceInIntrastat tests
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
08c67e3bcf
commit
07c078093f
|
@ -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`);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue