@shopware-ag/acceptance-test-suite 3.8.3 → 3.8.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.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2884,7 +2884,7 @@ class AccountOrder {
|
|
|
2884
2884
|
__publicField$e(this, "cartLineItemImages");
|
|
2885
2885
|
__publicField$e(this, "orderExpandButton");
|
|
2886
2886
|
__publicField$e(this, "digitalProductDownloadButton");
|
|
2887
|
-
this.orderExpandButton = page.getByRole("button", { name:
|
|
2887
|
+
this.orderExpandButton = page.getByRole("button", { name: /Expand|Show details/ }).first();
|
|
2888
2888
|
this.cartLineItemImages = page.locator(".line-item-img-link");
|
|
2889
2889
|
this.digitalProductDownloadButton = page.getByRole("link", { name: "Download" }).first();
|
|
2890
2890
|
}
|