From 5135bee2d236429464867ec3ea4aca84827b3957 Mon Sep 17 00:00:00 2001 From: sergiodt Date: Thu, 21 Mar 2024 12:02:57 +0100 Subject: [PATCH] refs #6276 feat:newWarehouse --- .../back/methods/item-shelving/specs/upsertItem.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js b/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js index e68550935c..2a3baef4cf 100644 --- a/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js +++ b/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js @@ -2,7 +2,7 @@ const {models} = require('vn-loopback/server/server'); const LoopBackContext = require('loopback-context'); // #6276 -xdescribe('ItemShelving upsertItem()', () => { +describe('ItemShelving upsertItem()', () => { const warehouseFk = 1; let ctx; let options; @@ -30,7 +30,7 @@ xdescribe('ItemShelving upsertItem()', () => { await tx.rollback(); }); - it('should add two new records', async() => { + xit('should add two new records', async() => { const shelvingFk = 'ZPP'; const items = [1, 1, 1, 2]; @@ -40,7 +40,7 @@ xdescribe('ItemShelving upsertItem()', () => { expect(itemShelvings.length).toEqual(2); }); - it('should update the visible items', async() => { + xit('should update the visible items', async() => { const shelvingFk = 'GVC'; const items = [2, 2]; const {visible: itemsBefore} = await models.ItemShelving.findOne({