@shopware-ag/acceptance-test-suite 3.8.2 → 3.8.4

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.
Files changed (2) hide show
  1. package/dist/index.mjs +6 -1
  2. 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
  /**
@@ -2879,7 +2884,7 @@ class AccountOrder {
2879
2884
  __publicField$e(this, "cartLineItemImages");
2880
2885
  __publicField$e(this, "orderExpandButton");
2881
2886
  __publicField$e(this, "digitalProductDownloadButton");
2882
- this.orderExpandButton = page.getByRole("button", { name: "Expand" }).first();
2887
+ this.orderExpandButton = page.getByRole("button", { name: /Expand|Show details/ }).first();
2883
2888
  this.cartLineItemImages = page.locator(".line-item-img-link");
2884
2889
  this.digitalProductDownloadButton = page.getByRole("link", { name: "Download" }).first();
2885
2890
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "3.8.2",
3
+ "version": "3.8.4",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",