@shopware-ag/acceptance-test-suite 12.18.1 → 12.18.2
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
|
@@ -10911,7 +10911,7 @@ class LayoutCreate {
|
|
|
10911
10911
|
this.saveButton = page.getByRole("button", { name: translate("administration:layout:create.save") });
|
|
10912
10912
|
this.fullWidthButton = page.getByRole("button", { name: translate("administration:layout:create.fullWidth") });
|
|
10913
10913
|
this.sidebarButton = page.getByRole("button", { name: translate("administration:layout:create.sidebar") });
|
|
10914
|
-
this.backButton = page.getByRole("button", { name: translate("administration:layout:create.back") });
|
|
10914
|
+
this.backButton = page.locator(".sw-cms-create-wizard").getByRole("button", { name: translate("administration:layout:create.back") });
|
|
10915
10915
|
this.layoutNameInput = page.getByRole("textbox", { name: translate("administration:layout:create.layoutName") });
|
|
10916
10916
|
this.createLayoutButton = page.getByRole("button", { name: translate("administration:layout:create.createLayout") });
|
|
10917
10917
|
}
|