@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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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.locator("#dropdownMenuButton");
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "11.9.0",
3
+ "version": "11.9.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",