test: refs #8862 disable test isolation for InvoiceOut list spec
This commit is contained in:
parent
608086bd8d
commit
1a27833081
|
@ -1,5 +1,5 @@
|
||||||
/// <reference types="cypress" />
|
/// <reference types="cypress" />
|
||||||
describe('InvoiceOut list', { testIsolation: true }, () => {
|
describe('InvoiceOut list', () => {
|
||||||
const serial = 'Española rapida';
|
const serial = 'Española rapida';
|
||||||
const columnCheckbox =
|
const columnCheckbox =
|
||||||
'.bg-header > :nth-child(1) > .q-checkbox > .q-checkbox__inner';
|
'.bg-header > :nth-child(1) > .q-checkbox > .q-checkbox__inner';
|
||||||
|
@ -24,6 +24,7 @@ describe('InvoiceOut list', { testIsolation: true }, () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should download all pdfs', () => {
|
it('should download all pdfs', () => {
|
||||||
|
cy.get(columnCheckbox).click();
|
||||||
cy.get(columnCheckbox).click();
|
cy.get(columnCheckbox).click();
|
||||||
cy.dataCy('InvoiceOutDownloadPdfBtn').click();
|
cy.dataCy('InvoiceOutDownloadPdfBtn').click();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue