Merge branch '8862-testIsolationFalse' of https://gitea.verdnatura.es/verdnatura/salix-front into 8862-testIsolationFalse
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Benjamin Esteve 2025-04-16 10:44:43 +02:00
commit 03cced3ac6
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe('InvoiceOut list', { testIsolation: true }, () => {
describe('InvoiceOut list', () => {
const serial = 'Española rapida';
const columnCheckbox =
'.bg-header > :nth-child(1) > .q-checkbox > .q-checkbox__inner';
@ -24,6 +24,7 @@ describe('InvoiceOut list', { testIsolation: true }, () => {
});
it('should download all pdfs', () => {
cy.get(columnCheckbox).click();
cy.get(columnCheckbox).click();
cy.dataCy('InvoiceOutDownloadPdfBtn').click();
});