Skip to content

Commit 6d51d53

Browse files
committed
code review fixes
1 parent 4e9f4b4 commit 6d51d53

7 files changed

+4
-47
lines changed

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

Lines changed: 0 additions & 14 deletions
This file was deleted.

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

Lines changed: 0 additions & 13 deletions
This file was deleted.

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

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertNoTextOnCategoryFrontPageActionGroup.xml renamed to app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertStorefrontNoTextOnCategoryPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="AssertNoTextOnCategoryFrontPageActionGroup">
10+
<actionGroup name="AssertStorefrontNoTextOnCategoryPageActionGroup">
1111
<arguments>
1212
<argument name="category" defaultValue="_defaultCategory"/>
1313
<argument name="text" type="string"/>

app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertTextOnCategoryFronPageActionGroup.xml renamed to app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertStorefrontTextOnCategoryPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="AssertTextOnCategoryFronPageActionGroup">
10+
<actionGroup name="AssertStorefrontTextOnCategoryPageActionGroup">
1111
<arguments>
1212
<argument name="category" defaultValue="_defaultCategory"/>
1313
<argument name="text" type="string"/>

app/code/Magento/Cms/Test/Mftf/Test/AdminCreateDisabledCmsBlockEntityAndAssignToCategoryTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</actionGroup>
4747
<actionGroup ref="AdminSaveCategoryActionGroup" stepKey="saveCategory"/>
4848

49-
<actionGroup ref="AssertNoTextOnCategoryFrontPageActionGroup" stepKey="assertBlockOnCategoryFrontPage">
49+
<actionGroup ref="AssertStorefrontNoTextOnCategoryPageActionGroup" stepKey="assertBlockOnCategoryFrontPage">
5050
<argument name="category" value="$$newDefaultCategory$$"/>
5151
<argument name="text" value="{{_defaultBlock.content}}"/>
5252
</actionGroup>

app/code/Magento/Cms/Test/Mftf/Test/AdminCreateEnabledCmsBlockEntityAndAssignToCategoryTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</actionGroup>
4141
<actionGroup ref="AdminSaveCategoryActionGroup" stepKey="saveCategory"/>
4242

43-
<actionGroup ref="AssertTextOnCategoryFronPageActionGroup" stepKey="assertBlockOnCategoryFrontPage">
43+
<actionGroup ref="AssertStorefrontTextOnCategoryPageActionGroup" stepKey="assertBlockOnCategoryFrontPage">
4444
<argument name="category" value="$$newDefaultCategory$$"/>
4545
<argument name="text" value="{{_defaultBlock.content}}"/>
4646
</actionGroup>

0 commit comments

Comments
 (0)