Skip to content

Commit 283389b

Browse files
committed
adjusted comments to clarify that they were added for preserving backward compatibility
1 parent a4bf8b3 commit 283389b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSimpleProductTest/AdminConfigDefaultProductLayoutFromConfigurationSettingTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
<actionGroup ref="NavigateToDefaultLayoutsSettingActionGroup" stepKey="navigateToWebConfigurationPage"/>
3838

39-
<comment userInput="Set default layout to 3 columns" stepKey="expandDefaultLayouts"/>
40-
<comment userInput="and clear cache after" stepKey="DefaultProductLayout"/>
39+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="expandDefaultLayouts"/>
40+
<comment userInput="Comment is added to preserve the step key for backward compatibilityr" stepKey="DefaultProductLayout"/>
4141
<actionGroup ref="AdminSetProductLayoutSettingsActionGroup" stepKey="select3ColumnsLayout">
4242
<argument name="layout" value="3 columns"/>
4343
</actionGroup>
@@ -47,11 +47,11 @@
4747
</actionGroup>
4848

4949
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="navigateToNewProduct"/>
50-
<comment userInput="Default layout has been updated" stepKey="wait1"/>
50+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="wait1"/>
5151

5252
<actionGroup ref="AdminExpandProductDesignSectionActionGroup" stepKey="clickOnDesignTab"/>
5353

54-
<comment userInput="Checking if settings have been applied" stepKey="waitForLayoutDropDown"/>
54+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForLayoutDropDown"/>
5555
<seeOptionIsSelected selector="{{ProductDesignSection.LayoutDropdown}}" userInput="3 columns" stepKey="see3ColumnsSelected"/>
5656

5757
</test>

0 commit comments

Comments
 (0)