Skip to content

Commit 7985095

Browse files
Reverting unwanted changes
1 parent 2369a8c commit 7985095

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
<!-- Checkout select Flat Rate shipping method -->
1212
<actionGroup name="CheckoutSelectFlatRateShippingMethodActionGroup">
1313
<annotations>
14-
<description>Waits for Shipping Section load. Clicks on the 'Flat Rate' Shipping Method on the Storefront Checkout page.</description>
14+
<description>Clicks on the 'Flat Rate' Shipping Method on the Storefront Checkout page.</description>
1515
</annotations>
1616

17-
<waitForElementClickable selector="{{CheckoutShippingMethodsSection.shippingMethodFlatRate}}" stepKey="waitForFlatRateShippingMethod"/>
1817
<conditionalClick selector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('Flat Rate')}}" dependentSelector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('Flat Rate')}}" visible="true" stepKey="selectFlatRateShippingMethod"/>
1918
<waitForPageLoad stepKey="waitForLoadingMaskForNextButton"/>
2019
</actionGroup>

0 commit comments

Comments
 (0)