@shopware-ag/acceptance-test-suite 11.9.0 → 11.9.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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4058,7 +4058,7 @@ class AccountAddresses {
|
|
|
4058
4058
|
this.deliveryNotPossibleAlert = this.availableAddresses.getByText("A delivery to this country is not possible.");
|
|
4059
4059
|
} else {
|
|
4060
4060
|
this.availableAddresses = page.locator(".address-manager-list-wrapper");
|
|
4061
|
-
this.addressDropdownButton = this.availableAddresses.
|
|
4061
|
+
this.addressDropdownButton = this.availableAddresses.getByRole("button", { name: "Address options" }).first();
|
|
4062
4062
|
this.availableAddressesUseAsBillingAddress = this.availableAddresses.getByRole("button", { name: "Use as default billing address" });
|
|
4063
4063
|
this.availableAddressesUseAsShippingAddress = this.availableAddresses.getByRole("button", { name: "Use as default shipping address" });
|
|
4064
4064
|
}
|