@shopware-ag/acceptance-test-suite 11.12.2 → 11.12.3
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 -5
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5014,11 +5014,7 @@ class FirstRunWizard {
|
|
|
5014
5014
|
this.dataImportCard = page.locator(".sw-first-run-wizard-data-import__card");
|
|
5015
5015
|
this.defaultValuesHeader = page.locator(".sw-modal__title", { hasText: "Setup default values" });
|
|
5016
5016
|
this.salesChannelSelectionMultiSelect = page.getByPlaceholder("Select Sales Channels...");
|
|
5017
|
-
|
|
5018
|
-
this.salesChannelSelectionList = page.locator(".sw-popover__wrapper").getByRole("listitem");
|
|
5019
|
-
} else {
|
|
5020
|
-
this.salesChannelSelectionList = page.locator(".sw-select-result-list-popover").getByRole("listitem");
|
|
5021
|
-
}
|
|
5017
|
+
this.salesChannelSelectionList = page.locator(".sw-popover__wrapper").getByRole("listitem");
|
|
5022
5018
|
this.mailerConfigurationHeader = page.locator(".sw-modal__title", { hasText: "Mailer configuration" });
|
|
5023
5019
|
this.smtpServerButton = page.getByText("Configure own SMTP server", { exact: true });
|
|
5024
5020
|
this.smtpServerTitle = page.getByText("SMTP server", { exact: true });
|