test: refs #8581 update invoiceInDescriptor spec to remove exclusive test execution
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
9c99c337e3
commit
60aa099536
|
@ -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.visit('/#/invoice-in/1/summary');
|
||||||
cy.validateDownload(() => cy.selectDescriptorOption(5), {
|
cy.validateDownload(() => cy.selectDescriptorOption(5), {
|
||||||
type: 'image/jpeg',
|
type: 'image/jpeg',
|
||||||
|
|
Loading…
Reference in New Issue