File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 74
74
<click selector =" {{CheckoutPaymentSection.placeOrder}}" stepKey =" clickPlaceOrder" />
75
75
<see selector =" {{CheckoutSuccessMainSection.successTitle}}" userInput =" Thank you for your purchase!" stepKey =" waitForLoadSuccessPage" />
76
76
</actionGroup >
77
-
78
- <!-- Checkout select Flat Rate shipping method -->
79
- <actionGroup name =" CheckoutSelectFlatRateShippingMethodActionGroup" >
80
- <conditionalClick selector =" {{CheckoutShippingMethodsSection.checkShippingMethodByName('Flat Rate')}}" dependentSelector =" {{CheckoutShippingMethodsSection.checkShippingMethodByName('Flat Rate')}}" visible =" true" stepKey =" selectFlatRateShippingMethod" />
81
- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskForNextButton" />
82
- </actionGroup >
83
77
</actionGroups >
You can’t perform that action at this time.
0 commit comments