File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ) ,
You can’t perform that action at this time.
0 commit comments