Skip to content

Commit 706e63d

Browse files
committed
renamed Action Groups
1 parent 1dd1046 commit 706e63d

5 files changed

+9
-9
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertManageStockOnEditPageActionGroup.xml renamed to app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAdminManageStockOnEditPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AdminAssertManageStockOnEditPageActionGroup">
11+
<actionGroup name="AssertAdminManageStockOnEditPageActionGroup">
1212
<annotations>
1313
<description>Check if manageStock value is correct
1414
(the Product Edit page->Advanced Inventory section should be opened in Admin prior this check).</description>

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductInfoOnEditPageActionGroup.xml renamed to app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAdminProductInfoOnEditPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AdminAssertProductInfoOnEditPageActionGroup">
11+
<actionGroup name="AssertAdminProductInfoOnEditPageActionGroup">
1212
<annotations>
1313
<description>Validates next fields on the Product Edit Page:
1414
name, sku, price, quantity, stock status, tax class, weight, weigh select, visibility, url key</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AdminAssertProductIsAssignedToCategoryActionGroup">
11+
<actionGroup name="AssertAdminProductIsAssignedToCategoryActionGroup">
1212
<annotations>
1313
<description>Checks if product is assigned to category (the Product Edit page should be opened in Admin prior this check).</description>
1414
</annotations>
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="StorefrontAssertProductStockStatusOnProductPageActionGroup">
10+
<actionGroup name="AssertStorefrontProductStockStatusOnProductPageActionGroup">
1111
<annotations>
1212
<description>Validates that the provided Product Stock Status is present and correct
1313
(the Product Detail page should be opened on Storefront prior this check)</description>

app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateSimpleProductWithRegularPriceInStockEnabledFlatCatalogTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@
6767
</actionGroup>
6868

6969
<actionGroup ref="AdminClickOnAdvancedInventoryLinkActionGroup" stepKey="clickTheAdvancedInventoryLink1"/>
70-
<actionGroup ref="AdminAssertManageStockOnEditPageActionGroup" stepKey="assertManageStock1">
70+
<actionGroup ref="AssertAdminManageStockOnEditPageActionGroup" stepKey="assertManageStock1">
7171
<argument name="manageStock" value="No"/>
7272
</actionGroup>
7373
<actionGroup ref="AdminSubmitAdvancedInventoryFormActionGroup" stepKey="clickDoneButtonOnAdvancedInventorySection1"/>
7474

75-
<actionGroup ref="AdminAssertProductIsAssignedToCategoryActionGroup" stepKey="checkifProductIsAssignedToInitialCategory">
75+
<actionGroup ref="AssertAdminProductIsAssignedToCategoryActionGroup" stepKey="checkifProductIsAssignedToInitialCategory">
7676
<argument name="categoryName" value="$$initialCategoryEntity.name$$"/>
7777
</actionGroup>
7878

79-
<actionGroup ref="AdminAssertProductIsAssignedToCategoryActionGroup" stepKey="checkifProductIsAssignedToCategoryTwo">
79+
<actionGroup ref="AssertAdminProductIsAssignedToCategoryActionGroup" stepKey="checkifProductIsAssignedToCategoryTwo">
8080
<argument name="categoryName" value="$$categoryEntity.name$$"/>
8181
</actionGroup>
8282

83-
<actionGroup ref="AdminAssertProductInfoOnEditPageActionGroup" stepKey="assertProductInfo">
83+
<actionGroup ref="AssertAdminProductInfoOnEditPageActionGroup" stepKey="assertProductInfo">
8484
<argument name="product" value="simpleProductEnabledFlat"/>
8585
</actionGroup>
8686

@@ -105,7 +105,7 @@
105105
<actionGroup ref="StorefrontAssertProductSkuOnProductPageActionGroup" stepKey="seeSimpleProductSKUOnStoreFrontPage">
106106
<argument name="productSku" value="{{simpleProductEnabledFlat.sku}}"/>
107107
</actionGroup>
108-
<actionGroup ref="StorefrontAssertProductStockStatusOnProductPageActionGroup" stepKey="seeSimpleProductStockStatusOnStoreFrontPage">
108+
<actionGroup ref="AssertStorefrontProductStockStatusOnProductPageActionGroup" stepKey="seeSimpleProductStockStatusOnStoreFrontPage">
109109
<argument name="productStockStatus" value="{{simpleProductEnabledFlat.storefrontStatus}}"/>
110110
</actionGroup>
111111

0 commit comments

Comments
 (0)