Merge branch 'master' into hotfix_ticketSale_updateDiscountTo0

This commit is contained in:
Javier Segarra 2025-03-12 08:55:13 +01:00
commit 01e8fe9eee
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ describe('Ticket Lack detail', () => {
cy.get('[data-cy="itemProposal"]').click();
cy.wait('@getItemGetSimilar');
});
describe('Replace item if', () => {
describe.skip('Replace item if', () => {
it('Quantity is less than available', () => {
cy.get(':nth-child(1) > .text-right > .q-btn').click();
});