Merge branch 'dev' into enable-parallel-x2
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-04-01 09:57:35 +00:00
commit 79fbe2cc72
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "salix-front", "name": "salix-front",
"version": "25.14.0", "version": "25.16.0",
"description": "Salix frontend", "description": "Salix frontend",
"productName": "Salix", "productName": "Salix",
"author": "Verdnatura", "author": "Verdnatura",
@ -76,4 +76,4 @@
"vite": "^6.0.11", "vite": "^6.0.11",
"vitest": "^0.31.1" "vitest": "^0.31.1"
} }
} }

View File

@ -13,7 +13,7 @@ describe('InvoiceInDescriptor', () => {
cy.validateCheckbox(checkbox, false); cy.validateCheckbox(checkbox, false);
}); });
it('should delete the invoice properly', () => { it.skip('should delete the invoice properly', () => {
cy.visit('/#/invoice-in/2/summary'); cy.visit('/#/invoice-in/2/summary');
cy.selectDescriptorOption(2); cy.selectDescriptorOption(2);
cy.clickConfirm(); cy.clickConfirm();

View File

@ -27,12 +27,15 @@ describe('VnShortcuts', () => {
code: `Key${shortcut.toUpperCase()}`, code: `Key${shortcut.toUpperCase()}`,
}); });
cy.waitSpinner();
cy.url().should('include', module); cy.url().should('include', module);
if (['monitor', 'claim'].includes(module)) { if (['monitor', 'claim'].includes(module)) {
return; return;
} }
cy.waitForElement('.q-page').should('exist'); cy.waitForElement('.q-page').should('exist');
cy.dataCy('vnTableCreateBtn').should('exist'); cy.dataCy('vnTableCreateBtn').should('exist');
cy.waitSpinner();
cy.get('.q-page').trigger('keydown', { cy.get('.q-page').trigger('keydown', {
ctrlKey: true, ctrlKey: true,
altKey: true, altKey: true,