Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 8e455b9

Browse files
committed
MAGETWO-95168: Magento 2.2.7 Publication
- Fix functional tests
1 parent ba0daa5 commit 8e455b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,4 @@
7474
<click selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="clickPlaceOrder"/>
7575
<see selector="{{CheckoutSuccessMainSection.successTitle}}" userInput="Thank you for your purchase!" stepKey="waitForLoadSuccessPage"/>
7676
</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>
8377
</actionGroups>

0 commit comments

Comments
 (0)