Skip to content

Commit cb92003

Browse files
committed
ACQE-4705 : Purchase a product with several Custom Options and price modifications
Renamed test and actiongroup file as per guidelines
1 parent b344a99 commit cb92003

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="CatalogPurchaseProductWithSeveralCustomOptionsAndPriceModificationsTest">
11+
<test name="StorefrontCatalogPurchaseProductWithSeveralCustomOptionsAndPriceModificationsTest">
1212
<annotations>
1313
<stories value="Pricing"/>
1414
<title value="Purchase a product with several Custom Options and price modifications"/>
@@ -90,7 +90,7 @@
9090
<actualResult type="variable">miniCartSubtotalValidation</actualResult>
9191
</assertEquals>
9292
<!--Remove 9 product form mini cart and Validate 1 product price in mini cart .-->
93-
<actionGroup ref="RemoveProductFromMiniCartPopupActionGroup" stepKey="removeProductFromMiniCartPopup">
93+
<actionGroup ref="StorefrontRemoveProductFromMiniCartPopupActionGroup" stepKey="removeProductFromMiniCartPopup">
9494
<argument name="qty" value="9"/>
9595
</actionGroup>
9696
<grabTextFrom selector="{{StorefrontMinicartSection.miniCartSubtotalField}}" stepKey="subtotalValidationInMiniCart"/>
@@ -122,7 +122,7 @@
122122
<actualResult type="variable">subtotalValidation</actualResult>
123123
</assertEquals>
124124
<!--Remove 10 product from cart .-->
125-
<actionGroup ref="RemoveProductFromMiniCartPopupActionGroup" stepKey="removeProductFromMiniCart">
125+
<actionGroup ref="StorefrontRemoveProductFromMiniCartPopupActionGroup" stepKey="removeProductFromMiniCart">
126126
<argument name="qty" value="10"/>
127127
</actionGroup>
128128
<actionGroup ref="StorefrontCloseMiniCartActionGroup" stepKey="closeMiniCarAgain"/>
@@ -178,10 +178,10 @@
178178
<actualResult type="variable">grabMiniCartSubtotalValidationForTenQtyProduct</actualResult>
179179
</assertEquals>
180180
<!--Remove 10 product from cart product qty wise and close the mini cart .-->
181-
<actionGroup ref="RemoveProductFromMiniCartPopupActionGroup" stepKey="removeNineProductFromMiniCardPopupAgain">
181+
<actionGroup ref="StorefrontRemoveProductFromMiniCartPopupActionGroup" stepKey="removeNineProductFromMiniCardPopupAgain">
182182
<argument name="qty" value="9"/>
183183
</actionGroup>
184-
<actionGroup ref="RemoveProductFromMiniCartPopupActionGroup" stepKey="removeOneProductFromMiniCardPopup">
184+
<actionGroup ref="StorefrontRemoveProductFromMiniCartPopupActionGroup" stepKey="removeOneProductFromMiniCardPopup">
185185
<argument name="qty" value="1"/>
186186
</actionGroup>
187187
<actionGroup ref="StorefrontCloseMiniCartActionGroup" stepKey="miniCartClose"/>
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="RemoveProductFromMiniCartPopupActionGroup">
11+
<actionGroup name="StorefrontRemoveProductFromMiniCartPopupActionGroup">
1212
<annotations>
1313
<description>Remove the product form min Card pop-up in storefromt.</description>
1414
</annotations>

0 commit comments

Comments
 (0)