@shopware-ag/acceptance-test-suite 11.16.0 → 11.16.1

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.d.mts CHANGED
@@ -1863,6 +1863,11 @@ declare class ProductDetail implements PageObject {
1863
1863
  */
1864
1864
  readonly variantsTabLink: Locator;
1865
1865
  readonly specificationsTabLink: Locator;
1866
+ readonly advancedPricingTabLink: Locator;
1867
+ readonly layoutTabLink: Locator;
1868
+ readonly crossSellingTabLink: Locator;
1869
+ readonly SEOTabLink: Locator;
1870
+ readonly reviewsTabLink: Locator;
1866
1871
  /**
1867
1872
  * Variants Generation
1868
1873
  */
package/dist/index.d.ts CHANGED
@@ -1863,6 +1863,11 @@ declare class ProductDetail implements PageObject {
1863
1863
  */
1864
1864
  readonly variantsTabLink: Locator;
1865
1865
  readonly specificationsTabLink: Locator;
1866
+ readonly advancedPricingTabLink: Locator;
1867
+ readonly layoutTabLink: Locator;
1868
+ readonly crossSellingTabLink: Locator;
1869
+ readonly SEOTabLink: Locator;
1870
+ readonly reviewsTabLink: Locator;
1866
1871
  /**
1867
1872
  * Variants Generation
1868
1873
  */
package/dist/index.mjs CHANGED
@@ -4831,6 +4831,11 @@ class ProductDetail {
4831
4831
  */
4832
4832
  __publicField$w(this, "variantsTabLink");
4833
4833
  __publicField$w(this, "specificationsTabLink");
4834
+ __publicField$w(this, "advancedPricingTabLink");
4835
+ __publicField$w(this, "layoutTabLink");
4836
+ __publicField$w(this, "crossSellingTabLink");
4837
+ __publicField$w(this, "SEOTabLink");
4838
+ __publicField$w(this, "reviewsTabLink");
4834
4839
  /**
4835
4840
  * Variants Generation
4836
4841
  */
@@ -4858,6 +4863,13 @@ class ProductDetail {
4858
4863
  this.savePhysicalProductButton = page.getByRole("button", { name: "Save" });
4859
4864
  this.saveButtonCheckMark = page.locator(".icon--regular-checkmark-xs");
4860
4865
  this.saveButtonLoadingSpinner = page.locator("sw-loader");
4866
+ this.specificationsTabLink = page.getByRole("tab", { name: "Specifications" });
4867
+ this.advancedPricingTabLink = page.getByRole("tab", { name: "Advanced pricing" });
4868
+ this.variantsTabLink = page.getByRole("tab", { name: "Variants" });
4869
+ this.layoutTabLink = page.getByRole("tab", { name: "Layout" });
4870
+ this.crossSellingTabLink = page.getByRole("tab", { name: "Cross Selling" });
4871
+ this.SEOTabLink = page.getByRole("tab", { name: "SEO" });
4872
+ this.reviewsTabLink = page.getByRole("tab", { name: "Reviews" });
4861
4873
  this.manufacturerDropdownText = page.locator(".sw-select-product__select_manufacturer");
4862
4874
  this.priceGrossInput = page.locator("#sw-price-field-gross").first();
4863
4875
  this.stockInput = page.getByPlaceholder("Enter quantity in stock...");
@@ -4873,7 +4885,6 @@ class ProductDetail {
4873
4885
  this.uploadMediaButton = page.getByRole("button", { name: "Upload file" });
4874
4886
  this.coverImage = page.locator(".sw-product-media-form__cover-image");
4875
4887
  this.productImage = page.locator(".sw-media-preview-v2__item");
4876
- this.variantsTabLink = page.getByRole("tab", { name: "Variants" });
4877
4888
  this.generateVariantsButton = page.getByRole("button", { name: "Generate variants" });
4878
4889
  this.variantsModal = page.getByRole("dialog", { name: "Generate variants" });
4879
4890
  this.variantsModalHeadline = this.variantsModal.getByRole("heading", { name: "Generate variants" });
@@ -4888,7 +4899,6 @@ class ProductDetail {
4888
4899
  this.propertyOptionSizeSmall = this.propertyOptionGrid.getByRole("row", { name: "Small" }).getByRole("checkbox");
4889
4900
  this.propertyOptionSizeMedium = this.propertyOptionGrid.getByRole("row", { name: "Medium" }).getByRole("checkbox");
4890
4901
  this.propertyOptionSizeLarge = this.propertyOptionGrid.getByRole("row", { name: "Large" }).getByRole("checkbox");
4891
- this.specificationsTabLink = page.getByRole("tab", { name: "Specifications" });
4892
4902
  if (satisfies(instanceMeta.version, "<6.7")) {
4893
4903
  this.customFieldCard = page.locator(".sw-card").getByText("Custom fields");
4894
4904
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "11.16.0",
3
+ "version": "11.16.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",