@shopware-ag/acceptance-test-suite 11.1.3 → 11.1.5
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 +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3045,7 +3045,7 @@ class Home {
|
|
|
3045
3045
|
__publicField$O(this, "consentDialogSaveButton");
|
|
3046
3046
|
__publicField$O(this, "consentCookieBannerContainer");
|
|
3047
3047
|
__publicField$O(this, "offcanvasBackdrop");
|
|
3048
|
-
this.productImages = page.locator(".product-image-
|
|
3048
|
+
this.productImages = page.locator(".product-image-wrapper");
|
|
3049
3049
|
this.productListItems = page.getByRole("listitem");
|
|
3050
3050
|
this.languagesDropdown = page.locator(".top-bar-language").filter({ has: page.getByRole("button") });
|
|
3051
3051
|
this.languagesMenuOptions = page.locator(".top-bar-language").filter({ has: page.getByRole("list") });
|
|
@@ -3701,7 +3701,7 @@ class Search {
|
|
|
3701
3701
|
__publicField$z(this, "headline");
|
|
3702
3702
|
__publicField$z(this, "productImages");
|
|
3703
3703
|
this.headline = page.locator("h1.search-headline");
|
|
3704
|
-
this.productImages = page.locator(".product-image-
|
|
3704
|
+
this.productImages = page.locator(".product-image-wrapper");
|
|
3705
3705
|
}
|
|
3706
3706
|
url(searchTerm) {
|
|
3707
3707
|
return `search?search=${searchTerm}`;
|