#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 9c99c337e3 - Show all commits

View File

@ -54,9 +54,11 @@ describe('InvoiceInDescriptor', () => {
});
});
it('should download the file properly', () => {
it.only('should download the file properly', () => {
cy.visit('/#/invoice-in/1/summary');
cy.validateDownload(() => cy.selectDescriptorOption(5));
cy.validateDownload(() => cy.selectDescriptorOption(5), {
type: 'image/jpeg',
});
});
});