|
42 | 42 | <arguments>
|
43 | 43 | <argument name="productVar"/>
|
44 | 44 | </arguments>
|
45 |
| - <waitForElement selector="{{CheckoutPaymentSection.cartItemsArea}}" time="30" stepKey="waitForCartItemsAreaLoaded"/> |
46 |
| - <conditionalClick selector="{{CheckoutPaymentSection.cartItemsArea}}" dependentSelector="{{CheckoutPaymentSection.cartItemsAreaActive}}" visible="false" stepKey="exposeMiniCart"/> |
47 |
| - <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskForCartItem"/> |
48 |
| - <waitForElement selector="{{CheckoutPaymentSection.cartItemsAreaActive}}" time="30" stepKey="waitForCartItemsAreaActive"/> |
49 |
| - <see selector="{{CheckoutPaymentSection.cartItems}}" userInput="{{productVar.name}}" stepKey="seeProductInCart"/> |
50 |
| - </actionGroup> |
51 |
| - |
52 |
| - <!-- Check configurable product in checkout cart items --> |
53 |
| - <actionGroup name="CheckConfigurableProductInCheckoutCartItemsActionGroup"> |
54 |
| - <arguments> |
55 |
| - <argument name="productVar" /> |
56 |
| - <argument name="optionLabel" /> |
57 |
| - <argument name="optionValue" /> |
58 |
| - </arguments> |
59 | 45 | <waitForElement selector="{{CheckoutPaymentSection.paymentSectionTitle}}" time="30" stepKey="waitForPaymentSectionLoaded"/>
|
60 |
| - <conditionalClick selector="{{CheckoutPaymentSection.cartItemsArea}}" dependentSelector="{{CheckoutPaymentSection.cartItemsAreaActive}}" visible="false" stepKey="exposeMiniCart"/> |
| 46 | + <conditionalClick selector="{{CheckoutPaymentSection.cartItemsArea}}" dependentSelector="{{CheckoutPaymentSection.cartItemsArea}}" visible="true" stepKey="exposeMiniCart"/> |
61 | 47 | <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskForCartItem"/>
|
| 48 | + <waitForElement selector="{{CheckoutPaymentSection.cartItemsAreaActive}}" time="30" stepKey="waitForCartItemsAreaActive"/> |
62 | 49 | <see selector="{{CheckoutPaymentSection.cartItems}}" userInput="{{productVar.name}}" stepKey="seeProductInCart"/>
|
63 |
| - <conditionalClick selector="{{CheckoutPaymentSection.ProductOptionsByProductItemName(productVar.name)}}" dependentSelector="{{CheckoutPaymentSection.ProductOptionsActiveByProductItemName(productVar.name)}}" visible="false" stepKey="exposeProductOptions"/> |
64 |
| - <see selector="{{CheckoutPaymentSection.ProductOptionsActiveByProductItemName(productVar.name)}}" userInput="{{optionLabel}}" stepKey="seeProductOptionLabel" /> |
65 |
| - <see selector="{{CheckoutPaymentSection.ProductOptionsActiveByProductItemName(productVar.name)}}" userInput="{{optionValue}}" stepKey="seeProductOptionValue" /> |
66 | 50 | </actionGroup>
|
67 | 51 |
|
68 | 52 | <!-- Check order summary in checkout -->
|
|
0 commit comments