Skip to content

Commit bb28dc1

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

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnTest/ColumnConfigurationHasVerticalAlignmentTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
</after>
3535
<!-- Add column to stage and open configuration form -->
3636
<comment userInput="Add column to stage" stepKey="commentAddColumnToStage"/>
37+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="dragColumnIntoStage"/>
3738
<actionGroup ref="dragContentTypeToStage" stepKey="dragColumnGroupIntoStage">
3839
<argument name="contentType" value="PageBuilderColumnGroupContentType"/>
3940
</actionGroup>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderPanelTest/ValidatePanelContentTypeIconsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<!-- Validate Layout Icons -->
3636
<comment userInput="Validate layout icons" stepKey="commentValidatePanel1"/>
3737
<seeElement selector="{{PageBuilderPanel.contentTypeWithIcon('row','Row')}}" stepKey="validateRowIcon"/>
38+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="validateColumnIcon"/>
3839
<seeElement selector="{{PageBuilderPanel.contentTypeWithIcon('column','Columns')}}" stepKey="validateColumnGroupIcon"/>
3940
<seeElement selector="{{PageBuilderPanel.contentTypeWithIcon('tabs','Tabs')}}" stepKey="validateTabsIcon"/>
4041
<click selector="{{PageBuilderPanel.panelMenuSection('Layout')}}" stepKey="closeLayoutMenuSection"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderPanelTest/ValidatePanelContentTypesGroupedCorrectlyTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<!-- Validate Layout menu section -->
3535
<comment userInput="Validate layout menu section" stepKey="commentValidatePanel1"/>
3636
<seeElement selector="{{PageBuilderPanel.contentTypeInMenuSection('1', 'Layout', '1', 'Row')}}" stepKey="validateContentTypeRow"/>
37+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="validateContentTypeColumn"/>
3738
<seeElement selector="{{PageBuilderPanel.contentTypeInMenuSection('1', 'Layout', '2', 'Columns')}}" stepKey="validateContentTypeColumnGroup"/>
3839
<seeElement selector="{{PageBuilderPanel.contentTypeInMenuSection('1', 'Layout', '3', 'Tabs')}}" stepKey="validateContentTypeTabs"/>
3940
<click selector="{{PageBuilderPanel.panelMenuSection('Layout')}}" stepKey="closeLayoutMenuSection"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/ViewportSwitcherMobile/AdminViewportSwitcherMobileVerifyCannotResizeColumnsTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<moveMouseOver selector="{{ColumnOnBackend.columnResizeHandle}}" stepKey="hoverToResizeHandle"/>
3838
<!-- Assert column resize handle is visible -->
3939
<waitForElementVisible selector="{{ColumnOnBackend.columnResizeHandle}}" stepKey="columnResizeHandleVisible"/>
40+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="columnGridSizeVisible"/>
4041
<actionGroup ref="AdminSwitchPageBuilderViewportActionGroup" stepKey="switchToMobileViewport">
4142
<argument name="viewportButton" value="mobile"/>
4243
<argument name="viewportStage" value="mobile"/>
@@ -47,5 +48,6 @@
4748
<expectedResult type="string">none</expectedResult>
4849
<actualResult type="variable">grabComputedDisplayPropertyCMSPageStage</actualResult>
4950
</assertEquals>
51+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="columnGridSizeNotVisible"/>
5052
</test>
5153
</tests>

0 commit comments

Comments
 (0)