Skip to content

Commit a0f474f

Browse files
committed
update fixtures with new location
1 parent 8dcea4d commit a0f474f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/fixtures/fixtures.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ type Fixtures = {
9292
wardLocationService: LocationData;
9393
noPickAndPutawayStockDepotService: LocationData;
9494
internalLocationService: LocationData;
95+
internalLocation2Service: LocationData;
96+
9597
// PRODUCT DATA
9698
mainProductService: ProductData;
9799
otherProductService: ProductData;
@@ -179,6 +181,8 @@ export const test = baseTest.extend<Fixtures>({
179181
use(new LocationData(LOCATION_KEY.NO_PICK_AND_PUTAWAY_STOCK, page.request)),
180182
internalLocationService: async ({ page }, use) =>
181183
use(new LocationData(LOCATION_KEY.BIN_LOCATION, page.request)),
184+
internalLocation2Service: async ({ page }, use) =>
185+
use(new LocationData(LOCATION_KEY.BIN_LOCATION2, page.request)),
182186
// PRODUCTS
183187
mainProductService: async ({ page }, use) =>
184188
use(new ProductData(PRODUCT_KEY.ONE, page.request)),

0 commit comments

Comments
 (0)