@shopware-ag/acceptance-test-suite 12.10.0 → 12.10.2

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -9846,7 +9846,7 @@ class RuleDetail extends RuleCreate {
9846
9846
  }
9847
9847
  this.conditionFilterModal = page.locator(".sw-modal__header").getByText(translate("administration:rule:text.filter"));
9848
9848
  this.conditionFilterModalCloseButtonX = page.locator(".sw-modal__header").getByRole("button");
9849
- if (satisfies(instanceMeta.version, "<6.7.9.0")) {
9849
+ if (satisfies(instanceMeta.version, "<6.7.10.0")) {
9850
9850
  this.conditionCartLineItemInStockOperator = page.locator(".sw-condition__condition-type-cartLineItemStock").locator(".sw-single-select__selection-text");
9851
9851
  this.conditionCartLineItemInStockValue = page.locator(".sw-condition__condition-type-cartLineItemStock").getByRole("textbox");
9852
9852
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.10.0",
3
+ "version": "12.10.2",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "keywords": [
6
6
  "fixtures",
@@ -46,7 +46,7 @@
46
46
  "compare-versions": "6.1.1",
47
47
  "i18next": "25.8.3",
48
48
  "image-js": "1.3.0",
49
- "uuid": "13.0.0"
49
+ "uuid": "14.0.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "25.2.0",