|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 | /**
|
4 |
| - * Copyright © Magento, Inc. All rights reserved. |
5 |
| - * See COPYING.txt for license details. |
| 4 | + * Copyright 2019 Adobe |
| 5 | + * All Rights Reserved. |
6 | 6 | */
|
7 | 7 | -->
|
8 | 8 |
|
|
48 | 48 | <argument name="value" value="Yes"/>
|
49 | 49 | </actionGroup>
|
50 | 50 | <actionGroup ref="AdminFillAdvancedInventoryQtyActionGroup" stepKey="fillProductQty">
|
51 |
| - <argument name="qty" value="5"/> |
| 51 | + <argument name="qty" value="8"/> |
52 | 52 | </actionGroup>
|
53 | 53 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="uncheckMiniQtyCheckBox"/>
|
54 | 54 | <actionGroup ref="AdminSetMinAllowedQtyForProductActionGroup" stepKey="fillMiniAllowedQty">
|
|
111 | 111 | <argument name="productQty" value="4"/>
|
112 | 112 | </actionGroup>
|
113 | 113 | <actionGroup ref="StorefrontAddProductToCartWithQtyActionGroup" stepKey="addAdditionalProductToCart">
|
114 |
| - <argument name="productQty" value="1"/> |
| 114 | + <argument name="productQty" value="4"/> |
115 | 115 | </actionGroup>
|
116 | 116 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeSuccessSaveMessage"/>
|
117 | 117 | <seeElement selector="{{StorefrontMinicartSection.quantity(6)}}" stepKey="seeAddedProductQuantityInCart"/>
|
118 | 118 | <actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
|
119 |
| - <executeJS function="return {{SimpleProduct.price}} * 5" stepKey="expectedCartSubtotal"/> |
| 119 | + <executeJS function="return {{SimpleProduct.price}} * 8" stepKey="expectedCartSubtotal"/> |
120 | 120 | <actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="seeProductNameInMiniCart">
|
121 | 121 | <argument name="productName" value="{{SimpleProduct.name}}"/>
|
122 | 122 | <argument name="productPrice" value="{{SimpleProduct.price}}"/>
|
123 | 123 | <argument name="cartSubtotal" value="{$expectedCartSubtotal}" />
|
124 |
| - <argument name="qty" value="5"/> |
| 124 | + <argument name="qty" value="8"/> |
125 | 125 | </actionGroup>
|
126 | 126 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeProductPriceInMiniCart"/>
|
127 | 127 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeCheckOutButtonInMiniCart"/>
|
|
0 commit comments