@shopware-ag/acceptance-test-suite 3.6.1 → 3.6.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 +1 -1
package/dist/index.mjs CHANGED
@@ -2284,7 +2284,7 @@ let ProductDetail$1 = class ProductDetail {
2284
2284
  this.quantitySelect = page.getByLabel("Quantity", { exact: true });
2285
2285
  this.productSingleImage = page.locator(".gallery-slider-single-image");
2286
2286
  this.productSinglePrice = page.locator(".product-detail-price");
2287
- this.productPriceRangesRow = page.locator(".product-block-prices-row > th");
2287
+ this.productPriceRangesRow = page.locator(".product-block-prices-row");
2288
2288
  this.offCanvas = page.locator("offcanvas-body");
2289
2289
  this.offCanvasCartTitle = page.getByText("Shopping cart", { exact: true });
2290
2290
  this.offCanvasCart = page.getByRole("dialog");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",