Skip to content

Commit 0b0f118

Browse files
committed
corrected spacing
1 parent b8149af commit 0b0f118

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminExpandProductDesignSectionActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515

1616
<click selector="{{ProductDesignSection.DesignTab}}" stepKey="clickDesignTab"/>
1717
<waitForPageLoad stepKey="waitForTabOpen"/>
18-
1918
</actionGroup>
2019
</actionGroups>

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,37 +22,28 @@
2222
</before>
2323
<after>
2424
<actionGroup ref="NavigateToDefaultLayoutsSettingActionGroup" stepKey="navigateToWebConfigurationPage1"/>
25-
2625
<actionGroup ref="AdminSetProductLayoutSettingsActionGroup" stepKey="sampleActionGroup">
2726
<argument name="layout" value="1 column"/>
2827
</actionGroup>
29-
3028
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheBeforeTestFinishes">
3129
<argument name="tags" value="config"/>
3230
</actionGroup>
33-
3431
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3532
</after>
3633

3734
<actionGroup ref="NavigateToDefaultLayoutsSettingActionGroup" stepKey="navigateToWebConfigurationPage"/>
38-
3935
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="expandDefaultLayouts"/>
4036
<comment userInput="Comment is added to preserve the step key for backward compatibilityr" stepKey="DefaultProductLayout"/>
4137
<actionGroup ref="AdminSetProductLayoutSettingsActionGroup" stepKey="select3ColumnsLayout">
4238
<argument name="layout" value="3 columns"/>
4339
</actionGroup>
44-
4540
<actionGroup ref="CliCacheFlushActionGroup" stepKey="clickSaveConfig">
4641
<argument name="tags" value="config"/>
4742
</actionGroup>
48-
4943
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="navigateToNewProduct"/>
5044
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="wait1"/>
51-
5245
<actionGroup ref="AdminExpandProductDesignSectionActionGroup" stepKey="clickOnDesignTab"/>
53-
5446
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForLayoutDropDown"/>
5547
<seeOptionIsSelected selector="{{ProductDesignSection.LayoutDropdown}}" userInput="3 columns" stepKey="see3ColumnsSelected"/>
56-
5748
</test>
5849
</tests>

app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminSetProductLayoutSettingsActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
<click selector="{{ContentManagementSection.Save}}" stepKey="clickSaveConfig"/>
2222
<waitForPageLoad stepKey="waitForSavingSystemConfiguration"/>
2323
<see userInput="You saved the configuration." stepKey="seeSuccessMessage"/>
24-
2524
</actionGroup>
2625
</actionGroups>

0 commit comments

Comments
 (0)