|
58 | 58 |
|
59 | 59 | <!--Open Product page in StoreFront -->
|
60 | 60 | <actionGroup ref="AssertProductNameAndSkuInStorefrontProductPageByCustomAttributeUrlKeyActionGroup" stepKey="openProductPageAndVerifyProduct">
|
61 |
| - <argument name="product" value="$$createBundleProduct$$"/> |
| 61 | + <argument name="product" value="$createBundleProduct$"/> |
62 | 62 | </actionGroup>
|
63 | 63 |
|
64 | 64 | <!--Assert Product Price Range -->
|
|
93 | 93 |
|
94 | 94 | <!--Assert Product items in cart -->
|
95 | 95 | <actionGroup ref="AssertStorefrontCheckoutCartItemsActionGroup" stepKey="assertSimpleProduct1ItemsInCheckOutCart">
|
96 |
| - <argument name="productName" value="$$createBundleProduct.name$$"/> |
97 |
| - <argument name="productSku" value="$$createBundleProduct.sku$$"/> |
| 96 | + <argument name="productName" value="$createBundleProduct.name$"/> |
| 97 | + <argument name="productSku" value="$createBundleProduct.sku$"/> |
98 | 98 | <argument name="productPrice" value="$50.00"/>
|
99 | 99 | <argument name="subtotal" value="$100.00" />
|
100 | 100 | <argument name="qty" value="2"/>
|
|
107 | 107 | </actionGroup>
|
108 | 108 | <actionGroup ref="AssertStorefrontElementVisibleActionGroup" stepKey="seeProductOptionInCart">
|
109 | 109 | <argument name="selector" value="{{CheckoutCartProductSection.productOptionLabel}}"/>
|
110 |
| - <argument name="userInput" value="1 x $$simpleProduct2.name$$ $50.00"/> |
| 110 | + <argument name="userInput" value="1 x $simpleProduct2.name$ $50.00"/> |
111 | 111 | </actionGroup>
|
112 | 112 |
|
113 | 113 | <!-- Assert Product in Mini Cart -->
|
114 | 114 | <actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
|
115 | 115 | <actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProduct3MiniCart">
|
116 |
| - <argument name="productName" value="$$createBundleProduct.name$$"/> |
| 116 | + <argument name="productName" value="$createBundleProduct.name$"/> |
117 | 117 | <argument name="productPrice" value="$50.00"/>
|
118 | 118 | <argument name="cartSubtotal" value="$100.00" />
|
119 | 119 | <argument name="qty" value="2"/>
|
|
0 commit comments