Skip to content

Commit fb30377

Browse files
committed
- updating naming for ActionGroups
1 parent 29e68ee commit fb30377

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
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="StorefrontAssertProductAttributeLabelVisibleActionGroup">
11+
<actionGroup name="AssertStorefrontProductAttributeLabelVisibleActionGroup">
1212
<arguments>
1313
<argument name="productAttributeLabel" type="string"/>
1414
</arguments>
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="StorefrontAssertProductAttributeOptionVisibleActionGroup">
11+
<actionGroup name="AssertStorefrontProductAttributeOptionVisibleActionGroup">
1212

1313
<seeElement selector="{{StorefrontProductInfoMainSection.productAttributeOptions1}}" stepKey="seeProductAttributeOption"/>
1414
</actionGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
<actionGroup ref="AssertStorefrontProductStockStatusOnProductPageActionGroup" stepKey="seeProductStatusInStoreFront">
109109
<argument name="productStockStatus" value="In Stock"/>
110110
</actionGroup>
111-
<actionGroup ref="StorefrontAssertProductAttributeLabelVisibleActionGroup" stepKey="seeProductAttributeLabel">
111+
<actionGroup ref="AssertStorefrontProductAttributeLabelVisibleActionGroup" stepKey="seeProductAttributeLabel">
112112
<argument name="productAttributeLabel" value="$$createConfigProductAttribute.default_value$$"/>
113113
</actionGroup>
114-
<actionGroup ref="StorefrontAssertProductAttributeOptionVisibleActionGroup" stepKey="seeProductAttributeOptions"/>
114+
<actionGroup ref="AssertStorefrontProductAttributeOptionVisibleActionGroup" stepKey="seeProductAttributeOptions"/>
115115
<!-- Delete Child products -->
116116
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteFirstChildProduct">
117117
<argument name="sku" value="$$createConfigChildProduct1.sku$$"/>

0 commit comments

Comments
 (0)