@@ -83,6 +83,7 @@ test.describe('Export items template on inbound add items page', () => {
83
83
await createInboundPage . addItemsStep . isLoaded ( ) ;
84
84
} ) ;
85
85
86
+ productService . setProduct ( '1' ) ;
86
87
const PRODUCT_ONE = await productService . getProduct ( ) ;
87
88
productService . setProduct ( '2' ) ;
88
89
const PRODUCT_TWO = await productService . getProduct ( ) ;
@@ -192,6 +193,7 @@ test.describe('Import template with data', () => {
192
193
workbooks . push ( downloadedTemplateFile ) ;
193
194
} ) ;
194
195
196
+ productService . setProduct ( '1' ) ;
195
197
const PRODUCT_ONE = await productService . getProduct ( ) ;
196
198
productService . setProduct ( '2' ) ;
197
199
const PRODUCT_TWO = await productService . getProduct ( ) ;
@@ -264,6 +266,7 @@ test.describe('Import template with data', () => {
264
266
} ) ;
265
267
266
268
await test . step ( 'Add items to table' , async ( ) => {
269
+ productService . setProduct ( '1' ) ;
267
270
const PRODUCT_ONE = await productService . getProduct ( ) ;
268
271
const USER = await mainUserService . getUser ( ) ;
269
272
@@ -356,6 +359,7 @@ test.describe('Import template with data', () => {
356
359
357
360
let ROW : CreateInboundAddItemsTableEntity ;
358
361
await test . step ( 'Add items to table' , async ( ) => {
362
+ productService . setProduct ( '1' ) ;
359
363
const PRODUCT_ONE = await productService . getProduct ( ) ;
360
364
const USER = await mainUserService . getUser ( ) ;
361
365
0 commit comments