test: try to solve the problem
This commit is contained in:
parent
614d1a742a
commit
216317a5a8
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue