test: refs #8581 update invoiceInDescriptor spec to remove exclusive test execution
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-07 11:18:56 +01:00
parent 9c99c337e3
commit 60aa099536
1 changed files with 1 additions and 1 deletions

View File

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