@shopware-ag/acceptance-test-suite 12.16.0 → 12.17.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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5548,6 +5548,7 @@ declare class Dashboard implements PageObject {
|
|
|
5548
5548
|
readonly adminMenuContent: Locator;
|
|
5549
5549
|
readonly adminMenuMarketing: Locator;
|
|
5550
5550
|
readonly adminMenuExtension: Locator;
|
|
5551
|
+
readonly adminMenuAutomation: Locator;
|
|
5551
5552
|
readonly adminMenuSettings: Locator;
|
|
5552
5553
|
readonly adminMenuUserChevron: Locator;
|
|
5553
5554
|
readonly adminMenuUserIcon: Locator;
|
package/dist/index.d.ts
CHANGED
|
@@ -5548,6 +5548,7 @@ declare class Dashboard implements PageObject {
|
|
|
5548
5548
|
readonly adminMenuContent: Locator;
|
|
5549
5549
|
readonly adminMenuMarketing: Locator;
|
|
5550
5550
|
readonly adminMenuExtension: Locator;
|
|
5551
|
+
readonly adminMenuAutomation: Locator;
|
|
5551
5552
|
readonly adminMenuSettings: Locator;
|
|
5552
5553
|
readonly adminMenuUserChevron: Locator;
|
|
5553
5554
|
readonly adminMenuUserIcon: Locator;
|
package/dist/index.mjs
CHANGED
|
@@ -9282,6 +9282,7 @@ class Dashboard {
|
|
|
9282
9282
|
adminMenuContent;
|
|
9283
9283
|
adminMenuMarketing;
|
|
9284
9284
|
adminMenuExtension;
|
|
9285
|
+
adminMenuAutomation;
|
|
9285
9286
|
adminMenuSettings;
|
|
9286
9287
|
adminMenuUserChevron;
|
|
9287
9288
|
adminMenuUserIcon;
|
|
@@ -9314,6 +9315,7 @@ class Dashboard {
|
|
|
9314
9315
|
this.adminMenuContent = page.locator(".sw-content");
|
|
9315
9316
|
this.adminMenuMarketing = page.locator(".sw-marketing");
|
|
9316
9317
|
this.adminMenuExtension = page.locator(".sw-extension");
|
|
9318
|
+
this.adminMenuAutomation = page.locator(".sw-automation");
|
|
9317
9319
|
this.adminMenuUserChevron = page.locator(".sw-admin-menu__user-actions-indicator");
|
|
9318
9320
|
this.adminMenuUserIcon = page.locator(".sw-avatar");
|
|
9319
9321
|
this.adminMenuUserName = page.locator(".sw-admin-menu__user-name");
|