Skip to content

Commit fbcdba5

Browse files
committed
PB-500 add step key to maintain BC
1 parent bb28dc1 commit fbcdba5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
<argument name="contentType" value="PageBuilderColumnGroupContentType"/>
4040
</actionGroup>
4141
<comment userInput="Validate default grid size on initial drop" stepKey="commentValidateInitial"/>
42+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openGridSizeForm"/>
43+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeDefaultGridSize"/>
4244
<actionGroup ref="updateGridSizeInForm" stepKey="updateGridSizeTo8">
4345
<argument name="gridSize" value="{{PageBuilderGridSize.defaultGridSize}}"/>
4446
</actionGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
</actionGroup>
5151
<!-- Check validation occurs when entering as text -->
5252
<comment userInput="Check validation occurs when entering as text" stepKey="commentValidateStringInput"/>
53+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="changeInputToText"/>
5354
<actionGroup ref="updateGridSizeInvalidInForm" stepKey="enterInvalidGridSizeString">
5455
<argument name="gridSize" value="InvalidString"/>
5556
<argument name="errorMessage" value="PageBuilderGridSize.invalidNumberErrorMessage"/>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<actionGroup ref="dragContentTypeToStage" stepKey="dragColumnIntoStage">
3636
<argument name="contentType" value="PageBuilderColumnGroupContentType"/>
3737
</actionGroup>
38+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openGridSizeForm"/>
39+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="enterGridSize"/>
40+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="closeGridFormByClicking"/>
3841
<actionGroup ref="updateGridSizeInForm" stepKey="updateGridSizeTo8">
3942
<argument name="gridSize" value="8"/>
4043
</actionGroup>

0 commit comments

Comments
 (0)