Skip to content

Commit df99d99

Browse files
committed
Merge remote-tracking branch 'origin/MC-32577' into 2.4-develop-pr24
2 parents debbdf5 + e7d4299 commit df99d99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<argument name="shippingMethod" defaultValue="" type="string"/>
1818
</arguments>
1919

20+
<waitForLoadingMaskToDisappear stepKey="waitForCartTotalsLoaded"/>
21+
<waitForElementVisible selector="{{CheckoutCartSummarySection.orderTotal}}" stepKey="waitForCartGrandTotalVisible"/>
2022
<waitForElementVisible selector="{{CheckoutCartSummarySection.proceedToCheckout}}" stepKey="waitProceedToCheckout"/>
2123
<click selector="{{CheckoutCartSummarySection.proceedToCheckout}}" stepKey="clickProceedToCheckout"/>
2224
<click selector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey="selectShippingMethod"/>

0 commit comments

Comments
 (0)