Hotfix[ZoneLocationsTree]: Fixed node fetching and adapted to back data #1589

Merged
jon merged 9 commits from Hotfix-ZoneLocationsGetLeaves into master 2025-03-12 11:36:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d22d5208e7 - Show all commits

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();
});