|
58 | 58 | <see selector="{{AdminCartPriceRulesFormSection.successMessage}}" userInput="Message is added to queue, wait to get your coupons soon"
|
59 | 59 | stepKey="seeSuccessMessage"/>
|
60 | 60 |
|
61 |
| - <!-- Start message queue for export consumer and coupon processing --> |
| 61 | + <!-- Start message queue for export consumer --> |
62 | 62 | <actionGroup ref="CliConsumerStartActionGroup" stepKey="startMessageQueue">
|
63 | 63 | <argument name="consumerName" value="{{AdminCodeGeneratorMessageConsumerData.consumerName}}"/>
|
64 | 64 | <argument name="maxMessages" value="{{AdminCodeGeneratorMessageConsumerData.messageLimit}}"/>
|
|
143 | 143 | <click selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="clickPlaceOrder1"/>
|
144 | 144 | <waitForElement selector="{{CheckoutSuccessMainSection.success}}" time="30" stepKey="waitForLoadSuccessPage1"/>
|
145 | 145 |
|
146 |
| - <!-- Step; 15-16. Open the Product Page, add the product to Cart, go to Shopping Cart and Apply the same coupon code --> |
147 |
| - <amOnPage url="{{StorefrontProductPage.url($$createSimpleProduct.name$$)}}" stepKey="openProductPage3"/> |
148 |
| - <waitForPageLoad stepKey="waitForPageLoad5"/> |
149 | 146 | <!-- Start the usage processing consumer -->
|
150 | 147 | <actionGroup ref="CliConsumerStartActionGroup" stepKey="startUsageProcessingMessageQueue">
|
151 | 148 | <argument name="consumerName" value="{{SalesRuleConsumerData.consumerName}}"/>
|
152 | 149 | <argument name="maxMessages" value="{{SalesRuleConsumerData.messageLimit}}"/>
|
153 | 150 | </actionGroup>
|
| 151 | + |
| 152 | + <!-- Step; 15-16. Open the Product Page, add the product to Cart, go to Shopping Cart and Apply the same coupon code --> |
| 153 | + <amOnPage url="{{StorefrontProductPage.url($$createSimpleProduct.name$$)}}" stepKey="openProductPage3"/> |
| 154 | + <waitForPageLoad stepKey="waitForPageLoad5"/> |
154 | 155 | <actionGroup ref="ApplyCartRuleOnStorefrontActionGroup" stepKey="applyCartPriceRule3">
|
155 | 156 | <argument name="product" value="$$createSimpleProduct$$"/>
|
156 | 157 | <argument name="couponCode" value="{$couponCode}"/>
|
|
0 commit comments