@shopware-ag/acceptance-test-suite 11.12.2 → 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 +2 -10
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -5014,11 +5014,7 @@ class FirstRunWizard {
5014
5014
  this.dataImportCard = page.locator(".sw-first-run-wizard-data-import__card");
5015
5015
  this.defaultValuesHeader = page.locator(".sw-modal__title", { hasText: "Setup default values" });
5016
5016
  this.salesChannelSelectionMultiSelect = page.getByPlaceholder("Select Sales Channels...");
5017
- if (satisfies(instanceMeta.version, "<6.7")) {
5018
- this.salesChannelSelectionList = page.locator(".sw-popover__wrapper").getByRole("listitem");
5019
- } else {
5020
- this.salesChannelSelectionList = page.locator(".sw-select-result-list-popover").getByRole("listitem");
5021
- }
5017
+ this.salesChannelSelectionList = page.locator(".sw-popover__wrapper").getByRole("listitem");
5022
5018
  this.mailerConfigurationHeader = page.locator(".sw-modal__title", { hasText: "Mailer configuration" });
5023
5019
  this.smtpServerButton = page.getByText("Configure own SMTP server", { exact: true });
5024
5020
  this.smtpServerTitle = page.getByText("SMTP server", { exact: true });
@@ -5483,11 +5479,7 @@ class Categories {
5483
5479
  this.categoryTypeSelectionList = page.locator(".sw-select").filter({ hasText: "Category type" }).locator(".sw-select__selection");
5484
5480
  this.linkTypeSelectionList = page.locator(".sw-select").filter({ hasText: "Link type" }).locator(".sw-select__selection");
5485
5481
  this.entitySelectionList = page.locator(".sw-select").filter({ hasText: "Entity" }).locator(".sw-select__selection");
5486
- if (satisfies(instanceMeta.version, "<6.7")) {
5487
- this.categorySelectionList = page.locator(".sw-category-link-settings__selection-category");
5488
- } else {
5489
- this.categorySelectionList = page.locator(".sw-category-tree__input-field");
5490
- }
5482
+ this.categorySelectionList = page.locator(".sw-category-link-settings__selection-category").locator(".sw-block-field__block");
5491
5483
  this.categorySelectionListWrapper = page.locator(".sw-category-tree-field__main-wrapper");
5492
5484
  this.productSelectionList = page.locator(".sw-category-link-settings__selection-product");
5493
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.2",
3
+ "version": "11.12.4",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",