@shopware-ag/acceptance-test-suite 11.24.1 → 11.25.0

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.d.mts CHANGED
@@ -2553,6 +2553,7 @@ declare class RuleDetail extends RuleCreate implements PageObject {
2553
2553
  readonly assignmentModalAddButton: Locator;
2554
2554
  readonly assignmentModalSearchField: Locator;
2555
2555
  readonly conditionORContainer: Locator;
2556
+ readonly adminMenuAvatar: Locator;
2556
2557
  constructor(page: Page, instanceMeta: HelperFixtureTypes['InstanceMeta']);
2557
2558
  getEntityCard(cardLocator: Locator): Promise<Record<string, Locator>>;
2558
2559
  url(ruleId?: string, tabName?: string): string;
package/dist/index.d.ts CHANGED
@@ -2553,6 +2553,7 @@ declare class RuleDetail extends RuleCreate implements PageObject {
2553
2553
  readonly assignmentModalAddButton: Locator;
2554
2554
  readonly assignmentModalSearchField: Locator;
2555
2555
  readonly conditionORContainer: Locator;
2556
+ readonly adminMenuAvatar: Locator;
2556
2557
  constructor(page: Page, instanceMeta: HelperFixtureTypes['InstanceMeta']);
2557
2558
  getEntityCard(cardLocator: Locator): Promise<Record<string, Locator>>;
2558
2559
  url(ruleId?: string, tabName?: string): string;
package/dist/index.mjs CHANGED
@@ -6565,6 +6565,7 @@ class RuleDetail extends RuleCreate {
6565
6565
  __publicField$f(this, "assignmentModalAddButton");
6566
6566
  __publicField$f(this, "assignmentModalSearchField");
6567
6567
  __publicField$f(this, "conditionORContainer");
6568
+ __publicField$f(this, "adminMenuAvatar");
6568
6569
  this.contentView = page.locator(".sw-desktop__content");
6569
6570
  this.shippingMethodAvailabilityRulesCard = page.locator(".sw-settings-rule-detail-assignments__card-shipping_method_availability_rule");
6570
6571
  this.shippingMethodAvailabilityRulesCardLink = this.shippingMethodAvailabilityRulesCard.getByRole("link");
@@ -6584,6 +6585,7 @@ class RuleDetail extends RuleCreate {
6584
6585
  this.promotionCartRulesCardEmptyState = this.promotionCartRulesCard.getByRole("alert");
6585
6586
  this.assignmentModal = page.locator(".sw-settings-rule-add-assignment-modal");
6586
6587
  this.assignmentModalSearchField = this.assignmentModal.getByRole("textbox");
6588
+ this.adminMenuAvatar = page.locator(".sw-admin-menu__avatar");
6587
6589
  if (satisfies(instanceMeta.version, "<6.7")) {
6588
6590
  this.assignmentModalAddButton = this.assignmentModal.locator(".sw-button--primary").getByText("Add");
6589
6591
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "11.24.1",
3
+ "version": "11.25.0",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",