Skip to content

Commit eccac59

Browse files
committed
#557: User access Row action panel with 2+ level nesting - Mftf changes
1 parent 7e5b51b commit eccac59

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeRowActionGroup/ValidateFullWidthRowAppearanceActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<argument name="childContentTypeIndex" defaultValue="1" type="string"/>
1818
<argument name="padding" defaultValue="PageBuilderPaddingPropertyRowDefault"/>
1919
<argument name="acceptableOffset" defaultValue="2" type="string"/>
20-
<argument name="affordanceValue" defaultValue="{{PageBuilderRowAffordanceWidth.value}}" type="string"/>
20+
<argument name="affordanceValue" defaultValue="0" type="string"/>
2121
</arguments>
2222
<comment userInput="Increase window size to see varying widths for rows" stepKey="commentResizeWindow"/>
2323
<resizeWindow width="1920" height="1024" stepKey="resizeWindow"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnGridTest/ValidateGridSizeSmallerThanColumnsErrorTest.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,21 @@
5050
<argument name="contentType" value="PageBuilderTextContentType"/>
5151
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
5252
<argument name="containerTargetIndex" value="1"/>
53-
<argument name="offsetXCoordinate" value="25"/>
54-
<argument name="offsetYCoordinate" value="25"/>
5553
</actionGroup>
5654
<actionGroup ref="dragContentTypeToContainer" stepKey="addText2">
5755
<argument name="contentType" value="PageBuilderTextContentType"/>
5856
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
5957
<argument name="containerTargetIndex" value="2"/>
60-
<argument name="offsetXCoordinate" value="25"/>
61-
<argument name="offsetYCoordinate" value="25"/>
6258
</actionGroup>
6359
<actionGroup ref="dragContentTypeToContainer" stepKey="addText3">
6460
<argument name="contentType" value="PageBuilderTextContentType"/>
6561
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
6662
<argument name="containerTargetIndex" value="3"/>
67-
<argument name="offsetXCoordinate" value="25"/>
68-
<argument name="offsetYCoordinate" value="25"/>
6963
</actionGroup>
7064
<actionGroup ref="dragContentTypeToContainer" stepKey="addText4">
7165
<argument name="contentType" value="PageBuilderTextContentType"/>
7266
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
7367
<argument name="containerTargetIndex" value="4"/>
74-
<argument name="offsetXCoordinate" value="25"/>
75-
<argument name="offsetYCoordinate" value="25"/>
7668
</actionGroup>
7769
<actionGroup ref="openGridSizeForm" stepKey="openGridSizeForm"/>
7870
<actionGroup ref="updateGridSizeInvalid" stepKey="enterInvalidGridSize">

0 commit comments

Comments
 (0)