#8219 Added InvoiceOut e2e tests #1001

Merged
jon merged 24 commits from 8219-InvoiceOutE2E into dev 2025-01-08 06:41:33 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 9fa2a77c96 - Show all commits

View File

@ -11,6 +11,7 @@ module.exports = defineConfig({
screenshotsFolder: 'test/cypress/screenshots',
supportFile: 'test/cypress/support/index.js',
videosFolder: 'test/cypress/videos',
downloadsFolder: 'test/cypress/downloads',
video: false,
specPattern: 'test/cypress/integration/**/*.spec.js',
experimentalRunAllSpecs: true,

View File

@ -1,2 +1,3 @@
reports/*
screenshots/*
downloads/*

View File

@ -6,7 +6,7 @@ describe('InvoiceOut list', () => {
};
const invoiceError = {
Ticket: { val: '1' },
Serial: { val: 'T - Española rapida', type: 'select' },
Serial: { val: 'Española rapida', type: 'select' },
};
beforeEach(() => {
@ -24,7 +24,7 @@ describe('InvoiceOut list', () => {
cy.dataCy('InvoiceOutFilterAmountBtn').find('input').type('8.88{enter}');
jsegarra marked this conversation as resolved Outdated

🚩

🚩
});
it('should download a pdf', () => {
it('should download all pdfs', () => {
cy.get('.bg-header > :nth-child(1) > .q-checkbox > .q-checkbox__inner').click();
cy.dataCy('InvoiceOutDownloadPdfBtn').click();
cy.get('.bg-header > :nth-child(1) > .q-checkbox > .q-checkbox__inner').click();