@shopware-ag/acceptance-test-suite 12.1.2 → 12.1.3
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6477,7 +6477,7 @@ class Home {
|
|
|
6477
6477
|
this.productVariantCharacteristicsOptions = page.locator(".product-variant-characteristics-option");
|
|
6478
6478
|
}
|
|
6479
6479
|
async getRatingItemLocatorByRating(rating) {
|
|
6480
|
-
return this.productRatingList.
|
|
6480
|
+
return this.productRatingList.getByText(`min. ${rating}/5`);
|
|
6481
6481
|
}
|
|
6482
6482
|
async getFilterItemByFilterName(filterName) {
|
|
6483
6483
|
return this.filterMultiSelect.getByRole("checkbox", { name: filterName });
|