Skip to content

Commit c53ea8c

Browse files
committed
AC-1444: Unable to locate Heading in Column content type in PageBuilder
Changed to use other actionGroup to have accurate drop zone
1 parent 60d2cbb commit c53ea8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnContentTest/ColumnsMoveContentBetweenColumnsTest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@
7474
<argument name="contentTypeIndex" value="1"/>
7575
</actionGroup>
7676
<comment userInput="Add additional row and column group" stepKey="commentAddNewRowAndColumn"/>
77-
<actionGroup ref="dragContentTypeToStage" stepKey="dragRowIntoStage">
77+
<actionGroup ref="dragContentTypeToDropZone" stepKey="dragRowIntoStage">
7878
<argument name="contentType" value="PageBuilderRowContentType"/>
79+
<argument name="containerTargetType" value="PageBuilderRootContainerContentType"/>
80+
<argument name="dropZoneIndex" value="1"/>
81+
<argument name="offsetXCoordinate" value="1"/>
82+
<argument name="offsetYCoordinate" value="1"/>
7983
</actionGroup>
8084
<actionGroup ref="dragContentTypeToContainer" stepKey="dragColumnIntoNewRow">
8185
<argument name="contentType" value="PageBuilderColumnContentType"/>

0 commit comments

Comments
 (0)