|
8 | 8 |
|
9 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
|
11 |
| - <test name="CatalogPurchaseProductWithSeveralCustomOptionsAndPriceModificationsTest"> |
| 11 | + <test name="StorefrontCatalogPurchaseProductWithSeveralCustomOptionsAndPriceModificationsTest"> |
12 | 12 | <annotations>
|
13 | 13 | <stories value="Pricing"/>
|
14 | 14 | <title value="Purchase a product with several Custom Options and price modifications"/>
|
|
90 | 90 | <actualResult type="variable">miniCartSubtotalValidation</actualResult>
|
91 | 91 | </assertEquals>
|
92 | 92 | <!--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"> |
94 | 94 | <argument name="qty" value="9"/>
|
95 | 95 | </actionGroup>
|
96 | 96 | <grabTextFrom selector="{{StorefrontMinicartSection.miniCartSubtotalField}}" stepKey="subtotalValidationInMiniCart"/>
|
|
122 | 122 | <actualResult type="variable">subtotalValidation</actualResult>
|
123 | 123 | </assertEquals>
|
124 | 124 | <!--Remove 10 product from cart .-->
|
125 |
| - <actionGroup ref="RemoveProductFromMiniCartPopupActionGroup" stepKey="removeProductFromMiniCart"> |
| 125 | + <actionGroup ref="StorefrontRemoveProductFromMiniCartPopupActionGroup" stepKey="removeProductFromMiniCart"> |
126 | 126 | <argument name="qty" value="10"/>
|
127 | 127 | </actionGroup>
|
128 | 128 | <actionGroup ref="StorefrontCloseMiniCartActionGroup" stepKey="closeMiniCarAgain"/>
|
|
178 | 178 | <actualResult type="variable">grabMiniCartSubtotalValidationForTenQtyProduct</actualResult>
|
179 | 179 | </assertEquals>
|
180 | 180 | <!--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"> |
182 | 182 | <argument name="qty" value="9"/>
|
183 | 183 | </actionGroup>
|
184 |
| - <actionGroup ref="RemoveProductFromMiniCartPopupActionGroup" stepKey="removeOneProductFromMiniCardPopup"> |
| 184 | + <actionGroup ref="StorefrontRemoveProductFromMiniCartPopupActionGroup" stepKey="removeOneProductFromMiniCardPopup"> |
185 | 185 | <argument name="qty" value="1"/>
|
186 | 186 | </actionGroup>
|
187 | 187 | <actionGroup ref="StorefrontCloseMiniCartActionGroup" stepKey="miniCartClose"/>
|
|
0 commit comments