@shopware-ag/acceptance-test-suite 11.12.3 → 11.12.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 +1 -5
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -5479,11 +5479,7 @@ class Categories {
5479
5479
  this.categoryTypeSelectionList = page.locator(".sw-select").filter({ hasText: "Category type" }).locator(".sw-select__selection");
5480
5480
  this.linkTypeSelectionList = page.locator(".sw-select").filter({ hasText: "Link type" }).locator(".sw-select__selection");
5481
5481
  this.entitySelectionList = page.locator(".sw-select").filter({ hasText: "Entity" }).locator(".sw-select__selection");
5482
- if (satisfies(instanceMeta.version, "<6.7")) {
5483
- this.categorySelectionList = page.locator(".sw-category-link-settings__selection-category");
5484
- } else {
5485
- this.categorySelectionList = page.locator(".sw-category-tree__input-field");
5486
- }
5482
+ this.categorySelectionList = page.locator(".sw-category-link-settings__selection-category").locator(".sw-block-field__block");
5487
5483
  this.categorySelectionListWrapper = page.locator(".sw-category-tree-field__main-wrapper");
5488
5484
  this.productSelectionList = page.locator(".sw-category-link-settings__selection-product");
5489
5485
  this.productSelectionInput = this.productSelectionList.locator(".sw-entity-single-select__selection-input");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "11.12.3",
3
+ "version": "11.12.4",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",