test: try to solve the problem

This commit is contained in:
Javier Segarra 2025-03-11 08:49:17 +01:00
parent 614d1a742a
commit 216317a5a8
1 changed files with 2 additions and 2 deletions

View File

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