Skip to content

Commit 9687f82

Browse files
author
Hwashiang Yu
committed
MC-11821: Changing row appearance with two rows on stage breaks admin
- Added expand panel group step to RowFullBleedAppearanceNoErrorThrown test
1 parent a85798c commit 9687f82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderRowTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,9 @@
20502050
</actionGroup>
20512051
<!-- Add 2nd row and set appearance to Full Bleed -->
20522052
<comment userInput="Add 2nd row and set appearance to Full Width" stepKey="commentAdd2ndRow"/>
2053+
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroupRow">
2054+
<argument name="group" value="PageBuilderRowContentType"/>
2055+
</actionGroup>
20532056
<actionGroup ref="dragContentTypeToDropZone" stepKey="dragRow2IntoStage">
20542057
<argument name="contentType" value="PageBuilderRowContentType"/>
20552058
<argument name="containerTargetType" value="PageBuilderStage"/>
@@ -2082,7 +2085,7 @@
20822085
<waitForElementVisible selector="{{RowOnStage.appearanceContained(('2', PageBuilderRowAppearance_Contained.value)}}" stepKey="waitForContainedAppearanceVisible"/>
20832086
<!-- Drag heading into 2nd row to make sure still works -->
20842087
<comment userInput="Drag heading into 2nd row to make sure still works" stepKey="comment2ndRowRevertFunctional"/>
2085-
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup">
2088+
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroupHeading">
20862089
<argument name="group" value="PageBuilderHeadingContentType"/>
20872090
</actionGroup>
20882091
<actionGroup ref="dragContentTypeToContainer" stepKey="dragHeaderToRow2Revert">

0 commit comments

Comments
 (0)