Skip to content

Commit a9cb20a

Browse files
committed
MC-4129: Edit Panel Opens After Dragging & Dropping Content Types
- Fix remaining test
1 parent 8e4f18d commit a9cb20a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,14 @@
179179
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup2">
180180
<argument name="group" value="PageBuilderSliderContentType"/>
181181
</actionGroup>
182-
<actionGroup ref="dragContentTypeToContainer" stepKey="dragContentTypeIntoContainer2">
182+
<actionGroup ref="dragContentTypeToContainer" stepKey="dragContentTypeIntoContainerWithoutEditPanel">
183183
<argument name="contentType" value="PageBuilderSliderContentType"/>
184184
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
185185
<argument name="containerTargetIndex" value="2"/>
186186
</actionGroup>
187+
<actionGroup ref="openPageBuilderEditPanelSmallByIndex" stepKey="dragContentTypeIntoContainer2">
188+
<argument name="section" value="SlideOnBackend"/>
189+
</actionGroup>
187190
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="unFocusSlide"/>
188191
<!-- Resize Column -->
189192
<comment userInput="Resize Column" stepKey="commentResizeColumn"/>

0 commit comments

Comments
 (0)