fix: allow backorder variants to be added to cart even if no locations (#12083)
* fix: allow backorder variants to be added to cart even if no locations * document and unit test prepareConfirmInventoryInput
This commit is contained in:
@@ -80,7 +80,7 @@ async function populateData(api: any) {
|
||||
console.log(err)
|
||||
})
|
||||
|
||||
await setTimeout(2000)
|
||||
await setTimeout(10000)
|
||||
}
|
||||
|
||||
process.env.ENABLE_INDEX_MODULE = "true"
|
||||
|
||||
@@ -153,7 +153,7 @@ medusaIntegrationTestRunner({
|
||||
})
|
||||
|
||||
// Timeout to allow indexing to finish
|
||||
await setTimeout(4000)
|
||||
await setTimeout(10000)
|
||||
|
||||
const { data: results } = await fetchAndRetry(
|
||||
async () =>
|
||||
|
||||
Reference in New Issue
Block a user