|
63 | 63 | <argument name="consumerName" value="{{AdminCodeGeneratorMessageConsumerData.consumerName}}"/>
|
64 | 64 | <argument name="maxMessages" value="{{AdminCodeGeneratorMessageConsumerData.messageLimit}}"/>
|
65 | 65 | </actionGroup>
|
66 |
| - <actionGroup ref="CliConsumerStartActionGroup" stepKey="startUsageProcessingMessageQueue"> |
67 |
| - <argument name="consumerName" value="{{SalesRuleConsumerData.consumerName}}"/> |
68 |
| - <argument name="maxMessages" value="{{SalesRuleConsumerData.messageLimit}}"/> |
69 |
| - </actionGroup> |
70 | 66 | <actionGroup ref="ReloadPageActionGroup" stepKey="refreshPage"/>
|
71 | 67 | <comment userInput="Replacing reload action and preserve Backward Compatibility" stepKey="waitFormToReload1"/>
|
72 | 68 | <conditionalClick selector="{{AdminCartPriceRulesFormSection.manageCouponCodesHeader}}"
|
|
105 | 101 | <actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="selectCheckMoneyPayment"/>
|
106 | 102 | <click selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="clickPlaceOrder"/>
|
107 | 103 | <waitForElement selector="{{CheckoutSuccessMainSection.success}}" time="30" stepKey="waitForLoadSuccessPage"/>
|
| 104 | + <actionGroup ref="CliConsumerStartActionGroup" stepKey="startUsageProcessingMessageQueue"> |
| 105 | + <argument name="consumerName" value="{{SalesRuleConsumerData.consumerName}}"/> |
| 106 | + <argument name="maxMessages" value="{{SalesRuleConsumerData.messageLimit}}"/> |
| 107 | + </actionGroup> |
| 108 | + <reloadPage stepKey="refreshPage1"/> |
108 | 109 |
|
109 | 110 | <!-- Step: 9-10. Open the Product Page, add the product to Cart, go to Shopping Cart and Apply the same coupon code -->
|
110 | 111 | <amOnPage url="{{StorefrontProductPage.url($$createSimpleProduct.name$$)}}" stepKey="openProductPage1"/>
|
111 | 112 | <waitForPageLoad stepKey="waitForPageLoad3"/>
|
| 113 | + <reloadPage stepKey="refreshPage2"/> |
112 | 114 | <actionGroup ref="ApplyCartRuleOnStorefrontActionGroup" stepKey="applyCartPriceRule1">
|
113 | 115 | <argument name="product" value="$$createSimpleProduct$$"/>
|
114 | 116 | <argument name="couponCode" value="{$couponCode}"/>
|
|
0 commit comments