@shopware-ag/acceptance-test-suite 3.8.2 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +5 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1404,6 +1404,11 @@ class TestDataService {
|
|
|
1404
1404
|
variantProducts.push(await this.createBasicProduct(overrideCollection));
|
|
1405
1405
|
index++;
|
|
1406
1406
|
}
|
|
1407
|
+
await this.AdminApiClient.post("_action/indexing/product.indexer?_response=detail", {
|
|
1408
|
+
data: {
|
|
1409
|
+
offset: 0
|
|
1410
|
+
}
|
|
1411
|
+
});
|
|
1407
1412
|
return variantProducts;
|
|
1408
1413
|
}
|
|
1409
1414
|
/**
|