Skip to content

Commit dd739fc

Browse files
MC-35402: [Page Builder] New top-level Full-Width and Full-Bleed components are always nested in a Contained component
1 parent abc9f09 commit dd739fc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/StorefrontActionGroup/ValidateCategoryDescriptionAppearanceStorefrontActionGroup.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="validateCategoryDescriptionAppearanceStorefront">
10+
<actionGroup name="validateCategoryDescriptionAppearanceStorefrontActionGroup">
11+
<annotations>
12+
<description>Validates data-appearance attribute value for the category-description first direct child row.</description>
13+
</annotations>
1114
<arguments>
1215
<argument name="dataAppearance" defaultValue="contained" type="string"/>
1316
</arguments>
14-
<waitForElementVisible time="30" selector="{{StorefrontCategoryMainSection.DataAppearanceRow(dataAppearance)}}" stepKey="waitForContentTypeStorefront"/>
17+
<waitForElementVisible time="30" selector="{{StorefrontCategoryMainSection.DataAppearanceRow(dataAppearance)}}" stepKey="waitForDataAppearanceRow"/>
1518
</actionGroup>
1619
</actionGroups>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogCategoryPageBuilderTest/PageBuilderCatalogCategoryCreateCategoryWithPageBuilderDescriptionAppearanceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<actionGroup ref="NavigateToStorefrontForCreatedPageActionGroup" stepKey="navigateToStorefront">
6161
<argument name="page" value="$createPreReqCategory.name$.html"/>
6262
</actionGroup>
63-
<actionGroup ref="validateCategoryDescriptionAppearanceStorefront" stepKey="validateDataAppearance">
63+
<actionGroup ref="validateCategoryDescriptionAppearanceStorefrontActionGroup" stepKey="validateDataAppearance">
6464
<argument name="dataAppearance" value="full-width"/>
6565
</actionGroup>
6666
</test>

0 commit comments

Comments
 (0)